Skip to content
Snippets Groups Projects
Commit 5a17b695 authored by Jan-Philipp Litza's avatar Jan-Philipp Litza
Browse files

CONFIG_ATH_USER_REGD=y

parent 6f05279f
No related branches found
No related tags found
No related merge requests found
...@@ -150,6 +150,7 @@ config: FORCE ...@@ -150,6 +150,7 @@ config: FORCE
echo \ echo \
'CONFIG_TARGET_$(BOARD)=y' \ 'CONFIG_TARGET_$(BOARD)=y' \
'CONFIG_TARGET_ROOTFS_JFFS2=n' \ 'CONFIG_TARGET_ROOTFS_JFFS2=n' \
'CONFIG_ATH_USER_REGD=y' \
'$(patsubst %,CONFIG_PACKAGE_%=m,$(sort $(GLUON_DEFAULT_PACKAGES) $(GLUON_SITE_PACKAGES) $(PROFILE_PACKAGES)))' \ '$(patsubst %,CONFIG_PACKAGE_%=m,$(sort $(GLUON_DEFAULT_PACKAGES) $(GLUON_SITE_PACKAGES) $(PROFILE_PACKAGES)))' \
| sed -e 's/ /\n/g' > .config | sed -e 's/ /\n/g' > .config
$(_SINGLE)$(SUBMAKE) defconfig OPENWRT_BUILD= $(_SINGLE)$(SUBMAKE) defconfig OPENWRT_BUILD=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment