diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-10-24 00:16:23 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-10-24 00:16:23 +0000 |
commit | c6285fd82f1b631b77ad94be613dc4575cd9ed28 (patch) | |
tree | e3f509c9f2a585646d3e52f81e4fd0961bbb32ce /target/linux/netlogic/xlp/target.mk | |
parent | 2c62ad1fda41da36baaf3524440aa631c5fb81c6 (diff) | |
download | mtk-20170518-c6285fd82f1b631b77ad94be613dc4575cd9ed28.zip mtk-20170518-c6285fd82f1b631b77ad94be613dc4575cd9ed28.tar.gz mtk-20170518-c6285fd82f1b631b77ad94be613dc4575cd9ed28.tar.bz2 |
netlogic: add XLR/XLP support
Add support for Broadcom/Netlogic XLR/XLP support
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43037
Diffstat (limited to 'target/linux/netlogic/xlp/target.mk')
-rw-r--r-- | target/linux/netlogic/xlp/target.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/netlogic/xlp/target.mk b/target/linux/netlogic/xlp/target.mk new file mode 100644 index 0000000..44c4460 --- /dev/null +++ b/target/linux/netlogic/xlp/target.mk @@ -0,0 +1,10 @@ +CPU_TYPE:=xlp +CPU_FLAGS_xlp:=-march=xlp -mabi=64 +BOARDNAME:=xlp + +DEFAULT_PACKAGES += kmod-usb-core kmod-usb2 kmod-usb2-pci kmod-usb3 \ + kmod-usb-net kmod-usb-net-smsc95xx + +define Target/Description + Build firmware images for Broadcom/Netlogic XLP boards. +endef |