Skip to content
Snippets Groups Projects
Commit d066bdec authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Fix initial build

parent 8644bfbc
No related branches found
No related tags found
No related merge requests found
...@@ -179,7 +179,7 @@ config: FORCE ...@@ -179,7 +179,7 @@ config: FORCE
echo '$(patsubst %,CONFIG_PACKAGE_%=m,$(sort $(filter-out -%,$(GLUON_DEFAULT_PACKAGES) $(GLUON_SITE_PACKAGES) $(PROFILE_PACKAGES))))' \ echo '$(patsubst %,CONFIG_PACKAGE_%=m,$(sort $(filter-out -%,$(GLUON_DEFAULT_PACKAGES) $(GLUON_SITE_PACKAGES) $(PROFILE_PACKAGES))))' \
| sed -e 's/ /\n/g'; \ | sed -e 's/ /\n/g'; \
) > $(BOARD_BUILDDIR)/config ) > $(BOARD_BUILDDIR)/config
+$(NO_TRACE_MAKE) scripts/config/conf +$(NO_TRACE_MAKE) scripts/config/conf OPENWRT_BUILD=0
scripts/config/conf -D $(BOARD_BUILDDIR)/config -w $(BOARD_BUILDDIR)/config Config.in scripts/config/conf -D $(BOARD_BUILDDIR)/config -w $(BOARD_BUILDDIR)/config Config.in
ln -sf $(BOARD_BUILDDIR)/config .config ln -sf $(BOARD_BUILDDIR)/config .config
......
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