diff options
Diffstat (limited to 'target/linux/bcm47xx/generic/target.mk')
-rw-r--r-- | target/linux/bcm47xx/generic/target.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/bcm47xx/generic/target.mk b/target/linux/bcm47xx/generic/target.mk new file mode 100644 index 0000000000..2f93778b09 --- /dev/null +++ b/target/linux/bcm47xx/generic/target.mk @@ -0,0 +1,9 @@ +BOARDNAME:=Generic +FEATURES+=pcmcia + +DEFAULT_PACKAGES += wpad-basic + +define Target/Description + Build generic firmware for all Broadcom BCM47xx and BCM53xx MIPS + devices. It runs on both architectures BMIPS3300 and MIPS 74K. +endef |