1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

remove linux 2.4 specific build system code

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21951 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2010-06-26 20:42:38 +00:00
parent 3e52dbd5a6
commit 7ec88f88f4
4 changed files with 4 additions and 22 deletions

View File

@@ -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