create v4 squashfs image for 2.6.31

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17406 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2009-08-26 09:52:25 +00:00
parent 09dba2abc8
commit 5e1d6a2347
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ JFFS2OPTS := --pad --big-endian --squash
SQUASHFS_OPTS := -be SQUASHFS_OPTS := -be
endif endif
ifneq ($(CONFIG_LINUX_2_6_30),) ifneq ($(CONFIG_LINUX_2_6_30)$(CONFIG_LINUX_2_6_31),)
USE_SQUASHFS4 := y USE_SQUASHFS4 := y
endif endif