diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-09-16 14:45:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-09-16 14:45:21 +0000 |
commit | c557c007b68805c565028c621b2f4e7353d574dd (patch) | |
tree | a9a18fc298fe5e613b04cef18fba6304f0c59923 /openwrt | |
parent | 68c1953d61d43253290a6e82e717747e1ad63ce7 (diff) | |
download | mtk-20170518-c557c007b68805c565028c621b2f4e7353d574dd.zip mtk-20170518-c557c007b68805c565028c621b2f4e7353d574dd.tar.gz mtk-20170518-c557c007b68805c565028c621b2f4e7353d574dd.tar.bz2 |
add pattern for AG214
SVN-Revision: 1935
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/image/ar7/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/image/ar7/Makefile b/openwrt/target/linux/image/ar7/Makefile index 2d252f6..a32fa70 100644 --- a/openwrt/target/linux/image/ar7/Makefile +++ b/openwrt/target/linux/image/ar7/Makefile @@ -73,6 +73,7 @@ $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS)-$(1).bin: $(BIN_DIR)/openwrt-$(BOARD install: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS)-$(1).bin endef +$(eval $(call pattern_template,AG1B)) $(eval $(call pattern_template,WA22)) $(eval $(call pattern_template,WAG2)) $(eval $(call pattern_template,WA21)) |