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 | 50f6031afc046d6f4137b64bd4be29741635bd46 (patch) | |
tree | 9ba5c197a96338ebf787aca1e6a59cd494e72c7c /target/linux/orion/Makefile | |
parent | 16967b41f18cef2529eaae67e04cdedd8cf0ebbb (diff) | |
download | upstream-50f6031afc046d6f4137b64bd4be29741635bd46.tar.gz upstream-50f6031afc046d6f4137b64bd4be29741635bd46.tar.bz2 upstream-50f6031afc046d6f4137b64bd4be29741635bd46.zip |
generate orion images differently
SVN-Revision: 11576
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 |