diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-06-26 20:42:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-06-26 20:42:38 +0000 |
commit | 67fbcc7bd42cc07b1f3c6b5c9f2db37647178f25 (patch) | |
tree | 8a57cb0af867ef21939dc43e343fbfe2e89b5656 /include/image.mk | |
parent | ffbb7d549716273d8089118bbe2575d557cc1204 (diff) | |
download | upstream-67fbcc7bd42cc07b1f3c6b5c9f2db37647178f25.tar.gz upstream-67fbcc7bd42cc07b1f3c6b5c9f2db37647178f25.tar.bz2 upstream-67fbcc7bd42cc07b1f3c6b5c9f2db37647178f25.zip |
remove linux 2.4 specific build system code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21951 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/image.mk')
-rw-r--r-- | include/image.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image.mk b/include/image.mk index 6df656b9f4..4ec7d91bf7 100644 --- a/include/image.mk +++ b/include/image.mk @@ -44,7 +44,7 @@ ifneq ($(CONFIG_JFFS2_LZMA),y) JFFS2OPTS += -x lzma endif -ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_25),) +ifneq ($(CONFIG_LINUX_2_6_25),) USE_SQUASHFS3 := y endif |