From 81ec62aa17a2aeba2e69c842f8416df5db2ec1ac Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 13 Feb 2015 07:29:10 +0000 Subject: ar71xx: Add profile and build image for TP-Link MR12U v1 This patch adds corrected profile and build image for the TL-MR12U board. Unfortunately i cannot test the factory image since i can't find anywhere the original chinese firmware but the generated openwrt-ar71xx-generic-tl-mr12u-v1-squashfs-sysupgrade.bin worked just fine over a modified mr3040 factory image i managed to modify to initially flash the mr12u from the original firmware. Proper kernel support probably should be added since cat /proc/cpuinfo shows MR13U. Signed-off-by: Daniel Petre git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44427 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/generic/profiles/tp-link.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/linux/ar71xx/generic') diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index c7a65e4af2..5922f67399 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -48,6 +48,16 @@ define Profile/TLMR11U/Description endef $(eval $(call Profile,TLMR11U)) +define Profile/TLMR12U + NAME:=TP-LINK TL-MR12U + PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev +endef + +define Profile/TLMR12U/Description + Package set optimized for the TP-LINK TL-MR12U. +endef + +$(eval $(call Profile,TLMR12U)) define Profile/TLMR13U NAME:=TP-LINK TL-MR13U -- cgit v1.2.3