diff options
Diffstat (limited to 'target/linux/ar7/ac49x/.svn/text-base')
-rw-r--r-- | target/linux/ar7/ac49x/.svn/text-base/config-default.svn-base | 6 | ||||
-rw-r--r-- | target/linux/ar7/ac49x/.svn/text-base/target.mk.svn-base | 10 |
2 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/ar7/ac49x/.svn/text-base/config-default.svn-base b/target/linux/ar7/ac49x/.svn/text-base/config-default.svn-base new file mode 100644 index 0000000..6c7e5fa --- /dev/null +++ b/target/linux/ar7/ac49x/.svn/text-base/config-default.svn-base @@ -0,0 +1,6 @@ +CONFIG_AR7_AC49X=y +# CONFIG_AR7_TI is not set +CONFIG_AR7_TYPE_AC49X=y +# CONFIG_AR7_TYPE_TI is not set +CONFIG_MTD_AC49X_PARTS=y +# CONFIG_MTD_AR7_PARTS is not set diff --git a/target/linux/ar7/ac49x/.svn/text-base/target.mk.svn-base b/target/linux/ar7/ac49x/.svn/text-base/target.mk.svn-base new file mode 100644 index 0000000..47f3ab2 --- /dev/null +++ b/target/linux/ar7/ac49x/.svn/text-base/target.mk.svn-base @@ -0,0 +1,10 @@ +# +# Copyright (C) 2012 OpenWrt.org +# + +SUBTARGET:=ac49x +BOARDNAME:=AudioCodes AC49x + +define Target/Description + Build firmware images for AudioCodes AC49x based routers. +endef |