diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-06-25 22:41:50 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-06-25 22:41:50 +0000 |
commit | 0a0dbf04b5e01d72e2020d3678712f3415685c75 (patch) | |
tree | 5ceb88ea1275a8592696e3d4528849dc5bca4fd3 /target/linux/orion/Makefile | |
parent | fcbe8f3ffdc2b6d56706a3100ae869821c5575a1 (diff) | |
download | upstream-0a0dbf04b5e01d72e2020d3678712f3415685c75.tar.gz upstream-0a0dbf04b5e01d72e2020d3678712f3415685c75.tar.bz2 upstream-0a0dbf04b5e01d72e2020d3678712f3415685c75.zip |
generate orion images differently
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11576 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion/Makefile')
-rw-r--r-- | target/linux/orion/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index 22584e006e..29c4dd0266 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -15,6 +15,8 @@ LINUX_VERSION:=2.6.26-rc7 include $(INCLUDE_DIR)/target.mk +KERNELNAME:="uImage" + DEFAULT_PACKAGES += kmod-madwifi define Kernel/Configure |