diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-08-14 13:05:14 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-08-14 13:05:14 +0000 |
commit | e0d21348b5527b507648cd87898501eade36a94f (patch) | |
tree | 71fc01237b81f38d68223aa8defefb528a4213a8 /target/linux/bcm53xx | |
parent | 7628642fc4c839fd11f13afa735e614586af2208 (diff) | |
download | master-187ad058-e0d21348b5527b507648cd87898501eade36a94f.tar.gz master-187ad058-e0d21348b5527b507648cd87898501eade36a94f.tar.bz2 master-187ad058-e0d21348b5527b507648cd87898501eade36a94f.zip |
image.mk: replace all Build/netgear-chk with a generic implementation
Instead of letting each target define it themselves, create on in
include/image.mk and let the targets use it.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46596 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx')
-rw-r--r-- | target/linux/bcm53xx/image/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index fdb2c05e3a..7aa9fc2a3a 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -60,12 +60,6 @@ define Build/asus-trx mv $@.new $@ endef -define Build/netgear-chk - $(STAGING_DIR_HOST)/bin/mkchkimg \ - -o $@.new -k $@ -b $(NETGEAR_BOARD_ID) -r $(NETGEAR_REGION) - mv $@.new $@ -endef - DEVICE_VARS += DT PRODUCTID NETGEAR_BOARD_ID NETGEAR_REGION define Device/Default |