aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/profiles/bifferboard.mk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-08-17 15:31:27 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-08-17 15:31:27 +0000
commitaf0ecdebfdd43aa46bf624d5fa67a868e2f14857 (patch)
tree4799acd2d0e5f468283441261ad106291c55dcff /target/linux/rdc/profiles/bifferboard.mk
parent1d1b83fa4c5a70423a403b2c52629db724de90aa (diff)
downloadupstream-af0ecdebfdd43aa46bf624d5fa67a868e2f14857.tar.gz
upstream-af0ecdebfdd43aa46bf624d5fa67a868e2f14857.tar.bz2
upstream-af0ecdebfdd43aa46bf624d5fa67a868e2f14857.zip
allow 1MB extra space for JFFS and other enhancements (#7706)
SVN-Revision: 22690
Diffstat (limited to 'target/linux/rdc/profiles/bifferboard.mk')
-rw-r--r--target/linux/rdc/profiles/bifferboard.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/rdc/profiles/bifferboard.mk b/target/linux/rdc/profiles/bifferboard.mk
index 0c12ac77f7..28e1d0e6d4 100644
--- a/target/linux/rdc/profiles/bifferboard.mk
+++ b/target/linux/rdc/profiles/bifferboard.mk
@@ -7,5 +7,7 @@
define Profile/bifferboard
NAME:=Bifferboard
+ PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 \
+ kmod-usb-storage kmod-scsi-core kmod-fs-ext3
endef
$(eval $(call Profile,bifferboard))