summaryrefslogtreecommitdiffstats
path: root/target/device/KwikByte/kb9202/target_skeleton/etc/fstab
diff options
context:
space:
mode:
authorThomas Petazzoni2010-12-05 21:53:02 +0100
committerPeter Korsgaard2010-12-16 14:55:26 +0100
commit630ba981a0b86e0931663191cf6dac5403e7056d (patch)
tree837d049ee70d3238ad463afa49336c5096e091f9 /target/device/KwikByte/kb9202/target_skeleton/etc/fstab
parentboard: simplify atngw100 support (diff)
downloadbuildroot-630ba981a0b86e0931663191cf6dac5403e7056d.tar.gz
buildroot-630ba981a0b86e0931663191cf6dac5403e7056d.tar.xz
buildroot-630ba981a0b86e0931663191cf6dac5403e7056d.zip
board: simplify kb9202 board
Minimize the board defconfig, remove custom busybox configuration, custom kernel configuration (use the kernel defconfig instead), custom device table and target skeleton. The only difference in the target skeleton was the support of mdev and the usage of an automount script. Instead of adding this in a board-specific way, we should provide board-independent configuration options. There are already patches contributed to add support for mdev. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device/KwikByte/kb9202/target_skeleton/etc/fstab')
-rwxr-xr-xtarget/device/KwikByte/kb9202/target_skeleton/etc/fstab11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/device/KwikByte/kb9202/target_skeleton/etc/fstab b/target/device/KwikByte/kb9202/target_skeleton/etc/fstab
deleted file mode 100755
index 561fbbcbc..000000000
--- a/target/device/KwikByte/kb9202/target_skeleton/etc/fstab
+++ /dev/null
@@ -1,11 +0,0 @@
-# /etc/fstab: static file system information.
-#
-# <file system> <mount pt> <type> <options> <dump> <pass>
-/dev/root / ext2 rw,noauto 0 1
-proc /proc proc defaults 0 0
-devpts /dev/pts devpts defaults,gid=5,mode=620 0 0
-tmpfs /tmp tmpfs defaults 0 0
-none /proc/bus/usb usbfs defaults 0 0
-/dev/sys /sys sysfs defaults 0 0
-
-