mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
n810: Add fstab for maemo filesystems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23195 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8affb49069
commit
f47c187bda
13
target/linux/omap24xx/base-files/etc/config/fstab
Normal file
13
target/linux/omap24xx/base-files/etc/config/fstab
Normal file
@ -0,0 +1,13 @@
|
||||
config mount
|
||||
option target /maemo/initfs
|
||||
option device /dev/mtdblock3
|
||||
option fstype jffs2
|
||||
option options rw
|
||||
option enabled 1
|
||||
|
||||
config mount
|
||||
option target /maemo/rootfs
|
||||
option device /dev/mtdblock4
|
||||
option fstype jffs2
|
||||
option options rw
|
||||
option enabled 1
|
||||
@ -8,10 +8,11 @@
|
||||
define Profile/n810-base
|
||||
NAME:=Nokia n810 (base)
|
||||
PACKAGES:= \
|
||||
block-hotplug \
|
||||
block-mount block-hotplug \
|
||||
gpsd \
|
||||
ip iw wireless-tools kmod-p54-spi wpa-supplicant \
|
||||
dnsmasq dropbear \
|
||||
pwrtray-backend \
|
||||
kmod-fs-vfat kmod-fs-msdos \
|
||||
kmod-input-evdev \
|
||||
kmod-leds-gpio \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user