aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120eb-2.6/image/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/adm5120eb-2.6/image/Makefile')
-rw-r--r--target/linux/adm5120eb-2.6/image/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/adm5120eb-2.6/image/Makefile b/target/linux/adm5120eb-2.6/image/Makefile
index 8088726f91..5772272090 100644
--- a/target/linux/adm5120eb-2.6/image/Makefile
+++ b/target/linux/adm5120eb-2.6/image/Makefile
@@ -69,8 +69,11 @@ define Image/Build/LZMAKernel/ZyXEL
endef
define Image/Build/Initramfs
+# this line is here intentionally
+ifeq (CONFIG_DEVEL,y)
$(call Image/Build/LZMAKernel/ZyXEL,p-334wt,bin)
$(call Image/Build/LZMAKernel/ZyXEL,p-335,bin)
+endif
endef
$(eval $(call BuildImage))