summaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/profiles/bifferboard.mk
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-08-17 15:31:27 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-08-17 15:31:27 +0000
commit12671e163c60a5a5175a7a56b3d3d83451e369ab (patch)
tree2ec732ab799ca77840ebcefde26dfe3065b572a6 /target/linux/rdc/profiles/bifferboard.mk
parent94f6a65d04a7fbaf271805717e4cfd9617dcc5a3 (diff)
[rdc] allow 1MB extra space for JFFS and other enhancements (#7706)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22690 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 0c12ac77f..28e1d0e6d 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))