diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-06-28 22:56:34 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-06-28 22:56:34 +0000 |
commit | 1bd081cf6f48ebabe7ee9fb0c39954861eaedb3a (patch) | |
tree | 0d03ac4aa0de1243382a68677973c6cea81aafa3 /target/linux/orion/Makefile | |
parent | 12dc59d5462b9f0bdc2e93aba9c4eaa4140e83da (diff) | |
download | upstream-1bd081cf6f48ebabe7ee9fb0c39954861eaedb3a.tar.gz upstream-1bd081cf6f48ebabe7ee9fb0c39954861eaedb3a.tar.bz2 upstream-1bd081cf6f48ebabe7ee9fb0c39954861eaedb3a.zip |
targets: fix remaining targets for initramfs builds
Fix some bugs that slipped through while making initramfs non exclusive.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37079 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion/Makefile')
-rw-r--r-- | target/linux/orion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index b1d109a1f6..14cb688293 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -17,7 +17,7 @@ LINUX_VERSION:=3.3.8 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="uImage" +KERNELNAME:="zImage uImage" DEFAULT_PACKAGES += kmod-ath9k kmod-crypto-mv-cesa wpad-mini kmod-i2c-core kmod-i2c-mv64xxx kmod-rtc-isl1208 |