Upgrade x86 to 2.6.24

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10575 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Florian Fainelli
2008-03-09 11:21:18 +00:00
parent 12f2d17a7b
commit dd0d6a5302
4 changed files with 900 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ endef
define KernelPackage/crypto-aes/x86-2.6
KCONFIG:=CONFIG_CRYPTO_AES_586
FILES:=$(LINUX_DIR)/arch/i386/crypto/aes-i586.$(LINUX_KMOD_SUFFIX)
FILES:=$(LINUX_DIR)/arch/x86/crypto/aes-i586.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,09,aes-i586)
endef