Message ID | 1433334525-4052-5-git-send-email-kejia.hu@codethink.co.uk |
---|---|
State | Changes Requested |
Delegated to: | Jonas Gorski |
Headers | show |
diff --git a/target/linux/brcm63xx/profiles/thomson.mk b/target/linux/brcm63xx/profiles/thomson.mk new file mode 100644 index 0000000..04eca76 --- /dev/null +++ b/target/linux/brcm63xx/profiles/thomson.mk @@ -0,0 +1,9 @@ +define Profile/TG582N + NAME:=THOMSON TG582N + PACKAGES:=kmod-b43 wpad-mini \ + kmod-usb2 kmod-usb-ohci +endef +define Profile/A4001N1/Description + Package set optimized for TG582N. +endef +$(eval $(call Profile,TG582N))
From: Kejia Hu <kejia.hu@codethink.co.uk> --- target/linux/brcm63xx/profiles/thomson.mk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 target/linux/brcm63xx/profiles/thomson.mk