commit a7ee1c607a88ec1d55ff9c5c28e1f20294753bfa
Author: p4u <p4u@dabax.net>
Date:   Sat Jun 1 21:37:12 2013 +0200

    Adds new target for t-mr3040 bmx6 testing

diff --git a/configs/tl-mr3040-bmx6dev/config b/configs/tl-mr3040-bmx6dev/config
new file mode 100644
index 0000000..b6032b8
--- /dev/null
+++ b/configs/tl-mr3040-bmx6dev/config
@@ -0,0 +1,32 @@
+CONFIG_TARGET_ar71xx=y
+CONFIG_TARGET_ar71xx_generic=y
+CONFIG_TARGET_ar71xx_generic_Default=y
+CONFIG_ATH_USER_REGD=y
+# CONFIG_PACKAGE_dnsmasq is not set
+CONFIG_PACKAGE_dnsmasq-dhcpv6=y
+CONFIG_PACKAGE_ip=y
+CONFIG_PACKAGE_iputils-ping6=y
+CONFIG_PACKAGE_iwinfo=y
+CONFIG_PACKAGE_kmod-ipv6=y
+# CONFIG_PACKAGE_kmod-ppp is not set
+CONFIG_PACKAGE_libiwinfo=y
+CONFIG_PACKAGE_liblua=y
+CONFIG_PACKAGE_libncurses=y
+CONFIG_PACKAGE_libpcap=y
+CONFIG_PACKAGE_libubus-lua=y
+CONFIG_PACKAGE_libuci-lua=y
+CONFIG_PACKAGE_lua=y
+CONFIG_PACKAGE_luci-lib-core=y
+CONFIG_PACKAGE_luci-lib-nixio=y
+CONFIG_PACKAGE_luci-lib-sys=y
+CONFIG_PACKAGE_luci-lib-web=y
+CONFIG_PACKAGE_luci-sgi-cgi=y
+CONFIG_PACKAGE_mtr=y
+# CONFIG_PACKAGE_ppp is not set
+CONFIG_PACKAGE_qmp-bmx6testing-node=y
+CONFIG_PACKAGE_qmp-system=y
+CONFIG_PACKAGE_tcpdump-mini=y
+CONFIG_PACKAGE_terminfo=y
+CONFIG_PACKAGE_kmod-lib-crc-ccitt=y
+# CONFIG_PACKAGE_luci-theme-base is not set
+# CONFIG_PACKAGE_luci-theme-bootstrap is not set
diff --git a/targets.mk b/targets.mk
index b6dc7c2..a2be43a 100644
--- a/targets.mk
+++ b/targets.mk
@@ -152,6 +152,15 @@ ifeq ($(T),tl-mr3040-cam)
   SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-mr3040-v1-squashfs-sysupgrade.bin
 endif 
 
+ifeq ($(T),tl-mr3040-bmx6dev)
+  NAME:=TplinkMR3040Bmx6Testing
+  ARCH:=ar71xx
+  TBUILD:=ar71xx
+  IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-mr3040-v1-squashfs-factory.bin
+  SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-tl-mr3040-v1-squashfs-sysupgrade.bin
+endif 
+
+
 
 ifeq ($(T),tl-wdr3600)
   NAME:=TplinkWDR3600
