diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-04-03 09:50:17 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-04-03 09:50:17 +0000 |
commit | 30a4001aa4debf14d10c0718de58bb21c052faea (patch) | |
tree | 83045d75178048a9116c5b3c76333ec0fc7af0f0 /target/linux/adm5120-2.6 | |
parent | 010e8f8f789e98c0d72e80d832770ee2701bebd2 (diff) | |
download | upstream-30a4001aa4debf14d10c0718de58bb21c052faea.tar.gz upstream-30a4001aa4debf14d10c0718de58bb21c052faea.tar.bz2 upstream-30a4001aa4debf14d10c0718de58bb21c052faea.zip |
Remove useless mksyshdr utility, replaced by mkcsysimg, Edimax images are no longer broken, and have been tested
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6847 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120-2.6')
-rw-r--r-- | target/linux/adm5120-2.6/image/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/adm5120-2.6/image/Makefile b/target/linux/adm5120-2.6/image/Makefile index a8051db7f9..025146077f 100644 --- a/target/linux/adm5120-2.6/image/Makefile +++ b/target/linux/adm5120-2.6/image/Makefile @@ -46,7 +46,6 @@ define Image/Build/Compex endef define Image/Build/Edimax - # FIXME : not tested (hardware ?) $(STAGING_DIR)/bin/mkcsysimg -B $(4) -d -w \ -r $(KDIR)/loader-edimax.gz \ -x $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1)-noloader.trx \ |