diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-18 23:41:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-18 23:41:09 +0100 |
commit | 5e4759fc7acf8461548093d49b07519dd459455e (patch) | |
tree | 7354c2ef54ad7044898152885226faf00dd2021c /mk | |
parent | f0fccb1a7386ca01b5bccf03e4a5c0b1c0d491fa (diff) |
refresh bulk and target lists
Diffstat (limited to 'mk')
-rw-r--r-- | mk/build.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mk/build.mk b/mk/build.mk index 7e0fe8e2a..d7feac37c 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -337,18 +337,12 @@ endif ifneq (,$(filter %_toolchain,${TARGET})) @echo ADK_LINUX_TOOLCHAIN=y >> $(TOPDIR)/.defconfig endif -ifneq (,$(filter rescue%,${TARGET})) - @echo ADK_LINUX_RESCUE=y >> $(TOPDIR)/.defconfig -endif ifneq (,$(filter rb%,${TARGET})) @echo ADK_LINUX_MIKROTIK=y >> $(TOPDIR)/.defconfig endif ifneq (,$(filter alix%,${TARGET})) @echo ADK_LINUX_ALIX=y >> $(TOPDIR)/.defconfig endif -ifneq (,$(filter wrap%,${TARGET})) - @echo ADK_LINUX_ALIX=y >> $(TOPDIR)/.defconfig -endif @if [ ! -z "$(TARGET)" ];then \ $(CONFIG)/conf -D .defconfig $(CONFIG_CONFIG_IN); \ fi @@ -414,18 +408,12 @@ endif ifneq (,$(filter %_toolchain,${TARGET})) @echo ADK_LINUX_TOOLCHAIN=y >> $(TOPDIR)/all.config endif -ifneq (,$(filter %_rescue,${TARGET})) - @echo ADK_LINUX_RESCUE=y >> $(TOPDIR)/all.config -endif ifneq (,$(filter rb%,${TARGET})) @echo ADK_LINUX_MIKROTIK=y >> $(TOPDIR)/all.config endif ifneq (,$(filter alix%,${TARGET})) @echo ADK_LINUX_ALIX=y >> $(TOPDIR)/all.config endif -ifneq (,$(filter wrap%,${TARGET})) - @echo ADK_LINUX_ALIX=y >> $(TOPDIR)/all.config -endif menuconfig: $(CONFIG)/mconf defconfig .menu package/Config.in.auto @if [ ! -f .config ];then \ |