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 | 8ea5e19823917e48c97fb3195ffed9d0fac24626 (patch) | |
tree | 7dcbc23dcdd63fb5078b9d5bc24bb0d9b34081d5 /target/linux/orion/Makefile | |
parent | 78ac19be04c06fe91d68b77c0f9e783c050f66e7 (diff) | |
download | upstream-8ea5e19823917e48c97fb3195ffed9d0fac24626.tar.gz upstream-8ea5e19823917e48c97fb3195ffed9d0fac24626.tar.bz2 upstream-8ea5e19823917e48c97fb3195ffed9d0fac24626.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>
SVN-Revision: 37079
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 |