diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-06-16 12:38:55 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-06-16 12:38:55 +0000 |
commit | e147bf8fa3c6e9023fbda64bfeb95de2910ab656 (patch) | |
tree | 4f56a36252d9ade2b8af8c853896d49c2f0afb3b /target/linux/orion/Makefile | |
parent | 79bd4016bc091f29a6f53cd43c42c42897cfc78f (diff) | |
download | upstream-e147bf8fa3c6e9023fbda64bfeb95de2910ab656.tar.gz upstream-e147bf8fa3c6e9023fbda64bfeb95de2910ab656.tar.bz2 upstream-e147bf8fa3c6e9023fbda64bfeb95de2910ab656.zip |
fixup machid workaround, generate uImage manually
SVN-Revision: 11497
Diffstat (limited to 'target/linux/orion/Makefile')
-rw-r--r-- | target/linux/orion/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index f2293b8f14..8b18cccb17 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -15,8 +15,6 @@ LINUX_VERSION:=2.6.26-rc6 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="uImage" - DEFAULT_PACKAGES += kmod-madwifi define Kernel/Configure |