diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-06-25 22:41:50 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-06-25 22:41:50 +0000 |
commit | 9d18d897344fbd90a4c75f432dd753ff7b2aa7a4 (patch) | |
tree | 5ceb88ea1275a8592696e3d4528849dc5bca4fd3 /target/linux/orion/Makefile | |
parent | 8e350b3e9d907bcb264d990160dfcc56bf569728 (diff) |
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 |