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 | bb46d92b16190f909951b9b1e15111f2c0e1bf9e (patch) | |
| tree | a9a18fc298fe5e613b04cef18fba6304f0c59923 | |
| parent | affa07c13cd0b204198c2182f3a0669894a82bac (diff) | |
| download | upstream-bb46d92b16190f909951b9b1e15111f2c0e1bf9e.tar.gz upstream-bb46d92b16190f909951b9b1e15111f2c0e1bf9e.tar.bz2 upstream-bb46d92b16190f909951b9b1e15111f2c0e1bf9e.zip | |
add pattern for AG214
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1935 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 2d252f6874c..a32fa70cad3 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)) |
