move default skeleton to fs/ and drop busybox skeleton
authorDmytro Milinevskyy <milinevskyy@gmail.com>
Wed, 16 Jun 2010 20:22:40 +0000 (23:22 +0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 18 Jul 2010 21:08:55 +0000 (23:08 +0200)
[Peter: fixup patch, adjust for busybox.mk changes]
Signed-off-by: Dmytro Milinevskyy <milinevskyy@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
160 files changed:
Makefile
configs/at91rm9200df_defconfig
configs/at91rm9200df_ext_defconfig
configs/at91sam9260dfc_defconfig
configs/at91sam9260dfc_ext_defconfig
configs/at91sam9260pf_defconfig
configs/at91sam9261ek_defconfig
configs/at91sam9261ek_ext_defconfig
configs/at91sam9263ek_defconfig
configs/at91sam9263ek_ext_defconfig
configs/at91sam9g20dfc_defconfig
configs/at91sam9g20dfc_ext_defconfig
configs/atngw100-base_defconfig
configs/atngw100_defconfig
configs/atstk1005_defconfig
configs/atstk100x_defconfig
configs/i386_defconfig
configs/i686_defconfig
configs/integrator926_defconfig
configs/integrator926_huge_defconfig
configs/kb9202_defconfig
configs/v100sc2_defconfig
fs/skeleton/bin/.empty [new file with mode: 0644]
fs/skeleton/dev/log [new symlink]
fs/skeleton/dev/pts/.empty [new file with mode: 0644]
fs/skeleton/etc/TZ [new file with mode: 0644]
fs/skeleton/etc/fstab [new file with mode: 0644]
fs/skeleton/etc/group [new file with mode: 0644]
fs/skeleton/etc/hostname [new file with mode: 0644]
fs/skeleton/etc/hosts [new file with mode: 0644]
fs/skeleton/etc/init.d/S20urandom [new file with mode: 0755]
fs/skeleton/etc/init.d/S40network [new file with mode: 0755]
fs/skeleton/etc/init.d/rcS [new file with mode: 0755]
fs/skeleton/etc/inittab [new file with mode: 0644]
fs/skeleton/etc/inputrc [new file with mode: 0644]
fs/skeleton/etc/issue [new file with mode: 0644]
fs/skeleton/etc/ld.so.conf.d/.empty [new file with mode: 0644]
fs/skeleton/etc/mtab [new symlink]
fs/skeleton/etc/network/interfaces [new file with mode: 0644]
fs/skeleton/etc/passwd [new file with mode: 0644]
fs/skeleton/etc/profile [new file with mode: 0644]
fs/skeleton/etc/protocols [new file with mode: 0644]
fs/skeleton/etc/random-seed [new file with mode: 0644]
fs/skeleton/etc/resolv.conf [new symlink]
fs/skeleton/etc/securetty [new file with mode: 0644]
fs/skeleton/etc/services [new file with mode: 0644]
fs/skeleton/etc/shadow [new file with mode: 0644]
fs/skeleton/home/.empty [new file with mode: 0644]
fs/skeleton/lib/.empty [new file with mode: 0644]
fs/skeleton/mnt/.empty [new file with mode: 0644]
fs/skeleton/opt/.empty [new file with mode: 0644]
fs/skeleton/proc/.empty [new file with mode: 0644]
fs/skeleton/root/.bash_history [new file with mode: 0644]
fs/skeleton/root/.bash_logout [new file with mode: 0644]
fs/skeleton/root/.bash_profile [new file with mode: 0644]
fs/skeleton/root/.bashrc [new file with mode: 0644]
fs/skeleton/root/.empty [new file with mode: 0644]
fs/skeleton/sbin/.empty [new file with mode: 0644]
fs/skeleton/sys/.empty [new file with mode: 0644]
fs/skeleton/tmp/.empty [new file with mode: 0644]
fs/skeleton/usr/bin/.empty [new file with mode: 0644]
fs/skeleton/usr/lib/.empty [new file with mode: 0644]
fs/skeleton/usr/sbin/.empty [new file with mode: 0644]
fs/skeleton/usr/share/udhcpc/default.script [new file with mode: 0755]
fs/skeleton/var/cache [new symlink]
fs/skeleton/var/lib/pcmcia [new symlink]
fs/skeleton/var/lock [new symlink]
fs/skeleton/var/log [new symlink]
fs/skeleton/var/pcmcia [new symlink]
fs/skeleton/var/run [new symlink]
fs/skeleton/var/spool [new symlink]
fs/skeleton/var/tmp [new symlink]
package/busybox/Config.in
package/busybox/busybox.mk
target/generic/Makefile.in
target/generic/target_busybox_skeleton/dev/.empty [deleted file]
target/generic/target_busybox_skeleton/etc/TZ [deleted file]
target/generic/target_busybox_skeleton/etc/fstab [deleted file]
target/generic/target_busybox_skeleton/etc/group [deleted file]
target/generic/target_busybox_skeleton/etc/hostname [deleted file]
target/generic/target_busybox_skeleton/etc/hosts [deleted file]
target/generic/target_busybox_skeleton/etc/init.d/S20urandom [deleted file]
target/generic/target_busybox_skeleton/etc/init.d/S40network [deleted file]
target/generic/target_busybox_skeleton/etc/init.d/rcS [deleted file]
target/generic/target_busybox_skeleton/etc/inittab [deleted file]
target/generic/target_busybox_skeleton/etc/inputrc [deleted file]
target/generic/target_busybox_skeleton/etc/issue [deleted file]
target/generic/target_busybox_skeleton/etc/mtab [deleted symlink]
target/generic/target_busybox_skeleton/etc/network/interfaces [deleted file]
target/generic/target_busybox_skeleton/etc/passwd [deleted file]
target/generic/target_busybox_skeleton/etc/profile [deleted file]
target/generic/target_busybox_skeleton/etc/protocols [deleted file]
target/generic/target_busybox_skeleton/etc/random-seed [deleted file]
target/generic/target_busybox_skeleton/etc/resolv.conf [deleted symlink]
target/generic/target_busybox_skeleton/etc/securetty [deleted file]
target/generic/target_busybox_skeleton/etc/services [deleted file]
target/generic/target_busybox_skeleton/etc/shadow [deleted file]
target/generic/target_busybox_skeleton/proc/.empty [deleted file]
target/generic/target_busybox_skeleton/root/.empty [deleted file]
target/generic/target_busybox_skeleton/sys/.empty [deleted file]
target/generic/target_busybox_skeleton/tmp/.empty [deleted file]
target/generic/target_busybox_skeleton/usr/sbin/.empty [deleted file]
target/generic/target_busybox_skeleton/var/cache [deleted symlink]
target/generic/target_busybox_skeleton/var/lib/pcmcia [deleted symlink]
target/generic/target_busybox_skeleton/var/lock [deleted symlink]
target/generic/target_busybox_skeleton/var/log [deleted symlink]
target/generic/target_busybox_skeleton/var/pcmcia [deleted symlink]
target/generic/target_busybox_skeleton/var/run [deleted symlink]
target/generic/target_busybox_skeleton/var/spool [deleted symlink]
target/generic/target_busybox_skeleton/var/tmp [deleted symlink]
target/generic/target_skeleton/bin/.empty [deleted file]
target/generic/target_skeleton/dev/log [deleted symlink]
target/generic/target_skeleton/dev/pts/.empty [deleted file]
target/generic/target_skeleton/etc/TZ [deleted file]
target/generic/target_skeleton/etc/fstab [deleted file]
target/generic/target_skeleton/etc/group [deleted file]
target/generic/target_skeleton/etc/hostname [deleted file]
target/generic/target_skeleton/etc/hosts [deleted file]
target/generic/target_skeleton/etc/init.d/S20urandom [deleted file]
target/generic/target_skeleton/etc/init.d/S40network [deleted file]
target/generic/target_skeleton/etc/init.d/rcS [deleted file]
target/generic/target_skeleton/etc/inittab [deleted file]
target/generic/target_skeleton/etc/inputrc [deleted file]
target/generic/target_skeleton/etc/issue [deleted file]
target/generic/target_skeleton/etc/ld.so.conf.d/.empty [deleted file]
target/generic/target_skeleton/etc/mtab [deleted symlink]
target/generic/target_skeleton/etc/network/interfaces [deleted file]
target/generic/target_skeleton/etc/passwd [deleted file]
target/generic/target_skeleton/etc/profile [deleted file]
target/generic/target_skeleton/etc/protocols [deleted file]
target/generic/target_skeleton/etc/random-seed [deleted file]
target/generic/target_skeleton/etc/resolv.conf [deleted symlink]
target/generic/target_skeleton/etc/securetty [deleted file]
target/generic/target_skeleton/etc/services [deleted file]
target/generic/target_skeleton/etc/shadow [deleted file]
target/generic/target_skeleton/home/.empty [deleted file]
target/generic/target_skeleton/lib/.empty [deleted file]
target/generic/target_skeleton/mnt/.empty [deleted file]
target/generic/target_skeleton/opt/.empty [deleted file]
target/generic/target_skeleton/proc/.empty [deleted file]
target/generic/target_skeleton/root/.bash_history [deleted file]
target/generic/target_skeleton/root/.bash_logout [deleted file]
target/generic/target_skeleton/root/.bash_profile [deleted file]
target/generic/target_skeleton/root/.bashrc [deleted file]
target/generic/target_skeleton/root/.empty [deleted file]
target/generic/target_skeleton/sbin/.empty [deleted file]
target/generic/target_skeleton/sys/.empty [deleted file]
target/generic/target_skeleton/tmp/.empty [deleted file]
target/generic/target_skeleton/usr/bin/.empty [deleted file]
target/generic/target_skeleton/usr/lib/.empty [deleted file]
target/generic/target_skeleton/usr/sbin/.empty [deleted file]
target/generic/target_skeleton/usr/share/udhcpc/default.script [deleted file]
target/generic/target_skeleton/var/cache [deleted symlink]
target/generic/target_skeleton/var/lib/pcmcia [deleted symlink]
target/generic/target_skeleton/var/lock [deleted symlink]
target/generic/target_skeleton/var/log [deleted symlink]
target/generic/target_skeleton/var/pcmcia [deleted symlink]
target/generic/target_skeleton/var/run [deleted symlink]
target/generic/target_skeleton/var/spool [deleted symlink]
target/generic/target_skeleton/var/tmp [deleted symlink]

index d6bcb36f01f5b012e53e564dd231a370187fb02a..59151cc2f0cb672f9a95d569306a5946b6b3333d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -271,6 +271,7 @@ STAMP_DIR:=$(BASE_DIR)/stamps
 BINARIES_DIR:=$(BASE_DIR)/images
 TARGET_DIR:=$(BASE_DIR)/target
 TOOLCHAIN_DIR=$(BASE_DIR)/toolchain
+TARGET_SKELETON=$(BASE_DIR)/fs/skeleton
 
 BR2_DEPENDS_DIR=$(BUILD_DIR)/buildroot-config
 
index 0d453b6d50057c98e9ebe809dd46bb747ee0d772..98158b98514db68123c86e95b2bce8d68267bfa8 100644 (file)
@@ -322,7 +322,6 @@ BR2_BUSYBOX_VERSION="1.13.2"
 BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config"
 # BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
-# BR2_PACKAGE_BUSYBOX_SKELETON is not set
 
 #
 # The minimum needed to build a uClibc development system
index 7245b8a491bde7ef25e35553690d4582b9efeafc..c73e372730ce1199921f2d1ddb50fa6f56c2831e 100644 (file)
@@ -248,7 +248,6 @@ BR2_BUSYBOX_VERSION="1.13.2"
 BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config"
 # BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
-# BR2_PACKAGE_BUSYBOX_SKELETON is not set
 
 #
 # The minimum needed to build a uClibc development system
index 3de2aea07b786b45d461f025cb5df10f765b14f2..f1d63df2e061ee09750610111048688ce747895a 100644 (file)
@@ -334,7 +334,6 @@ BR2_BUSYBOX_VERSION="1.13.2"
 BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config"
 # BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
-# BR2_PACKAGE_BUSYBOX_SKELETON is not set
 
 #
 # The minimum needed to build a uClibc development system
index e66a541a3dfdf60d09595dd7719874d4efbdcc75..91cdeddab509eb585031a013575ed3aa12477926 100644 (file)
@@ -256,7 +256,6 @@ BR2_BUSYBOX_VERSION="1.13.2"
 BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config"
 # BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
-# BR2_PACKAGE_BUSYBOX_SKELETON is not set
 
 #
 # The minimum needed to build a uClibc development system
index d83bb8c5cabb2a9c445c36e759e5cf67a82a0d73..651041fd38e844671a6797c8c5c8a57685290851 100644 (file)
@@ -238,7 +238,6 @@ BR2_BUSYBOX_VERSION="1.13.4"
 BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS=y
 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config"
 BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
-# BR2_PACKAGE_BUSYBOX_SKELETON is not set
 
 #
 # The minimum needed to build a uClibc development system
index b8b5d60348978bf6accf29d75f6ac99140e6e076..0d2fa0b060429cdf8f979b2b5b3af31d762812ff 100644 (file)
@@ -328,7 +328,6 @@ BR2_BUSYBOX_VERSION="1.13.2"
 BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config"
 # BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
-# BR2_PACKAGE_BUSYBOX_SKELETON is not set
 
 #
 # The minimum needed to build a uClibc development system
index 7e0e84fb93f4c7555a1636efd7cd337b8b882687..ca9a65cefbf3357bc11ab2421aee3f6c6ae49026 100644 (file)
@@ -287,7 +287,6 @@ BR2_BUSYBOX_VERSION="1.13.2"
 BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config"
 # BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
-# BR2_PACKAGE_BUSYBOX_SKELETON is not set
 
 #
 # The minimum needed to build a uClibc development system
index de2a12df4ef0ca46caf724832d39ae4e34649cbf..6b4f592ff3878ef7d557bb508e7ec2c64e2364ee 100644 (file)
@@ -327,7 +327,6 @@ BR2_BUSYBOX_VERSION="1.13.2"
 BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config"
 # BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
-# BR2_PACKAGE_BUSYBOX_SKELETON is not set
 
 #
 # The minimum needed to build a uClibc development system
index d757aaa2bece4b340114287582cf8840f62f947a..3f6c3b8e9d34777e6c07ab564310eeab4c3bb0e2 100644 (file)
@@ -249,7 +249,6 @@ BR2_BUSYBOX_VERSION="1.13.2"
 BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config"
 # BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
-# BR2_PACKAGE_BUSYBOX_SKELETON is not set
 
 #
 # The minimum needed to build a uClibc development system
index ffe4636f809ec068edb7fd9806afc0564d785b7c..92171d5e870d07a703429bcaeb07c624fb4de586 100644 (file)
@@ -327,7 +327,6 @@ BR2_BUSYBOX_VERSION="1.13.2"
 BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config"
 # BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
-# BR2_PACKAGE_BUSYBOX_SKELETON is not set
 
 #
 # The minimum needed to build a uClibc development system
index 2cf2839b64749f93f2e3d237429cb8461bb8370c..bd967235f7b5e6952915f876c69e241ca3bfe1f1 100644 (file)
@@ -256,7 +256,6 @@ BR2_BUSYBOX_VERSION="1.13.2"
 BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config"
 # BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
-# BR2_PACKAGE_BUSYBOX_SKELETON is not set
 
 #
 # The minimum needed to build a uClibc development system
index 8c3d80bd74d6a8a8302af501ba2fd61440ab4627..f5eba61aab1a02ef267f97bfbfcc178c3a2b84ee 100644 (file)
@@ -246,7 +246,6 @@ BR2_BUSYBOX_VERSION="1.14.0"
 BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config"
 # BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
-BR2_PACKAGE_BUSYBOX_SKELETON=y
 
 #
 # The minimum needed to build a uClibc development system
index 763cad7766d01278d44adcbf44ce6bb9f7e130f8..d1db2da38379c55164938ee59b46055e95e2e9f3 100644 (file)
@@ -243,7 +243,6 @@ BR2_BUSYBOX_VERSION="1.16.1"
 BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config"
 # BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
-BR2_PACKAGE_BUSYBOX_SKELETON=y
 # BR2_PACKAGE_CUSTOMIZE is not set
 
 #
index ab8b369980cb76b6fefd1173f07a0c43ba5768d7..b90761b723c3d47afa44258e591a98a9881ad6ae 100644 (file)
@@ -266,7 +266,6 @@ BR2_BUSYBOX_VERSION="1.13.4"
 BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config"
 # BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
-BR2_PACKAGE_BUSYBOX_SKELETON=y
 
 #
 # The minimum needed to build a uClibc development system
index da58c26dc57987fe02f4c6f5adbf211664795cf6..c12ccf88a4f8764d608c85c4933843daff90df84 100644 (file)
@@ -257,7 +257,6 @@ BR2_BUSYBOX_VERSION="1.14.0"
 BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
 BR2_PACKAGE_BUSYBOX_CONFIG="target/device/Atmel/atstk100x/busybox-1.9.1.config"
 BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
-BR2_PACKAGE_BUSYBOX_SKELETON=y
 
 #
 # The minimum needed to build a uClibc development system
index 69e6412a3715fbfc1b6b9ea20c06d700ddd2fed5..65825bee425e248fcb6425755adf3b988164daa4 100644 (file)
@@ -256,7 +256,6 @@ BR2_BUSYBOX_VERSION="1.14.0"
 BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config"
 # BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
-# BR2_PACKAGE_BUSYBOX_SKELETON is not set
 
 #
 # The minimum needed to build a uClibc development system
index e4d4f98a11383dc438718044b5b515025906a2a1..31ce604fd4143531e342eab80f84f766db2ff0f2 100644 (file)
@@ -256,7 +256,6 @@ BR2_BUSYBOX_VERSION="1.14.0"
 BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config"
 # BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
-# BR2_PACKAGE_BUSYBOX_SKELETON is not set
 
 #
 # The minimum needed to build a uClibc development system
index 815d2591d112e2964cba6149711b50631204b7c6..2eb22c5d1d0e581d800409e1cbbdbdf318c38b2c 100644 (file)
@@ -254,7 +254,6 @@ BR2_BUSYBOX_VERSION="1.13.4"
 BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config"
 # BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
-BR2_PACKAGE_BUSYBOX_SKELETON=y
 
 #
 # The minimum needed to build a uClibc development system
index 9b682583553c3e78de551c95b168f57e6dc2aa51..e44ac5fbaae5738535e8583a82d29d48e4b8ed42 100644 (file)
@@ -255,7 +255,6 @@ BR2_BUSYBOX_VERSION="1.13.4"
 BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config"
 # BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
-BR2_PACKAGE_BUSYBOX_SKELETON=y
 
 #
 # The minimum needed to build a uClibc development system
index f2dddb73cc1361c089aa7bc7eac2838ce1efa068..2895d8a94181a6a063d331b66594f427459dd2e5 100644 (file)
@@ -254,7 +254,6 @@ BR2_BUSYBOX_VERSION="1.13.4"
 BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config"
 BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
-# BR2_PACKAGE_BUSYBOX_SKELETON is not set
 
 #
 # The minimum needed to build a uClibc development system
index 17a627ef264c450b8ce45e89717861fddd1ff967..80f194a56be870171ece2ca4dce084e77f88f1b8 100644 (file)
@@ -229,7 +229,6 @@ BR2_BUSYBOX_VERSION="1.12.1"
 BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
 BR2_PACKAGE_BUSYBOX_CONFIG="target/device/valka/v100sc2/busybox.config"
 BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
-BR2_PACKAGE_BUSYBOX_SKELETON=y
 
 #
 # The minimum needed to build a uClibc development system
diff --git a/fs/skeleton/bin/.empty b/fs/skeleton/bin/.empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fs/skeleton/dev/log b/fs/skeleton/dev/log
new file mode 120000 (symlink)
index 0000000..d96b3b1
--- /dev/null
@@ -0,0 +1 @@
+../tmp/log
\ No newline at end of file
diff --git a/fs/skeleton/dev/pts/.empty b/fs/skeleton/dev/pts/.empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fs/skeleton/etc/TZ b/fs/skeleton/etc/TZ
new file mode 100644 (file)
index 0000000..9fcb2a3
--- /dev/null
@@ -0,0 +1 @@
+MST7MDT
diff --git a/fs/skeleton/etc/fstab b/fs/skeleton/etc/fstab
new file mode 100644 (file)
index 0000000..87d9da0
--- /dev/null
@@ -0,0 +1,8 @@
+# /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
+sysfs          /sys           sysfs    defaults          0      0
diff --git a/fs/skeleton/etc/group b/fs/skeleton/etc/group
new file mode 100644 (file)
index 0000000..c600be0
--- /dev/null
@@ -0,0 +1,17 @@
+root:x:0:
+daemon:x:1:
+bin:x:2:
+sys:x:3:
+adm:x:4:
+tty:x:5:
+disk:x:6:
+wheel:x:10:root
+utmp:x:43:
+staff:x:50:
+haldaemon:x:68:
+dbus:x:81:
+netdev:x:82:
+nobody:x:99:
+nogroup:x:99:
+users:x:100:
+default:x:1000:
diff --git a/fs/skeleton/etc/hostname b/fs/skeleton/etc/hostname
new file mode 100644 (file)
index 0000000..5b26b35
--- /dev/null
@@ -0,0 +1 @@
+buildroot
diff --git a/fs/skeleton/etc/hosts b/fs/skeleton/etc/hosts
new file mode 100644 (file)
index 0000000..ba712fe
--- /dev/null
@@ -0,0 +1 @@
+127.0.0.1      localhost
diff --git a/fs/skeleton/etc/init.d/S20urandom b/fs/skeleton/etc/init.d/S20urandom
new file mode 100755 (executable)
index 0000000..f73cea5
--- /dev/null
@@ -0,0 +1,54 @@
+#! /bin/sh
+#
+# urandom      This script saves the random seed between reboots.
+#              It is called from the boot, halt and reboot scripts.
+#
+# Version:     @(#)urandom  1.33  22-Jun-1998  miquels@cistron.nl
+#
+
+[ -c /dev/urandom ] || exit 0
+#. /etc/default/rcS
+
+case "$1" in
+       start|"")
+               if [ "$VERBOSE" != no ]
+               then
+                       echo -n "Initializing random number generator... "
+               fi
+               # Load and then save 512 bytes,
+               # which is the size of the entropy pool
+               if [ -f /etc/random-seed ]
+               then
+                       cat /etc/random-seed >/dev/urandom
+               fi
+               # check for read only file system
+               if ! touch /etc/random-seed 2>/dev/null
+               then
+                       echo "read-only file system detected...done"
+                       exit
+               fi
+               rm -f /etc/random-seed
+               umask 077
+               dd if=/dev/urandom of=/etc/random-seed count=1 \
+                       >/dev/null 2>&1 || echo "urandom start: failed."
+               umask 022
+               [ "$VERBOSE" != no ] && echo "done."
+               ;;
+       stop)
+               if ! touch /etc/random-seed 2>/dev/null
+                then
+                        exit
+                fi
+               # Carry a random seed from shut-down to start-up;
+               # see documentation in linux/drivers/char/random.c
+               [ "$VERBOSE" != no ] && echo -n "Saving random seed... "
+               umask 077
+               dd if=/dev/urandom of=/etc/random-seed count=1 \
+                       >/dev/null 2>&1 || echo "urandom stop: failed."
+               [ "$VERBOSE" != no ] && echo "done."
+               ;;
+       *)
+               echo "Usage: urandom {start|stop}" >&2
+               exit 1
+               ;;
+esac
diff --git a/fs/skeleton/etc/init.d/S40network b/fs/skeleton/etc/init.d/S40network
new file mode 100755 (executable)
index 0000000..ad6d250
--- /dev/null
@@ -0,0 +1,25 @@
+#!/bin/sh
+#
+# Start the network....
+#
+
+case "$1" in
+  start)
+       echo "Starting network..."
+       /sbin/ifup -a
+       ;;
+  stop)
+       echo -n "Stopping network..."
+       /sbin/ifdown -a
+       ;;
+  restart|reload)
+       "$0" stop
+       "$0" start
+       ;;
+  *)
+       echo $"Usage: $0 {start|stop|restart}"
+       exit 1
+esac
+
+exit $?
+
diff --git a/fs/skeleton/etc/init.d/rcS b/fs/skeleton/etc/init.d/rcS
new file mode 100755 (executable)
index 0000000..de41153
--- /dev/null
@@ -0,0 +1,27 @@
+#!/bin/sh
+
+
+# Start all init scripts in /etc/init.d
+# executing them in numerical order.
+#
+for i in /etc/init.d/S??* ;do
+
+     # Ignore dangling symlinks (if any).
+     [ ! -f "$i" ] && continue
+
+     case "$i" in
+       *.sh)
+           # Source shell script for speed.
+           (
+               trap - INT QUIT TSTP
+               set start
+               . $i
+           )
+           ;;
+       *)
+           # No sh extension, so fork subprocess.
+           $i start
+           ;;
+    esac
+done
+
diff --git a/fs/skeleton/etc/inittab b/fs/skeleton/etc/inittab
new file mode 100644 (file)
index 0000000..4be14b8
--- /dev/null
@@ -0,0 +1,46 @@
+# /etc/inittab
+#
+# Copyright (C) 2001 Erik Andersen <andersen@codepoet.org>
+#
+# Note: BusyBox init doesn't support runlevels.  The runlevels field is
+# completely ignored by BusyBox init. If you want runlevels, use
+# sysvinit.
+#
+# Format for each entry: <id>:<runlevels>:<action>:<process>
+#
+# id        == tty to run on, or empty for /dev/console
+# runlevels == ignored
+# action    == one of sysinit, respawn, askfirst, wait, and once
+# process   == program to run
+
+# Startup the system
+null::sysinit:/bin/mount -o remount,rw /
+null::sysinit:/bin/mount -t proc proc /proc
+null::sysinit:/bin/mkdir -p /dev/pts
+null::sysinit:/bin/mount -a
+null::sysinit:/bin/hostname -F /etc/hostname
+# now run any rc scripts
+::sysinit:/etc/init.d/rcS
+
+# Set up a couple of getty's
+tty1::respawn:/sbin/getty 38400 tty1
+tty2::respawn:/sbin/getty 38400 tty2
+
+# Put a getty on the serial port
+#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 # GENERIC_SERIAL
+
+# Logging junk
+null::sysinit:/bin/touch /var/log/messages
+null::respawn:/sbin/syslogd -n -m 0
+null::respawn:/sbin/klogd -n
+tty3::respawn:/usr/bin/tail -f /var/log/messages
+
+# Stuff to do for the 3-finger salute
+::ctrlaltdel:/sbin/reboot
+
+# Stuff to do before rebooting
+null::shutdown:/usr/bin/killall klogd
+null::shutdown:/usr/bin/killall syslogd
+null::shutdown:/bin/umount -a -r
+null::shutdown:/sbin/swapoff -a
+
diff --git a/fs/skeleton/etc/inputrc b/fs/skeleton/etc/inputrc
new file mode 100644 (file)
index 0000000..2f1cb60
--- /dev/null
@@ -0,0 +1,44 @@
+# /etc/inputrc - global inputrc for libreadline
+# See readline(3readline) and `info readline' for more information.
+
+# Be 8 bit clean.
+set input-meta on
+set output-meta on
+set bell-style visible
+
+# To allow the use of 8bit-characters like the german umlauts, comment out
+# the line below. However this makes the meta key not work as a meta key,
+# which is annoying to those which don't need to type in 8-bit characters.
+
+# set convert-meta off
+
+"\e0d": backward-word
+"\e0c": forward-word
+"\e[h": beginning-of-line
+"\e[f": end-of-line
+"\e[1~": beginning-of-line
+"\e[4~": end-of-line
+#"\e[5~": beginning-of-history
+#"\e[6~": end-of-history
+"\e[3~": delete-char
+"\e[2~": quoted-insert
+
+# Common standard keypad and cursor
+# (codes courtsey Werner Fink, <werner@suse.de>)
+#"\e[1~": history-search-backward
+"\e[2~": yank
+"\e[3~": delete-char
+#"\e[4~": set-mark
+"\e[5~": history-search-backward
+"\e[6~": history-search-forward
+# Normal keypad and cursor of xterm
+"\e[F": end-of-line
+"\e[H": beginning-of-line
+# Application keypad and cursor of xterm
+"\eOA": previous-history
+"\eOC": forward-char
+"\eOB": next-history
+"\eOD": backward-char
+"\eOF": end-of-line
+"\eOH": beginning-of-line
+
diff --git a/fs/skeleton/etc/issue b/fs/skeleton/etc/issue
new file mode 100644 (file)
index 0000000..90f1779
--- /dev/null
@@ -0,0 +1,3 @@
+
+Welcome to Buildroot
+
diff --git a/fs/skeleton/etc/ld.so.conf.d/.empty b/fs/skeleton/etc/ld.so.conf.d/.empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fs/skeleton/etc/mtab b/fs/skeleton/etc/mtab
new file mode 120000 (symlink)
index 0000000..e1c2045
--- /dev/null
@@ -0,0 +1 @@
+../proc/mounts
\ No newline at end of file
diff --git a/fs/skeleton/etc/network/interfaces b/fs/skeleton/etc/network/interfaces
new file mode 100644 (file)
index 0000000..218b82c
--- /dev/null
@@ -0,0 +1,4 @@
+# Configure Loopback
+auto lo
+iface lo inet loopback
+
diff --git a/fs/skeleton/etc/passwd b/fs/skeleton/etc/passwd
new file mode 100644 (file)
index 0000000..377d4df
--- /dev/null
@@ -0,0 +1,15 @@
+root:x:0:0:root:/root:/bin/sh
+daemon:x:1:1:daemon:/usr/sbin:/bin/sh
+bin:x:2:2:bin:/bin:/bin/sh
+sys:x:3:3:sys:/dev:/bin/sh
+sync:x:4:100:sync:/bin:/bin/sync
+mail:x:8:8:mail:/var/spool/mail:/bin/sh
+proxy:x:13:13:proxy:/bin:/bin/sh
+www-data:x:33:33:www-data:/var/www:/bin/sh
+backup:x:34:34:backup:/var/backups:/bin/sh
+operator:x:37:37:Operator:/var:/bin/sh
+haldaemon:x:68:68:hald:/:/bin/sh
+dbus:x:81:81:dbus:/var/run/dbus:/bin/sh
+nobody:x:99:99:nobody:/home:/bin/sh
+sshd:x:103:99:Operator:/var:/bin/sh
+default:x:1000:1000:Default non-root user:/home/default:/bin/sh
diff --git a/fs/skeleton/etc/profile b/fs/skeleton/etc/profile
new file mode 100644 (file)
index 0000000..cc2e0be
--- /dev/null
@@ -0,0 +1,48 @@
+# ~/.bashrc: executed by bash(1) for non-login interactive shells.
+
+export PATH=\
+/bin:\
+/sbin:\
+/usr/bin:\
+/usr/sbin:\
+/usr/bin/X11:\
+/usr/local/bin
+
+# If running interactively, then:
+if [ "$PS1" ]; then
+
+    if [ "$BASH" ]; then
+       export PS1="[\u@\h \W]\\$ "
+       alias ll='/bin/ls --color=tty -laFh'
+       alias ls='/bin/ls --color=tty -F'
+       export LS_COLORS='no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.png=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:';
+    else
+      if [ "`id -u`" -eq 0 ]; then 
+       export PS1='# '
+      else
+       export PS1='$ '
+      fi
+    fi
+
+    export USER=`id -un`
+    export LOGNAME=$USER
+    export HOSTNAME=`/bin/hostname`
+    export HISTSIZE=1000
+    export HISTFILESIZE=1000
+    export PAGER='/bin/more '
+    export EDITOR='/bin/vi'
+    export INPUTRC=/etc/inputrc
+    export DMALLOC_OPTIONS=debug=0x34f47d83,inter=100,log=logfile
+
+    ### Some aliases
+    alias ps2='ps facux '
+    alias ps1='ps faxo "%U %t %p %a" '
+    alias af='ps af'
+    alias cls='clear'
+    alias df='df -h'
+    alias indent='indent -bad -bap -bbo -nbc -br -brs -c33 -cd33 -ncdb -ce -ci4 -cli0 -cp33 -cs -d0 -di1 -nfc1 -nfca -hnl -i4 -ip0 -l75 -lp -npcs -npsl -nsc -nsob -nss -ts4 '
+    #alias bc='bc -l'
+    alias minicom='minicom -c on'
+    alias calc='calc -Cd '
+    alias bc='calc -Cd '
+fi;
diff --git a/fs/skeleton/etc/protocols b/fs/skeleton/etc/protocols
new file mode 100644 (file)
index 0000000..1ac8a40
--- /dev/null
@@ -0,0 +1,31 @@
+# /etc/protocols:
+# $Id: protocols,v 1.1 2004/10/09 02:49:18 andersen Exp $
+#
+# Internet (IP) protocols
+#
+#      from: @(#)protocols     5.1 (Berkeley) 4/17/89
+#
+# Updated for NetBSD based on RFC 1340, Assigned Numbers (July 1992).
+
+ip     0       IP              # internet protocol, pseudo protocol number
+icmp   1       ICMP            # internet control message protocol
+igmp   2       IGMP            # Internet Group Management
+ggp    3       GGP             # gateway-gateway protocol
+ipencap        4       IP-ENCAP        # IP encapsulated in IP (officially ``IP'')
+st     5       ST              # ST datagram mode
+tcp    6       TCP             # transmission control protocol
+egp    8       EGP             # exterior gateway protocol
+pup    12      PUP             # PARC universal packet protocol
+udp    17      UDP             # user datagram protocol
+hmp    20      HMP             # host monitoring protocol
+xns-idp        22      XNS-IDP         # Xerox NS IDP
+rdp    27      RDP             # "reliable datagram" protocol
+iso-tp4        29      ISO-TP4         # ISO Transport Protocol class 4
+xtp    36      XTP             # Xpress Tranfer Protocol
+ddp    37      DDP             # Datagram Delivery Protocol
+idpr-cmtp      39      IDPR-CMTP       # IDPR Control Message Transport
+rspf   73      RSPF            #Radio Shortest Path First.
+vmtp   81      VMTP            # Versatile Message Transport
+ospf   89      OSPFIGP         # Open Shortest Path First IGP
+ipip   94      IPIP            # Yet Another IP encapsulation
+encap  98      ENCAP           # Yet Another IP encapsulation
diff --git a/fs/skeleton/etc/random-seed b/fs/skeleton/etc/random-seed
new file mode 100644 (file)
index 0000000..f26038a
Binary files /dev/null and b/fs/skeleton/etc/random-seed differ
diff --git a/fs/skeleton/etc/resolv.conf b/fs/skeleton/etc/resolv.conf
new file mode 120000 (symlink)
index 0000000..71f6f96
--- /dev/null
@@ -0,0 +1 @@
+../tmp/resolv.conf
\ No newline at end of file
diff --git a/fs/skeleton/etc/securetty b/fs/skeleton/etc/securetty
new file mode 100644 (file)
index 0000000..b25f4a5
--- /dev/null
@@ -0,0 +1,35 @@
+tty1
+tty2
+tty3
+tty4
+tty5
+tty6
+tty7
+tty8
+ttyS0
+ttyS1
+ttyS2
+ttyS3
+ttyAMA0
+ttyAMA1
+ttyAMA2
+ttyAMA3
+ttySAC0
+ttySAC1
+ttySAC2
+ttySAC3
+ttyUL0
+ttyUL1
+ttyUL2
+ttyUL3
+ttyPSC0
+ttyPSC1
+ttyPSC2
+ttyPSC3
+ttyCPM0
+ttyCPM1
+ttyCPM2
+ttyCPM3
+ttymxc0
+ttymxc1
+ttymxc2
diff --git a/fs/skeleton/etc/services b/fs/skeleton/etc/services
new file mode 100644 (file)
index 0000000..b287b63
--- /dev/null
@@ -0,0 +1,302 @@
+# /etc/services:
+# $Id: services,v 1.1 2004/10/09 02:49:18 andersen Exp $
+#
+# Network services, Internet style
+#
+# Note that it is presently the policy of IANA to assign a single well-known
+# port number for both TCP and UDP; hence, most entries here have two entries
+# even if the protocol doesn't support UDP operations.
+# Updated from RFC 1700, ``Assigned Numbers'' (October 1994).  Not all ports
+# are included, only the more common ones.
+
+tcpmux         1/tcp                           # TCP port service multiplexer
+echo           7/tcp
+echo           7/udp
+discard                9/tcp           sink null
+discard                9/udp           sink null
+systat         11/tcp          users
+daytime                13/tcp
+daytime                13/udp
+netstat                15/tcp
+qotd           17/tcp          quote
+msp            18/tcp                          # message send protocol
+msp            18/udp                          # message send protocol
+chargen                19/tcp          ttytst source
+chargen                19/udp          ttytst source
+ftp-data       20/tcp
+ftp            21/tcp
+fsp            21/udp          fspd
+ssh            22/tcp                          # SSH Remote Login Protocol
+ssh            22/udp                          # SSH Remote Login Protocol
+telnet         23/tcp
+# 24 - private
+smtp           25/tcp          mail
+# 26 - unassigned
+time           37/tcp          timserver
+time           37/udp          timserver
+rlp            39/udp          resource        # resource location
+nameserver     42/tcp          name            # IEN 116
+whois          43/tcp          nicname
+re-mail-ck     50/tcp                          # Remote Mail Checking Protocol
+re-mail-ck     50/udp                          # Remote Mail Checking Protocol
+domain         53/tcp          nameserver      # name-domain server
+domain         53/udp          nameserver
+mtp            57/tcp                          # deprecated
+bootps         67/tcp                          # BOOTP server
+bootps         67/udp
+bootpc         68/tcp                          # BOOTP client
+bootpc         68/udp
+tftp           69/udp
+gopher         70/tcp                          # Internet Gopher
+gopher         70/udp
+rje            77/tcp          netrjs
+finger         79/tcp
+www            80/tcp          http            # WorldWideWeb HTTP
+www            80/udp                          # HyperText Transfer Protocol
+link           87/tcp          ttylink
+kerberos       88/tcp          kerberos5 krb5  # Kerberos v5
+kerberos       88/udp          kerberos5 krb5  # Kerberos v5
+supdup         95/tcp
+# 100 - reserved
+hostnames      101/tcp         hostname        # usually from sri-nic
+iso-tsap       102/tcp         tsap            # part of ISODE.
+csnet-ns       105/tcp         cso-ns          # also used by CSO name server
+csnet-ns       105/udp         cso-ns
+# unfortunately the poppassd (Eudora) uses a port which has already
+# been assigned to a different service. We list the poppassd as an
+# alias here. This should work for programs asking for this service.
+# (due to a bug in inetd the 3com-tsmux line is disabled)
+#3com-tsmux    106/tcp         poppassd
+#3com-tsmux    106/udp         poppassd
+rtelnet                107/tcp                         # Remote Telnet
+rtelnet                107/udp
+pop-2          109/tcp         postoffice      # POP version 2
+pop-2          109/udp
+pop-3          110/tcp                         # POP version 3
+pop-3          110/udp
+sunrpc         111/tcp         portmapper      # RPC 4.0 portmapper TCP
+sunrpc         111/udp         portmapper      # RPC 4.0 portmapper UDP
+auth           113/tcp         authentication tap ident
+sftp           115/tcp
+uucp-path      117/tcp
+nntp           119/tcp         readnews untp   # USENET News Transfer Protocol
+ntp            123/tcp
+ntp            123/udp                         # Network Time Protocol
+netbios-ns     137/tcp                         # NETBIOS Name Service
+netbios-ns     137/udp
+netbios-dgm    138/tcp                         # NETBIOS Datagram Service
+netbios-dgm    138/udp
+netbios-ssn    139/tcp                         # NETBIOS session service
+netbios-ssn    139/udp
+imap2          143/tcp                         # Interim Mail Access Proto v2
+imap2          143/udp
+snmp           161/udp                         # Simple Net Mgmt Proto
+snmp-trap      162/udp         snmptrap        # Traps for SNMP
+cmip-man       163/tcp                         # ISO mgmt over IP (CMOT)
+cmip-man       163/udp
+cmip-agent     164/tcp
+cmip-agent     164/udp
+xdmcp          177/tcp                         # X Display Mgr. Control Proto
+xdmcp          177/udp
+nextstep       178/tcp         NeXTStep NextStep       # NeXTStep window
+nextstep       178/udp         NeXTStep NextStep       # server
+bgp            179/tcp                         # Border Gateway Proto.
+bgp            179/udp
+prospero       191/tcp                         # Cliff Neuman's Prospero
+prospero       191/udp
+irc            194/tcp                         # Internet Relay Chat
+irc            194/udp
+smux           199/tcp                         # SNMP Unix Multiplexer
+smux           199/udp
+at-rtmp                201/tcp                         # AppleTalk routing
+at-rtmp                201/udp
+at-nbp         202/tcp                         # AppleTalk name binding
+at-nbp         202/udp
+at-echo                204/tcp                         # AppleTalk echo
+at-echo                204/udp
+at-zis         206/tcp                         # AppleTalk zone information
+at-zis         206/udp
+qmtp           209/tcp                         # The Quick Mail Transfer Protocol
+qmtp           209/udp                         # The Quick Mail Transfer Protocol
+z3950          210/tcp         wais            # NISO Z39.50 database
+z3950          210/udp         wais
+ipx            213/tcp                         # IPX
+ipx            213/udp
+imap3          220/tcp                         # Interactive Mail Access
+imap3          220/udp                         # Protocol v3
+ulistserv      372/tcp                         # UNIX Listserv
+ulistserv      372/udp
+https          443/tcp                         # MCom
+https          443/udp                         # MCom
+snpp           444/tcp                         # Simple Network Paging Protocol
+snpp           444/udp                         # Simple Network Paging Protocol
+saft           487/tcp                         # Simple Asynchronous File Transfer
+saft           487/udp                         # Simple Asynchronous File Transfer
+npmp-local     610/tcp         dqs313_qmaster  # npmp-local / DQS
+npmp-local     610/udp         dqs313_qmaster  # npmp-local / DQS
+npmp-gui       611/tcp         dqs313_execd    # npmp-gui / DQS
+npmp-gui       611/udp         dqs313_execd    # npmp-gui / DQS
+hmmp-ind       612/tcp         dqs313_intercell# HMMP Indication / DQS
+hmmp-ind       612/udp         dqs313_intercell# HMMP Indication / DQS
+#
+# UNIX specific services
+#
+exec           512/tcp
+biff           512/udp         comsat
+login          513/tcp
+who            513/udp         whod
+shell          514/tcp         cmd             # no passwords used
+syslog         514/udp
+printer                515/tcp         spooler         # line printer spooler
+talk           517/udp
+ntalk          518/udp
+route          520/udp         router routed   # RIP
+timed          525/udp         timeserver
+tempo          526/tcp         newdate
+courier                530/tcp         rpc
+conference     531/tcp         chat
+netnews                532/tcp         readnews
+netwall                533/udp                         # -for emergency broadcasts
+uucp           540/tcp         uucpd           # uucp daemon
+afpovertcp     548/tcp                         # AFP over TCP
+afpovertcp     548/udp                         # AFP over TCP
+remotefs       556/tcp         rfs_server rfs  # Brunhoff remote filesystem
+klogin         543/tcp                         # Kerberized `rlogin' (v5)
+kshell         544/tcp         krcmd           # Kerberized `rsh' (v5)
+kerberos-adm   749/tcp                         # Kerberos `kadmin' (v5)
+#
+webster                765/tcp                         # Network dictionary
+webster                765/udp
+#
+# From ``Assigned Numbers'':
+#
+#> The Registered Ports are not controlled by the IANA and on most systems
+#> can be used by ordinary user processes or programs executed by ordinary
+#> users.
+#
+#> Ports are used in the TCP [45,106] to name the ends of logical
+#> connections which carry long term conversations.  For the purpose of
+#> providing services to unknown callers, a service contact port is
+#> defined.  This list specifies the port used by the server process as its
+#> contact port.  While the IANA can not control uses of these ports it
+#> does register or list uses of these ports as a convienence to the
+#> community.
+#
+nfsdstatus     1110/tcp
+nfsd-keepalive 1110/udp
+
+ingreslock     1524/tcp
+ingreslock     1524/udp
+prospero-np    1525/tcp                        # Prospero non-privileged
+prospero-np    1525/udp
+datametrics    1645/tcp        old-radius      # datametrics / old radius entry
+datametrics    1645/udp        old-radius      # datametrics / old radius entry
+sa-msg-port    1646/tcp        old-radacct     # sa-msg-port / old radacct entry
+sa-msg-port    1646/udp        old-radacct     # sa-msg-port / old radacct entry
+radius         1812/tcp                        # Radius
+radius         1812/udp                        # Radius
+radacct                1813/tcp                        # Radius Accounting
+radacct                1813/udp                        # Radius Accounting
+nfsd           2049/tcp        nfs
+nfsd           2049/udp        nfs
+cvspserver     2401/tcp                        # CVS client/server operations
+cvspserver     2401/udp                        # CVS client/server operations
+mysql          3306/tcp                        # MySQL
+mysql          3306/udp                        # MySQL
+rfe            5002/tcp                        # Radio Free Ethernet
+rfe            5002/udp                        # Actually uses UDP only
+cfengine       5308/tcp                        # CFengine
+cfengine       5308/udp                        # CFengine
+bbs            7000/tcp                        # BBS service
+#
+#
+# Kerberos (Project Athena/MIT) services
+# Note that these are for Kerberos v4, and are unofficial.  Sites running
+# v4 should uncomment these and comment out the v5 entries above.
+#
+kerberos4      750/udp         kerberos-iv kdc # Kerberos (server) udp
+kerberos4      750/tcp         kerberos-iv kdc # Kerberos (server) tcp
+kerberos_master        751/udp                         # Kerberos authentication
+kerberos_master        751/tcp                         # Kerberos authentication
+passwd_server  752/udp                         # Kerberos passwd server
+krb_prop       754/tcp                         # Kerberos slave propagation
+krbupdate      760/tcp         kreg            # Kerberos registration
+kpasswd                761/tcp         kpwd            # Kerberos "passwd"
+kpop           1109/tcp                        # Pop with Kerberos
+knetd          2053/tcp                        # Kerberos de-multiplexor
+zephyr-srv     2102/udp                        # Zephyr server
+zephyr-clt     2103/udp                        # Zephyr serv-hm connection
+zephyr-hm      2104/udp                        # Zephyr hostmanager
+eklogin                2105/tcp                        # Kerberos encrypted rlogin
+#
+# Unofficial but necessary (for NetBSD) services
+#
+supfilesrv     871/tcp                         # SUP server
+supfiledbg     1127/tcp                        # SUP debugging
+#
+# Datagram Delivery Protocol services
+#
+rtmp           1/ddp                           # Routing Table Maintenance Protocol
+nbp            2/ddp                           # Name Binding Protocol
+echo           4/ddp                           # AppleTalk Echo Protocol
+zip            6/ddp                           # Zone Information Protocol
+#
+# Services added for the Debian GNU/Linux distribution
+poppassd       106/tcp                         # Eudora
+poppassd       106/udp                         # Eudora
+mailq          174/tcp                         # Mailer transport queue for Zmailer
+mailq          174/tcp                         # Mailer transport queue for Zmailer
+omirr          808/tcp         omirrd          # online mirror
+omirr          808/udp         omirrd          # online mirror
+rmtcfg         1236/tcp                        # Gracilis Packeten remote config server
+xtel           1313/tcp                        # french minitel
+coda_opcons    1355/udp                        # Coda opcons            (Coda fs)
+coda_venus     1363/udp                        # Coda venus             (Coda fs)
+coda_auth      1357/udp                        # Coda auth              (Coda fs)
+coda_udpsrv    1359/udp                        # Coda udpsrv            (Coda fs)
+coda_filesrv   1361/udp                        # Coda filesrv           (Coda fs)
+codacon                1423/tcp        venus.cmu       # Coda Console           (Coda fs)
+coda_aux1      1431/tcp                        # coda auxiliary service (Coda fs)
+coda_aux1      1431/udp                        # coda auxiliary service (Coda fs)
+coda_aux2      1433/tcp                        # coda auxiliary service (Coda fs)
+coda_aux2      1433/udp                        # coda auxiliary service (Coda fs)
+coda_aux3      1435/tcp                        # coda auxiliary service (Coda fs)
+coda_aux3      1435/udp                        # coda auxiliary service (Coda fs)
+cfinger                2003/tcp                        # GNU Finger
+afbackup       2988/tcp                        # Afbackup system
+afbackup       2988/udp                        # Afbackup system
+icp            3130/tcp                        # Internet Cache Protocol (Squid)
+icp            3130/udp                        # Internet Cache Protocol (Squid)
+postgres       5432/tcp                        # POSTGRES
+postgres       5432/udp                        # POSTGRES
+fax            4557/tcp                        # FAX transmission service        (old)
+hylafax                4559/tcp                        # HylaFAX client-server protocol  (new)
+noclog         5354/tcp                        # noclogd with TCP (nocol)
+noclog         5354/udp                        # noclogd with UDP (nocol)
+hostmon                5355/tcp                        # hostmon uses TCP (nocol)
+hostmon                5355/udp                        # hostmon uses TCP (nocol)
+ircd           6667/tcp                        # Internet Relay Chat
+ircd           6667/udp                        # Internet Relay Chat
+webcache       8080/tcp                        # WWW caching service
+webcache       8080/udp                        # WWW caching service
+tproxy         8081/tcp                        # Transparent Proxy
+tproxy         8081/udp                        # Transparent Proxy
+mandelspawn    9359/udp        mandelbrot      # network mandelbrot
+amanda         10080/udp                       # amanda backup services
+amandaidx      10082/tcp                       # amanda backup services
+amidxtape      10083/tcp                       # amanda backup services
+isdnlog                20011/tcp                       # isdn logging system
+isdnlog                20011/udp                       # isdn logging system
+vboxd          20012/tcp                       # voice box system
+vboxd          20012/udp                       # voice box system
+binkp           24554/tcp                      # Binkley
+binkp           24554/udp                      # Binkley
+asp            27374/tcp                       # Address Search Protocol
+asp            27374/udp                       # Address Search Protocol
+tfido           60177/tcp                      # Ifmail
+tfido           60177/udp                      # Ifmail
+fido            60179/tcp                      # Ifmail
+fido            60179/udp                      # Ifmail
+
+# Local services
+
diff --git a/fs/skeleton/etc/shadow b/fs/skeleton/etc/shadow
new file mode 100644 (file)
index 0000000..4941a1a
--- /dev/null
@@ -0,0 +1,12 @@
+root::10933:0:99999:7:::
+bin:*:10933:0:99999:7:::
+daemon:*:10933:0:99999:7:::
+adm:*:10933:0:99999:7:::
+lp:*:10933:0:99999:7:::
+sync:*:10933:0:99999:7:::
+shutdown:*:10933:0:99999:7:::
+halt:*:10933:0:99999:7:::
+uucp:*:10933:0:99999:7:::
+operator:*:10933:0:99999:7:::
+nobody:*:10933:0:99999:7:::
+default::10933:0:99999:7:::
diff --git a/fs/skeleton/home/.empty b/fs/skeleton/home/.empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fs/skeleton/lib/.empty b/fs/skeleton/lib/.empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fs/skeleton/mnt/.empty b/fs/skeleton/mnt/.empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fs/skeleton/opt/.empty b/fs/skeleton/opt/.empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fs/skeleton/proc/.empty b/fs/skeleton/proc/.empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fs/skeleton/root/.bash_history b/fs/skeleton/root/.bash_history
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fs/skeleton/root/.bash_logout b/fs/skeleton/root/.bash_logout
new file mode 100644 (file)
index 0000000..77ef1f9
--- /dev/null
@@ -0,0 +1,7 @@
+# ~/.bash_logout: executed by bash(1) when login shell exits.
+
+# when leaving the console clear the screen to increase privacy
+
+case "`tty`" in
+    /dev/tty[0-9]*) clear
+esac
diff --git a/fs/skeleton/root/.bash_profile b/fs/skeleton/root/.bash_profile
new file mode 100644 (file)
index 0000000..27bf149
--- /dev/null
@@ -0,0 +1,15 @@
+# .bash_profile
+
+export PATH=\
+/bin:\
+/sbin:\
+/usr/bin:\
+/usr/sbin:\
+/usr/bin/X11:\
+/usr/local/bin
+
+umask 022
+
+if [ -f ~/.bashrc ]; then
+    source ~/.bashrc
+fi
diff --git a/fs/skeleton/root/.bashrc b/fs/skeleton/root/.bashrc
new file mode 100644 (file)
index 0000000..d13c8f9
--- /dev/null
@@ -0,0 +1,48 @@
+# ~/.bashrc: executed by bash(1) for non-login interactive shells.
+
+export PATH=\
+/bin:\
+/sbin:\
+/usr/bin:\
+/usr/sbin:\
+/usr/bin/X11:\
+/usr/local/bin
+
+# If running interactively, then:
+if [ "$PS1" ]; then
+
+    if [ "$BASH" ]; then
+       export PS1="[\u@\h \W]\\$ "
+    else
+      if [ "`id -u`" -eq 0 ]; then 
+       export PS1='# '
+      else
+       export PS1='$ '
+      fi
+    fi
+
+    export USER=`id -un`
+    export LOGNAME=$USER
+    export HOSTNAME=`/bin/hostname`
+    export HISTSIZE=1000
+    export HISTFILESIZE=1000
+    export PAGER='/bin/more '
+    export EDITOR='/bin/vi'
+    export INPUTRC=/etc/inputrc
+    export DMALLOC_OPTIONS=debug=0x34f47d83,inter=100,log=logfile
+    export LS_COLORS='no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.png=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:';
+
+    ### Some aliases
+    alias ps2='ps facux '
+    alias ps1='ps faxo "%U %t %p %a" '
+    alias af='ps af'
+    alias cls='clear'
+    alias ll='/bin/ls --color=tty -laFh'
+    alias ls='/bin/ls --color=tty -F'
+    alias df='df -h'
+    alias indent='indent -bad -bap -bbo -nbc -br -brs -c33 -cd33 -ncdb -ce -ci4 -cli0 -cp33 -cs -d0 -di1 -nfc1 -nfca -hnl -i4 -ip0 -l75 -lp -npcs -npsl -nsc -nsob -nss -ts4 '
+    #alias bc='bc -l'
+    alias minicom='minicom -c on'
+    alias calc='calc -Cd '
+    alias bc='calc -Cd '
+fi;
diff --git a/fs/skeleton/root/.empty b/fs/skeleton/root/.empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fs/skeleton/sbin/.empty b/fs/skeleton/sbin/.empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fs/skeleton/sys/.empty b/fs/skeleton/sys/.empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fs/skeleton/tmp/.empty b/fs/skeleton/tmp/.empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fs/skeleton/usr/bin/.empty b/fs/skeleton/usr/bin/.empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fs/skeleton/usr/lib/.empty b/fs/skeleton/usr/lib/.empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fs/skeleton/usr/sbin/.empty b/fs/skeleton/usr/sbin/.empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fs/skeleton/usr/share/udhcpc/default.script b/fs/skeleton/usr/share/udhcpc/default.script
new file mode 100755 (executable)
index 0000000..a52a7f8
--- /dev/null
@@ -0,0 +1,39 @@
+#!/bin/sh
+
+# udhcpc script edited by Tim Riker <Tim@Rikers.org>
+
+[ -z "$1" ] && echo "Error: should be called from udhcpc" && exit 1
+
+RESOLV_CONF="/etc/resolv.conf"
+[ -n "$broadcast" ] && BROADCAST="broadcast $broadcast"
+[ -n "$subnet" ] && NETMASK="netmask $subnet"
+
+case "$1" in
+       deconfig)
+               /sbin/ifconfig $interface 0.0.0.0
+               ;;
+
+       renew|bound)
+               /sbin/ifconfig $interface $ip $BROADCAST $NETMASK
+
+               if [ -n "$router" ] ; then
+                       echo "deleting routers"
+                       while route del default gw 0.0.0.0 dev $interface ; do
+                               :
+                       done
+
+                       for i in $router ; do
+                               route add default gw $i dev $interface
+                       done
+               fi
+
+               echo -n > $RESOLV_CONF
+               [ -n "$domain" ] && echo search $domain >> $RESOLV_CONF
+               for i in $dns ; do
+                       echo adding dns $i
+                       echo nameserver $i >> $RESOLV_CONF
+               done
+               ;;
+esac
+
+exit 0
diff --git a/fs/skeleton/var/cache b/fs/skeleton/var/cache
new file mode 120000 (symlink)
index 0000000..1431b0e
--- /dev/null
@@ -0,0 +1 @@
+../tmp
\ No newline at end of file
diff --git a/fs/skeleton/var/lib/pcmcia b/fs/skeleton/var/lib/pcmcia
new file mode 120000 (symlink)
index 0000000..f1fde8c
--- /dev/null
@@ -0,0 +1 @@
+../../tmp
\ No newline at end of file
diff --git a/fs/skeleton/var/lock b/fs/skeleton/var/lock
new file mode 120000 (symlink)
index 0000000..1431b0e
--- /dev/null
@@ -0,0 +1 @@
+../tmp
\ No newline at end of file
diff --git a/fs/skeleton/var/log b/fs/skeleton/var/log
new file mode 120000 (symlink)
index 0000000..1431b0e
--- /dev/null
@@ -0,0 +1 @@
+../tmp
\ No newline at end of file
diff --git a/fs/skeleton/var/pcmcia b/fs/skeleton/var/pcmcia
new file mode 120000 (symlink)
index 0000000..1431b0e
--- /dev/null
@@ -0,0 +1 @@
+../tmp
\ No newline at end of file
diff --git a/fs/skeleton/var/run b/fs/skeleton/var/run
new file mode 120000 (symlink)
index 0000000..1431b0e
--- /dev/null
@@ -0,0 +1 @@
+../tmp
\ No newline at end of file
diff --git a/fs/skeleton/var/spool b/fs/skeleton/var/spool
new file mode 120000 (symlink)
index 0000000..1431b0e
--- /dev/null
@@ -0,0 +1 @@
+../tmp
\ No newline at end of file
diff --git a/fs/skeleton/var/tmp b/fs/skeleton/var/tmp
new file mode 120000 (symlink)
index 0000000..1431b0e
--- /dev/null
@@ -0,0 +1 @@
+../tmp
\ No newline at end of file
index a513380b6cc42024729fed600d1591488f0420fd..0016406510e3b486eb647dfa2f1c1ee251f5b6a6 100644 (file)
@@ -79,12 +79,6 @@ config BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
          Show packages in menuconfig that are potentially also provided
          by busybox.
 
-config BR2_PACKAGE_BUSYBOX_SKELETON
-       bool "use minimal target skeleton"
-       help
-         Use a minimal target skeleton. Make sure to select mdev
-         which is used to populate /dev/.
-
 endif
 
 if !BR2_PACKAGE_BUSYBOX # kconfig doesn't support else
index 78bf21a40c814e9e19c5a216c72650fdd1a0313b..d7b86cbd26ee46cdb4e6713478a5d65782a4a901 100644 (file)
@@ -85,13 +85,6 @@ define BUSYBOX_PREFER_STATIC
 endef
 endif
 
-# Enable mdev for busybox skeleton
-ifeq ($(BR2_PACKAGE_BUSYBOX_SKELETON),y)
-define BUSYBOX_SKELETON
-       $(call KCONFIG_ENABLE_OPT,CONFIG_MDEV,$(BUSYBOX_BUILD_CONFIG))
-endef
-endif
-
 # Disable usage of inetd if netkit-base package is selected
 ifeq ($(BR2_PACKAGE_NETKITBASE),y)
 define BUSYBOX_NETKITBASE
@@ -120,7 +113,6 @@ define BUSYBOX_CONFIGURE_CMDS
        $(BUSYBOX_SET_IPV6)
        $(BUSYBOX_SET_RPC)
        $(BUSYBOX_PREFER_STATIC)
-       $(BUSYBOX_SKELETON)
        $(BUSYBOX_NETKITBASE)
        $(BUSYBOX_NETKITTELNET)
        @yes "" | $(MAKE) ARCH=$(KERNEL_ARCH) CROSS_COMPILE="$(TARGET_CROSS)" \
index 9a56f760401ca87366c4fc6193fad8aab634eae6..1ef2a9d827d6dcb9902bd0c8326012e171158d05 100644 (file)
@@ -1,10 +1,3 @@
-# Default target skeleton stuff, may be overridden
-TARGET_SKELETON=target/generic/target_skeleton
-
-ifeq ($(BR2_PACKAGE_BUSYBOX_SKELETON),y)
-TARGET_SKELETON=target/generic/target_busybox_skeleton
-endif
-
 TARGET_GENERIC_HOSTNAME:=$(call qstrip,$(BR2_TARGET_GENERIC_HOSTNAME))
 TARGET_GENERIC_ISSUE:=$(call qstrip,$(BR2_TARGET_GENERIC_ISSUE))
 TARGET_GENERIC_GETTY:=$(call qstrip,$(BR2_TARGET_GENERIC_GETTY_PORT))
diff --git a/target/generic/target_busybox_skeleton/dev/.empty b/target/generic/target_busybox_skeleton/dev/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_busybox_skeleton/etc/TZ b/target/generic/target_busybox_skeleton/etc/TZ
deleted file mode 100644 (file)
index 9fcb2a3..0000000
+++ /dev/null
@@ -1 +0,0 @@
-MST7MDT
diff --git a/target/generic/target_busybox_skeleton/etc/fstab b/target/generic/target_busybox_skeleton/etc/fstab
deleted file mode 100644 (file)
index 87d9da0..0000000
+++ /dev/null
@@ -1,8 +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
-sysfs          /sys           sysfs    defaults          0      0
diff --git a/target/generic/target_busybox_skeleton/etc/group b/target/generic/target_busybox_skeleton/etc/group
deleted file mode 100644 (file)
index f78c22c..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-root:x:0:
-daemon:x:1:
-bin:x:2:
-sys:x:3:
-adm:x:4:
-tty:x:5:
-disk:x:6:
-wheel:x:10:root
-utmp:x:43:
-staff:x:50:
-haldaemon:x:68:
-dbus:x:81:
-nobody:x:99:
-nogroup:x:99:
-users:x:100:
-default:x:1000:
diff --git a/target/generic/target_busybox_skeleton/etc/hostname b/target/generic/target_busybox_skeleton/etc/hostname
deleted file mode 100644 (file)
index 5b26b35..0000000
+++ /dev/null
@@ -1 +0,0 @@
-buildroot
diff --git a/target/generic/target_busybox_skeleton/etc/hosts b/target/generic/target_busybox_skeleton/etc/hosts
deleted file mode 100644 (file)
index ba712fe..0000000
+++ /dev/null
@@ -1 +0,0 @@
-127.0.0.1      localhost
diff --git a/target/generic/target_busybox_skeleton/etc/init.d/S20urandom b/target/generic/target_busybox_skeleton/etc/init.d/S20urandom
deleted file mode 100755 (executable)
index f73cea5..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-#! /bin/sh
-#
-# urandom      This script saves the random seed between reboots.
-#              It is called from the boot, halt and reboot scripts.
-#
-# Version:     @(#)urandom  1.33  22-Jun-1998  miquels@cistron.nl
-#
-
-[ -c /dev/urandom ] || exit 0
-#. /etc/default/rcS
-
-case "$1" in
-       start|"")
-               if [ "$VERBOSE" != no ]
-               then
-                       echo -n "Initializing random number generator... "
-               fi
-               # Load and then save 512 bytes,
-               # which is the size of the entropy pool
-               if [ -f /etc/random-seed ]
-               then
-                       cat /etc/random-seed >/dev/urandom
-               fi
-               # check for read only file system
-               if ! touch /etc/random-seed 2>/dev/null
-               then
-                       echo "read-only file system detected...done"
-                       exit
-               fi
-               rm -f /etc/random-seed
-               umask 077
-               dd if=/dev/urandom of=/etc/random-seed count=1 \
-                       >/dev/null 2>&1 || echo "urandom start: failed."
-               umask 022
-               [ "$VERBOSE" != no ] && echo "done."
-               ;;
-       stop)
-               if ! touch /etc/random-seed 2>/dev/null
-                then
-                        exit
-                fi
-               # Carry a random seed from shut-down to start-up;
-               # see documentation in linux/drivers/char/random.c
-               [ "$VERBOSE" != no ] && echo -n "Saving random seed... "
-               umask 077
-               dd if=/dev/urandom of=/etc/random-seed count=1 \
-                       >/dev/null 2>&1 || echo "urandom stop: failed."
-               [ "$VERBOSE" != no ] && echo "done."
-               ;;
-       *)
-               echo "Usage: urandom {start|stop}" >&2
-               exit 1
-               ;;
-esac
diff --git a/target/generic/target_busybox_skeleton/etc/init.d/S40network b/target/generic/target_busybox_skeleton/etc/init.d/S40network
deleted file mode 100755 (executable)
index ad6d250..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-#
-# Start the network....
-#
-
-case "$1" in
-  start)
-       echo "Starting network..."
-       /sbin/ifup -a
-       ;;
-  stop)
-       echo -n "Stopping network..."
-       /sbin/ifdown -a
-       ;;
-  restart|reload)
-       "$0" stop
-       "$0" start
-       ;;
-  *)
-       echo $"Usage: $0 {start|stop|restart}"
-       exit 1
-esac
-
-exit $?
-
diff --git a/target/generic/target_busybox_skeleton/etc/init.d/rcS b/target/generic/target_busybox_skeleton/etc/init.d/rcS
deleted file mode 100755 (executable)
index de41153..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-
-# Start all init scripts in /etc/init.d
-# executing them in numerical order.
-#
-for i in /etc/init.d/S??* ;do
-
-     # Ignore dangling symlinks (if any).
-     [ ! -f "$i" ] && continue
-
-     case "$i" in
-       *.sh)
-           # Source shell script for speed.
-           (
-               trap - INT QUIT TSTP
-               set start
-               . $i
-           )
-           ;;
-       *)
-           # No sh extension, so fork subprocess.
-           $i start
-           ;;
-    esac
-done
-
diff --git a/target/generic/target_busybox_skeleton/etc/inittab b/target/generic/target_busybox_skeleton/etc/inittab
deleted file mode 100644 (file)
index bd3912b..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-# /etc/inittab
-#
-# Copyright (C) 2001 Erik Andersen <andersen@codepoet.org>
-#
-# Note: BusyBox init doesn't support runlevels.  The runlevels field is
-# completely ignored by BusyBox init. If you want runlevels, use
-# sysvinit.
-#
-# Format for each entry: <id>:<runlevels>:<action>:<process>
-#
-# id        == tty to run on, or empty for /dev/console
-# runlevels == ignored
-# action    == one of sysinit, respawn, askfirst, wait, and once
-# process   == program to run
-
-# Startup the system
-::sysinit:/bin/mount -t proc none /proc
-::sysinit:/bin/mount -t sysfs none /sys
-::sysinit:/bin/mount -t tmpfs -o size=64k,mode=0755 none /dev
-::sysinit:/bin/mkdir /dev/pts
-::sysinit:/bin/mount -t devpts devpts /dev/pts
-::sysinit:/bin/echo /sbin/mdev > /proc/sys/kernel/hotplug
-::sysinit:/sbin/mdev -s
-::sysinit:/bin/mount -o remount,rw /
-::sysinit:/bin/mount -a
-::sysinit:/bin/hostname -F /etc/hostname
-# now run any rc scripts
-::sysinit:/etc/init.d/rcS
-
-# Set up a couple of getty's
-tty1::respawn:/sbin/getty 38400 tty1
-tty2::respawn:/sbin/getty 38400 tty2
-
-# Put a getty on the serial port
-#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 # GENERIC_SERIAL
-
-# Logging junk
-null::sysinit:/bin/touch /var/log/messages
-null::respawn:/sbin/syslogd -n
-null::respawn:/sbin/klogd -n
-tty3::respawn:/usr/bin/tail -f /var/log/messages
-
-# Stuff to do for the 3-finger salute
-::ctrlaltdel:/sbin/reboot
-
-# Stuff to do before rebooting
-null::shutdown:/usr/bin/killall klogd
-null::shutdown:/usr/bin/killall syslogd
-null::shutdown:/bin/umount -a -r
-null::shutdown:/sbin/swapoff -a
-
diff --git a/target/generic/target_busybox_skeleton/etc/inputrc b/target/generic/target_busybox_skeleton/etc/inputrc
deleted file mode 100644 (file)
index 2f1cb60..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# /etc/inputrc - global inputrc for libreadline
-# See readline(3readline) and `info readline' for more information.
-
-# Be 8 bit clean.
-set input-meta on
-set output-meta on
-set bell-style visible
-
-# To allow the use of 8bit-characters like the german umlauts, comment out
-# the line below. However this makes the meta key not work as a meta key,
-# which is annoying to those which don't need to type in 8-bit characters.
-
-# set convert-meta off
-
-"\e0d": backward-word
-"\e0c": forward-word
-"\e[h": beginning-of-line
-"\e[f": end-of-line
-"\e[1~": beginning-of-line
-"\e[4~": end-of-line
-#"\e[5~": beginning-of-history
-#"\e[6~": end-of-history
-"\e[3~": delete-char
-"\e[2~": quoted-insert
-
-# Common standard keypad and cursor
-# (codes courtsey Werner Fink, <werner@suse.de>)
-#"\e[1~": history-search-backward
-"\e[2~": yank
-"\e[3~": delete-char
-#"\e[4~": set-mark
-"\e[5~": history-search-backward
-"\e[6~": history-search-forward
-# Normal keypad and cursor of xterm
-"\e[F": end-of-line
-"\e[H": beginning-of-line
-# Application keypad and cursor of xterm
-"\eOA": previous-history
-"\eOC": forward-char
-"\eOB": next-history
-"\eOD": backward-char
-"\eOF": end-of-line
-"\eOH": beginning-of-line
-
diff --git a/target/generic/target_busybox_skeleton/etc/issue b/target/generic/target_busybox_skeleton/etc/issue
deleted file mode 100644 (file)
index 90f1779..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-
-Welcome to Buildroot
-
diff --git a/target/generic/target_busybox_skeleton/etc/mtab b/target/generic/target_busybox_skeleton/etc/mtab
deleted file mode 120000 (symlink)
index e1c2045..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../proc/mounts
\ No newline at end of file
diff --git a/target/generic/target_busybox_skeleton/etc/network/interfaces b/target/generic/target_busybox_skeleton/etc/network/interfaces
deleted file mode 100644 (file)
index 218b82c..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-# Configure Loopback
-auto lo
-iface lo inet loopback
-
diff --git a/target/generic/target_busybox_skeleton/etc/passwd b/target/generic/target_busybox_skeleton/etc/passwd
deleted file mode 100644 (file)
index 377d4df..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-root:x:0:0:root:/root:/bin/sh
-daemon:x:1:1:daemon:/usr/sbin:/bin/sh
-bin:x:2:2:bin:/bin:/bin/sh
-sys:x:3:3:sys:/dev:/bin/sh
-sync:x:4:100:sync:/bin:/bin/sync
-mail:x:8:8:mail:/var/spool/mail:/bin/sh
-proxy:x:13:13:proxy:/bin:/bin/sh
-www-data:x:33:33:www-data:/var/www:/bin/sh
-backup:x:34:34:backup:/var/backups:/bin/sh
-operator:x:37:37:Operator:/var:/bin/sh
-haldaemon:x:68:68:hald:/:/bin/sh
-dbus:x:81:81:dbus:/var/run/dbus:/bin/sh
-nobody:x:99:99:nobody:/home:/bin/sh
-sshd:x:103:99:Operator:/var:/bin/sh
-default:x:1000:1000:Default non-root user:/home/default:/bin/sh
diff --git a/target/generic/target_busybox_skeleton/etc/profile b/target/generic/target_busybox_skeleton/etc/profile
deleted file mode 100644 (file)
index cc2e0be..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# ~/.bashrc: executed by bash(1) for non-login interactive shells.
-
-export PATH=\
-/bin:\
-/sbin:\
-/usr/bin:\
-/usr/sbin:\
-/usr/bin/X11:\
-/usr/local/bin
-
-# If running interactively, then:
-if [ "$PS1" ]; then
-
-    if [ "$BASH" ]; then
-       export PS1="[\u@\h \W]\\$ "
-       alias ll='/bin/ls --color=tty -laFh'
-       alias ls='/bin/ls --color=tty -F'
-       export LS_COLORS='no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.png=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:';
-    else
-      if [ "`id -u`" -eq 0 ]; then 
-       export PS1='# '
-      else
-       export PS1='$ '
-      fi
-    fi
-
-    export USER=`id -un`
-    export LOGNAME=$USER
-    export HOSTNAME=`/bin/hostname`
-    export HISTSIZE=1000
-    export HISTFILESIZE=1000
-    export PAGER='/bin/more '
-    export EDITOR='/bin/vi'
-    export INPUTRC=/etc/inputrc
-    export DMALLOC_OPTIONS=debug=0x34f47d83,inter=100,log=logfile
-
-    ### Some aliases
-    alias ps2='ps facux '
-    alias ps1='ps faxo "%U %t %p %a" '
-    alias af='ps af'
-    alias cls='clear'
-    alias df='df -h'
-    alias indent='indent -bad -bap -bbo -nbc -br -brs -c33 -cd33 -ncdb -ce -ci4 -cli0 -cp33 -cs -d0 -di1 -nfc1 -nfca -hnl -i4 -ip0 -l75 -lp -npcs -npsl -nsc -nsob -nss -ts4 '
-    #alias bc='bc -l'
-    alias minicom='minicom -c on'
-    alias calc='calc -Cd '
-    alias bc='calc -Cd '
-fi;
diff --git a/target/generic/target_busybox_skeleton/etc/protocols b/target/generic/target_busybox_skeleton/etc/protocols
deleted file mode 100644 (file)
index 1ac8a40..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# /etc/protocols:
-# $Id: protocols,v 1.1 2004/10/09 02:49:18 andersen Exp $
-#
-# Internet (IP) protocols
-#
-#      from: @(#)protocols     5.1 (Berkeley) 4/17/89
-#
-# Updated for NetBSD based on RFC 1340, Assigned Numbers (July 1992).
-
-ip     0       IP              # internet protocol, pseudo protocol number
-icmp   1       ICMP            # internet control message protocol
-igmp   2       IGMP            # Internet Group Management
-ggp    3       GGP             # gateway-gateway protocol
-ipencap        4       IP-ENCAP        # IP encapsulated in IP (officially ``IP'')
-st     5       ST              # ST datagram mode
-tcp    6       TCP             # transmission control protocol
-egp    8       EGP             # exterior gateway protocol
-pup    12      PUP             # PARC universal packet protocol
-udp    17      UDP             # user datagram protocol
-hmp    20      HMP             # host monitoring protocol
-xns-idp        22      XNS-IDP         # Xerox NS IDP
-rdp    27      RDP             # "reliable datagram" protocol
-iso-tp4        29      ISO-TP4         # ISO Transport Protocol class 4
-xtp    36      XTP             # Xpress Tranfer Protocol
-ddp    37      DDP             # Datagram Delivery Protocol
-idpr-cmtp      39      IDPR-CMTP       # IDPR Control Message Transport
-rspf   73      RSPF            #Radio Shortest Path First.
-vmtp   81      VMTP            # Versatile Message Transport
-ospf   89      OSPFIGP         # Open Shortest Path First IGP
-ipip   94      IPIP            # Yet Another IP encapsulation
-encap  98      ENCAP           # Yet Another IP encapsulation
diff --git a/target/generic/target_busybox_skeleton/etc/random-seed b/target/generic/target_busybox_skeleton/etc/random-seed
deleted file mode 100644 (file)
index f26038a..0000000
Binary files a/target/generic/target_busybox_skeleton/etc/random-seed and /dev/null differ
diff --git a/target/generic/target_busybox_skeleton/etc/resolv.conf b/target/generic/target_busybox_skeleton/etc/resolv.conf
deleted file mode 120000 (symlink)
index 71f6f96..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../tmp/resolv.conf
\ No newline at end of file
diff --git a/target/generic/target_busybox_skeleton/etc/securetty b/target/generic/target_busybox_skeleton/etc/securetty
deleted file mode 100644 (file)
index b25f4a5..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-tty1
-tty2
-tty3
-tty4
-tty5
-tty6
-tty7
-tty8
-ttyS0
-ttyS1
-ttyS2
-ttyS3
-ttyAMA0
-ttyAMA1
-ttyAMA2
-ttyAMA3
-ttySAC0
-ttySAC1
-ttySAC2
-ttySAC3
-ttyUL0
-ttyUL1
-ttyUL2
-ttyUL3
-ttyPSC0
-ttyPSC1
-ttyPSC2
-ttyPSC3
-ttyCPM0
-ttyCPM1
-ttyCPM2
-ttyCPM3
-ttymxc0
-ttymxc1
-ttymxc2
diff --git a/target/generic/target_busybox_skeleton/etc/services b/target/generic/target_busybox_skeleton/etc/services
deleted file mode 100644 (file)
index b287b63..0000000
+++ /dev/null
@@ -1,302 +0,0 @@
-# /etc/services:
-# $Id: services,v 1.1 2004/10/09 02:49:18 andersen Exp $
-#
-# Network services, Internet style
-#
-# Note that it is presently the policy of IANA to assign a single well-known
-# port number for both TCP and UDP; hence, most entries here have two entries
-# even if the protocol doesn't support UDP operations.
-# Updated from RFC 1700, ``Assigned Numbers'' (October 1994).  Not all ports
-# are included, only the more common ones.
-
-tcpmux         1/tcp                           # TCP port service multiplexer
-echo           7/tcp
-echo           7/udp
-discard                9/tcp           sink null
-discard                9/udp           sink null
-systat         11/tcp          users
-daytime                13/tcp
-daytime                13/udp
-netstat                15/tcp
-qotd           17/tcp          quote
-msp            18/tcp                          # message send protocol
-msp            18/udp                          # message send protocol
-chargen                19/tcp          ttytst source
-chargen                19/udp          ttytst source
-ftp-data       20/tcp
-ftp            21/tcp
-fsp            21/udp          fspd
-ssh            22/tcp                          # SSH Remote Login Protocol
-ssh            22/udp                          # SSH Remote Login Protocol
-telnet         23/tcp
-# 24 - private
-smtp           25/tcp          mail
-# 26 - unassigned
-time           37/tcp          timserver
-time           37/udp          timserver
-rlp            39/udp          resource        # resource location
-nameserver     42/tcp          name            # IEN 116
-whois          43/tcp          nicname
-re-mail-ck     50/tcp                          # Remote Mail Checking Protocol
-re-mail-ck     50/udp                          # Remote Mail Checking Protocol
-domain         53/tcp          nameserver      # name-domain server
-domain         53/udp          nameserver
-mtp            57/tcp                          # deprecated
-bootps         67/tcp                          # BOOTP server
-bootps         67/udp
-bootpc         68/tcp                          # BOOTP client
-bootpc         68/udp
-tftp           69/udp
-gopher         70/tcp                          # Internet Gopher
-gopher         70/udp
-rje            77/tcp          netrjs
-finger         79/tcp
-www            80/tcp          http            # WorldWideWeb HTTP
-www            80/udp                          # HyperText Transfer Protocol
-link           87/tcp          ttylink
-kerberos       88/tcp          kerberos5 krb5  # Kerberos v5
-kerberos       88/udp          kerberos5 krb5  # Kerberos v5
-supdup         95/tcp
-# 100 - reserved
-hostnames      101/tcp         hostname        # usually from sri-nic
-iso-tsap       102/tcp         tsap            # part of ISODE.
-csnet-ns       105/tcp         cso-ns          # also used by CSO name server
-csnet-ns       105/udp         cso-ns
-# unfortunately the poppassd (Eudora) uses a port which has already
-# been assigned to a different service. We list the poppassd as an
-# alias here. This should work for programs asking for this service.
-# (due to a bug in inetd the 3com-tsmux line is disabled)
-#3com-tsmux    106/tcp         poppassd
-#3com-tsmux    106/udp         poppassd
-rtelnet                107/tcp                         # Remote Telnet
-rtelnet                107/udp
-pop-2          109/tcp         postoffice      # POP version 2
-pop-2          109/udp
-pop-3          110/tcp                         # POP version 3
-pop-3          110/udp
-sunrpc         111/tcp         portmapper      # RPC 4.0 portmapper TCP
-sunrpc         111/udp         portmapper      # RPC 4.0 portmapper UDP
-auth           113/tcp         authentication tap ident
-sftp           115/tcp
-uucp-path      117/tcp
-nntp           119/tcp         readnews untp   # USENET News Transfer Protocol
-ntp            123/tcp
-ntp            123/udp                         # Network Time Protocol
-netbios-ns     137/tcp                         # NETBIOS Name Service
-netbios-ns     137/udp
-netbios-dgm    138/tcp                         # NETBIOS Datagram Service
-netbios-dgm    138/udp
-netbios-ssn    139/tcp                         # NETBIOS session service
-netbios-ssn    139/udp
-imap2          143/tcp                         # Interim Mail Access Proto v2
-imap2          143/udp
-snmp           161/udp                         # Simple Net Mgmt Proto
-snmp-trap      162/udp         snmptrap        # Traps for SNMP
-cmip-man       163/tcp                         # ISO mgmt over IP (CMOT)
-cmip-man       163/udp
-cmip-agent     164/tcp
-cmip-agent     164/udp
-xdmcp          177/tcp                         # X Display Mgr. Control Proto
-xdmcp          177/udp
-nextstep       178/tcp         NeXTStep NextStep       # NeXTStep window
-nextstep       178/udp         NeXTStep NextStep       # server
-bgp            179/tcp                         # Border Gateway Proto.
-bgp            179/udp
-prospero       191/tcp                         # Cliff Neuman's Prospero
-prospero       191/udp
-irc            194/tcp                         # Internet Relay Chat
-irc            194/udp
-smux           199/tcp                         # SNMP Unix Multiplexer
-smux           199/udp
-at-rtmp                201/tcp                         # AppleTalk routing
-at-rtmp                201/udp
-at-nbp         202/tcp                         # AppleTalk name binding
-at-nbp         202/udp
-at-echo                204/tcp                         # AppleTalk echo
-at-echo                204/udp
-at-zis         206/tcp                         # AppleTalk zone information
-at-zis         206/udp
-qmtp           209/tcp                         # The Quick Mail Transfer Protocol
-qmtp           209/udp                         # The Quick Mail Transfer Protocol
-z3950          210/tcp         wais            # NISO Z39.50 database
-z3950          210/udp         wais
-ipx            213/tcp                         # IPX
-ipx            213/udp
-imap3          220/tcp                         # Interactive Mail Access
-imap3          220/udp                         # Protocol v3
-ulistserv      372/tcp                         # UNIX Listserv
-ulistserv      372/udp
-https          443/tcp                         # MCom
-https          443/udp                         # MCom
-snpp           444/tcp                         # Simple Network Paging Protocol
-snpp           444/udp                         # Simple Network Paging Protocol
-saft           487/tcp                         # Simple Asynchronous File Transfer
-saft           487/udp                         # Simple Asynchronous File Transfer
-npmp-local     610/tcp         dqs313_qmaster  # npmp-local / DQS
-npmp-local     610/udp         dqs313_qmaster  # npmp-local / DQS
-npmp-gui       611/tcp         dqs313_execd    # npmp-gui / DQS
-npmp-gui       611/udp         dqs313_execd    # npmp-gui / DQS
-hmmp-ind       612/tcp         dqs313_intercell# HMMP Indication / DQS
-hmmp-ind       612/udp         dqs313_intercell# HMMP Indication / DQS
-#
-# UNIX specific services
-#
-exec           512/tcp
-biff           512/udp         comsat
-login          513/tcp
-who            513/udp         whod
-shell          514/tcp         cmd             # no passwords used
-syslog         514/udp
-printer                515/tcp         spooler         # line printer spooler
-talk           517/udp
-ntalk          518/udp
-route          520/udp         router routed   # RIP
-timed          525/udp         timeserver
-tempo          526/tcp         newdate
-courier                530/tcp         rpc
-conference     531/tcp         chat
-netnews                532/tcp         readnews
-netwall                533/udp                         # -for emergency broadcasts
-uucp           540/tcp         uucpd           # uucp daemon
-afpovertcp     548/tcp                         # AFP over TCP
-afpovertcp     548/udp                         # AFP over TCP
-remotefs       556/tcp         rfs_server rfs  # Brunhoff remote filesystem
-klogin         543/tcp                         # Kerberized `rlogin' (v5)
-kshell         544/tcp         krcmd           # Kerberized `rsh' (v5)
-kerberos-adm   749/tcp                         # Kerberos `kadmin' (v5)
-#
-webster                765/tcp                         # Network dictionary
-webster                765/udp
-#
-# From ``Assigned Numbers'':
-#
-#> The Registered Ports are not controlled by the IANA and on most systems
-#> can be used by ordinary user processes or programs executed by ordinary
-#> users.
-#
-#> Ports are used in the TCP [45,106] to name the ends of logical
-#> connections which carry long term conversations.  For the purpose of
-#> providing services to unknown callers, a service contact port is
-#> defined.  This list specifies the port used by the server process as its
-#> contact port.  While the IANA can not control uses of these ports it
-#> does register or list uses of these ports as a convienence to the
-#> community.
-#
-nfsdstatus     1110/tcp
-nfsd-keepalive 1110/udp
-
-ingreslock     1524/tcp
-ingreslock     1524/udp
-prospero-np    1525/tcp                        # Prospero non-privileged
-prospero-np    1525/udp
-datametrics    1645/tcp        old-radius      # datametrics / old radius entry
-datametrics    1645/udp        old-radius      # datametrics / old radius entry
-sa-msg-port    1646/tcp        old-radacct     # sa-msg-port / old radacct entry
-sa-msg-port    1646/udp        old-radacct     # sa-msg-port / old radacct entry
-radius         1812/tcp                        # Radius
-radius         1812/udp                        # Radius
-radacct                1813/tcp                        # Radius Accounting
-radacct                1813/udp                        # Radius Accounting
-nfsd           2049/tcp        nfs
-nfsd           2049/udp        nfs
-cvspserver     2401/tcp                        # CVS client/server operations
-cvspserver     2401/udp                        # CVS client/server operations
-mysql          3306/tcp                        # MySQL
-mysql          3306/udp                        # MySQL
-rfe            5002/tcp                        # Radio Free Ethernet
-rfe            5002/udp                        # Actually uses UDP only
-cfengine       5308/tcp                        # CFengine
-cfengine       5308/udp                        # CFengine
-bbs            7000/tcp                        # BBS service
-#
-#
-# Kerberos (Project Athena/MIT) services
-# Note that these are for Kerberos v4, and are unofficial.  Sites running
-# v4 should uncomment these and comment out the v5 entries above.
-#
-kerberos4      750/udp         kerberos-iv kdc # Kerberos (server) udp
-kerberos4      750/tcp         kerberos-iv kdc # Kerberos (server) tcp
-kerberos_master        751/udp                         # Kerberos authentication
-kerberos_master        751/tcp                         # Kerberos authentication
-passwd_server  752/udp                         # Kerberos passwd server
-krb_prop       754/tcp                         # Kerberos slave propagation
-krbupdate      760/tcp         kreg            # Kerberos registration
-kpasswd                761/tcp         kpwd            # Kerberos "passwd"
-kpop           1109/tcp                        # Pop with Kerberos
-knetd          2053/tcp                        # Kerberos de-multiplexor
-zephyr-srv     2102/udp                        # Zephyr server
-zephyr-clt     2103/udp                        # Zephyr serv-hm connection
-zephyr-hm      2104/udp                        # Zephyr hostmanager
-eklogin                2105/tcp                        # Kerberos encrypted rlogin
-#
-# Unofficial but necessary (for NetBSD) services
-#
-supfilesrv     871/tcp                         # SUP server
-supfiledbg     1127/tcp                        # SUP debugging
-#
-# Datagram Delivery Protocol services
-#
-rtmp           1/ddp                           # Routing Table Maintenance Protocol
-nbp            2/ddp                           # Name Binding Protocol
-echo           4/ddp                           # AppleTalk Echo Protocol
-zip            6/ddp                           # Zone Information Protocol
-#
-# Services added for the Debian GNU/Linux distribution
-poppassd       106/tcp                         # Eudora
-poppassd       106/udp                         # Eudora
-mailq          174/tcp                         # Mailer transport queue for Zmailer
-mailq          174/tcp                         # Mailer transport queue for Zmailer
-omirr          808/tcp         omirrd          # online mirror
-omirr          808/udp         omirrd          # online mirror
-rmtcfg         1236/tcp                        # Gracilis Packeten remote config server
-xtel           1313/tcp                        # french minitel
-coda_opcons    1355/udp                        # Coda opcons            (Coda fs)
-coda_venus     1363/udp                        # Coda venus             (Coda fs)
-coda_auth      1357/udp                        # Coda auth              (Coda fs)
-coda_udpsrv    1359/udp                        # Coda udpsrv            (Coda fs)
-coda_filesrv   1361/udp                        # Coda filesrv           (Coda fs)
-codacon                1423/tcp        venus.cmu       # Coda Console           (Coda fs)
-coda_aux1      1431/tcp                        # coda auxiliary service (Coda fs)
-coda_aux1      1431/udp                        # coda auxiliary service (Coda fs)
-coda_aux2      1433/tcp                        # coda auxiliary service (Coda fs)
-coda_aux2      1433/udp                        # coda auxiliary service (Coda fs)
-coda_aux3      1435/tcp                        # coda auxiliary service (Coda fs)
-coda_aux3      1435/udp                        # coda auxiliary service (Coda fs)
-cfinger                2003/tcp                        # GNU Finger
-afbackup       2988/tcp                        # Afbackup system
-afbackup       2988/udp                        # Afbackup system
-icp            3130/tcp                        # Internet Cache Protocol (Squid)
-icp            3130/udp                        # Internet Cache Protocol (Squid)
-postgres       5432/tcp                        # POSTGRES
-postgres       5432/udp                        # POSTGRES
-fax            4557/tcp                        # FAX transmission service        (old)
-hylafax                4559/tcp                        # HylaFAX client-server protocol  (new)
-noclog         5354/tcp                        # noclogd with TCP (nocol)
-noclog         5354/udp                        # noclogd with UDP (nocol)
-hostmon                5355/tcp                        # hostmon uses TCP (nocol)
-hostmon                5355/udp                        # hostmon uses TCP (nocol)
-ircd           6667/tcp                        # Internet Relay Chat
-ircd           6667/udp                        # Internet Relay Chat
-webcache       8080/tcp                        # WWW caching service
-webcache       8080/udp                        # WWW caching service
-tproxy         8081/tcp                        # Transparent Proxy
-tproxy         8081/udp                        # Transparent Proxy
-mandelspawn    9359/udp        mandelbrot      # network mandelbrot
-amanda         10080/udp                       # amanda backup services
-amandaidx      10082/tcp                       # amanda backup services
-amidxtape      10083/tcp                       # amanda backup services
-isdnlog                20011/tcp                       # isdn logging system
-isdnlog                20011/udp                       # isdn logging system
-vboxd          20012/tcp                       # voice box system
-vboxd          20012/udp                       # voice box system
-binkp           24554/tcp                      # Binkley
-binkp           24554/udp                      # Binkley
-asp            27374/tcp                       # Address Search Protocol
-asp            27374/udp                       # Address Search Protocol
-tfido           60177/tcp                      # Ifmail
-tfido           60177/udp                      # Ifmail
-fido            60179/tcp                      # Ifmail
-fido            60179/udp                      # Ifmail
-
-# Local services
-
diff --git a/target/generic/target_busybox_skeleton/etc/shadow b/target/generic/target_busybox_skeleton/etc/shadow
deleted file mode 100644 (file)
index 4941a1a..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-root::10933:0:99999:7:::
-bin:*:10933:0:99999:7:::
-daemon:*:10933:0:99999:7:::
-adm:*:10933:0:99999:7:::
-lp:*:10933:0:99999:7:::
-sync:*:10933:0:99999:7:::
-shutdown:*:10933:0:99999:7:::
-halt:*:10933:0:99999:7:::
-uucp:*:10933:0:99999:7:::
-operator:*:10933:0:99999:7:::
-nobody:*:10933:0:99999:7:::
-default::10933:0:99999:7:::
diff --git a/target/generic/target_busybox_skeleton/proc/.empty b/target/generic/target_busybox_skeleton/proc/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_busybox_skeleton/root/.empty b/target/generic/target_busybox_skeleton/root/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_busybox_skeleton/sys/.empty b/target/generic/target_busybox_skeleton/sys/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_busybox_skeleton/tmp/.empty b/target/generic/target_busybox_skeleton/tmp/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_busybox_skeleton/usr/sbin/.empty b/target/generic/target_busybox_skeleton/usr/sbin/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_busybox_skeleton/var/cache b/target/generic/target_busybox_skeleton/var/cache
deleted file mode 120000 (symlink)
index 1431b0e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../tmp
\ No newline at end of file
diff --git a/target/generic/target_busybox_skeleton/var/lib/pcmcia b/target/generic/target_busybox_skeleton/var/lib/pcmcia
deleted file mode 120000 (symlink)
index f1fde8c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../tmp
\ No newline at end of file
diff --git a/target/generic/target_busybox_skeleton/var/lock b/target/generic/target_busybox_skeleton/var/lock
deleted file mode 120000 (symlink)
index 1431b0e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../tmp
\ No newline at end of file
diff --git a/target/generic/target_busybox_skeleton/var/log b/target/generic/target_busybox_skeleton/var/log
deleted file mode 120000 (symlink)
index 1431b0e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../tmp
\ No newline at end of file
diff --git a/target/generic/target_busybox_skeleton/var/pcmcia b/target/generic/target_busybox_skeleton/var/pcmcia
deleted file mode 120000 (symlink)
index 1431b0e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../tmp
\ No newline at end of file
diff --git a/target/generic/target_busybox_skeleton/var/run b/target/generic/target_busybox_skeleton/var/run
deleted file mode 120000 (symlink)
index 1431b0e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../tmp
\ No newline at end of file
diff --git a/target/generic/target_busybox_skeleton/var/spool b/target/generic/target_busybox_skeleton/var/spool
deleted file mode 120000 (symlink)
index 1431b0e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../tmp
\ No newline at end of file
diff --git a/target/generic/target_busybox_skeleton/var/tmp b/target/generic/target_busybox_skeleton/var/tmp
deleted file mode 120000 (symlink)
index 1431b0e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../tmp
\ No newline at end of file
diff --git a/target/generic/target_skeleton/bin/.empty b/target/generic/target_skeleton/bin/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_skeleton/dev/log b/target/generic/target_skeleton/dev/log
deleted file mode 120000 (symlink)
index d96b3b1..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../tmp/log
\ No newline at end of file
diff --git a/target/generic/target_skeleton/dev/pts/.empty b/target/generic/target_skeleton/dev/pts/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_skeleton/etc/TZ b/target/generic/target_skeleton/etc/TZ
deleted file mode 100644 (file)
index 9fcb2a3..0000000
+++ /dev/null
@@ -1 +0,0 @@
-MST7MDT
diff --git a/target/generic/target_skeleton/etc/fstab b/target/generic/target_skeleton/etc/fstab
deleted file mode 100644 (file)
index 87d9da0..0000000
+++ /dev/null
@@ -1,8 +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
-sysfs          /sys           sysfs    defaults          0      0
diff --git a/target/generic/target_skeleton/etc/group b/target/generic/target_skeleton/etc/group
deleted file mode 100644 (file)
index c600be0..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-root:x:0:
-daemon:x:1:
-bin:x:2:
-sys:x:3:
-adm:x:4:
-tty:x:5:
-disk:x:6:
-wheel:x:10:root
-utmp:x:43:
-staff:x:50:
-haldaemon:x:68:
-dbus:x:81:
-netdev:x:82:
-nobody:x:99:
-nogroup:x:99:
-users:x:100:
-default:x:1000:
diff --git a/target/generic/target_skeleton/etc/hostname b/target/generic/target_skeleton/etc/hostname
deleted file mode 100644 (file)
index 5b26b35..0000000
+++ /dev/null
@@ -1 +0,0 @@
-buildroot
diff --git a/target/generic/target_skeleton/etc/hosts b/target/generic/target_skeleton/etc/hosts
deleted file mode 100644 (file)
index ba712fe..0000000
+++ /dev/null
@@ -1 +0,0 @@
-127.0.0.1      localhost
diff --git a/target/generic/target_skeleton/etc/init.d/S20urandom b/target/generic/target_skeleton/etc/init.d/S20urandom
deleted file mode 100755 (executable)
index f73cea5..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-#! /bin/sh
-#
-# urandom      This script saves the random seed between reboots.
-#              It is called from the boot, halt and reboot scripts.
-#
-# Version:     @(#)urandom  1.33  22-Jun-1998  miquels@cistron.nl
-#
-
-[ -c /dev/urandom ] || exit 0
-#. /etc/default/rcS
-
-case "$1" in
-       start|"")
-               if [ "$VERBOSE" != no ]
-               then
-                       echo -n "Initializing random number generator... "
-               fi
-               # Load and then save 512 bytes,
-               # which is the size of the entropy pool
-               if [ -f /etc/random-seed ]
-               then
-                       cat /etc/random-seed >/dev/urandom
-               fi
-               # check for read only file system
-               if ! touch /etc/random-seed 2>/dev/null
-               then
-                       echo "read-only file system detected...done"
-                       exit
-               fi
-               rm -f /etc/random-seed
-               umask 077
-               dd if=/dev/urandom of=/etc/random-seed count=1 \
-                       >/dev/null 2>&1 || echo "urandom start: failed."
-               umask 022
-               [ "$VERBOSE" != no ] && echo "done."
-               ;;
-       stop)
-               if ! touch /etc/random-seed 2>/dev/null
-                then
-                        exit
-                fi
-               # Carry a random seed from shut-down to start-up;
-               # see documentation in linux/drivers/char/random.c
-               [ "$VERBOSE" != no ] && echo -n "Saving random seed... "
-               umask 077
-               dd if=/dev/urandom of=/etc/random-seed count=1 \
-                       >/dev/null 2>&1 || echo "urandom stop: failed."
-               [ "$VERBOSE" != no ] && echo "done."
-               ;;
-       *)
-               echo "Usage: urandom {start|stop}" >&2
-               exit 1
-               ;;
-esac
diff --git a/target/generic/target_skeleton/etc/init.d/S40network b/target/generic/target_skeleton/etc/init.d/S40network
deleted file mode 100755 (executable)
index ad6d250..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-#
-# Start the network....
-#
-
-case "$1" in
-  start)
-       echo "Starting network..."
-       /sbin/ifup -a
-       ;;
-  stop)
-       echo -n "Stopping network..."
-       /sbin/ifdown -a
-       ;;
-  restart|reload)
-       "$0" stop
-       "$0" start
-       ;;
-  *)
-       echo $"Usage: $0 {start|stop|restart}"
-       exit 1
-esac
-
-exit $?
-
diff --git a/target/generic/target_skeleton/etc/init.d/rcS b/target/generic/target_skeleton/etc/init.d/rcS
deleted file mode 100755 (executable)
index de41153..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-
-# Start all init scripts in /etc/init.d
-# executing them in numerical order.
-#
-for i in /etc/init.d/S??* ;do
-
-     # Ignore dangling symlinks (if any).
-     [ ! -f "$i" ] && continue
-
-     case "$i" in
-       *.sh)
-           # Source shell script for speed.
-           (
-               trap - INT QUIT TSTP
-               set start
-               . $i
-           )
-           ;;
-       *)
-           # No sh extension, so fork subprocess.
-           $i start
-           ;;
-    esac
-done
-
diff --git a/target/generic/target_skeleton/etc/inittab b/target/generic/target_skeleton/etc/inittab
deleted file mode 100644 (file)
index 4be14b8..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# /etc/inittab
-#
-# Copyright (C) 2001 Erik Andersen <andersen@codepoet.org>
-#
-# Note: BusyBox init doesn't support runlevels.  The runlevels field is
-# completely ignored by BusyBox init. If you want runlevels, use
-# sysvinit.
-#
-# Format for each entry: <id>:<runlevels>:<action>:<process>
-#
-# id        == tty to run on, or empty for /dev/console
-# runlevels == ignored
-# action    == one of sysinit, respawn, askfirst, wait, and once
-# process   == program to run
-
-# Startup the system
-null::sysinit:/bin/mount -o remount,rw /
-null::sysinit:/bin/mount -t proc proc /proc
-null::sysinit:/bin/mkdir -p /dev/pts
-null::sysinit:/bin/mount -a
-null::sysinit:/bin/hostname -F /etc/hostname
-# now run any rc scripts
-::sysinit:/etc/init.d/rcS
-
-# Set up a couple of getty's
-tty1::respawn:/sbin/getty 38400 tty1
-tty2::respawn:/sbin/getty 38400 tty2
-
-# Put a getty on the serial port
-#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 # GENERIC_SERIAL
-
-# Logging junk
-null::sysinit:/bin/touch /var/log/messages
-null::respawn:/sbin/syslogd -n -m 0
-null::respawn:/sbin/klogd -n
-tty3::respawn:/usr/bin/tail -f /var/log/messages
-
-# Stuff to do for the 3-finger salute
-::ctrlaltdel:/sbin/reboot
-
-# Stuff to do before rebooting
-null::shutdown:/usr/bin/killall klogd
-null::shutdown:/usr/bin/killall syslogd
-null::shutdown:/bin/umount -a -r
-null::shutdown:/sbin/swapoff -a
-
diff --git a/target/generic/target_skeleton/etc/inputrc b/target/generic/target_skeleton/etc/inputrc
deleted file mode 100644 (file)
index 2f1cb60..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# /etc/inputrc - global inputrc for libreadline
-# See readline(3readline) and `info readline' for more information.
-
-# Be 8 bit clean.
-set input-meta on
-set output-meta on
-set bell-style visible
-
-# To allow the use of 8bit-characters like the german umlauts, comment out
-# the line below. However this makes the meta key not work as a meta key,
-# which is annoying to those which don't need to type in 8-bit characters.
-
-# set convert-meta off
-
-"\e0d": backward-word
-"\e0c": forward-word
-"\e[h": beginning-of-line
-"\e[f": end-of-line
-"\e[1~": beginning-of-line
-"\e[4~": end-of-line
-#"\e[5~": beginning-of-history
-#"\e[6~": end-of-history
-"\e[3~": delete-char
-"\e[2~": quoted-insert
-
-# Common standard keypad and cursor
-# (codes courtsey Werner Fink, <werner@suse.de>)
-#"\e[1~": history-search-backward
-"\e[2~": yank
-"\e[3~": delete-char
-#"\e[4~": set-mark
-"\e[5~": history-search-backward
-"\e[6~": history-search-forward
-# Normal keypad and cursor of xterm
-"\e[F": end-of-line
-"\e[H": beginning-of-line
-# Application keypad and cursor of xterm
-"\eOA": previous-history
-"\eOC": forward-char
-"\eOB": next-history
-"\eOD": backward-char
-"\eOF": end-of-line
-"\eOH": beginning-of-line
-
diff --git a/target/generic/target_skeleton/etc/issue b/target/generic/target_skeleton/etc/issue
deleted file mode 100644 (file)
index 90f1779..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-
-Welcome to Buildroot
-
diff --git a/target/generic/target_skeleton/etc/ld.so.conf.d/.empty b/target/generic/target_skeleton/etc/ld.so.conf.d/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_skeleton/etc/mtab b/target/generic/target_skeleton/etc/mtab
deleted file mode 120000 (symlink)
index e1c2045..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../proc/mounts
\ No newline at end of file
diff --git a/target/generic/target_skeleton/etc/network/interfaces b/target/generic/target_skeleton/etc/network/interfaces
deleted file mode 100644 (file)
index 218b82c..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-# Configure Loopback
-auto lo
-iface lo inet loopback
-
diff --git a/target/generic/target_skeleton/etc/passwd b/target/generic/target_skeleton/etc/passwd
deleted file mode 100644 (file)
index 377d4df..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-root:x:0:0:root:/root:/bin/sh
-daemon:x:1:1:daemon:/usr/sbin:/bin/sh
-bin:x:2:2:bin:/bin:/bin/sh
-sys:x:3:3:sys:/dev:/bin/sh
-sync:x:4:100:sync:/bin:/bin/sync
-mail:x:8:8:mail:/var/spool/mail:/bin/sh
-proxy:x:13:13:proxy:/bin:/bin/sh
-www-data:x:33:33:www-data:/var/www:/bin/sh
-backup:x:34:34:backup:/var/backups:/bin/sh
-operator:x:37:37:Operator:/var:/bin/sh
-haldaemon:x:68:68:hald:/:/bin/sh
-dbus:x:81:81:dbus:/var/run/dbus:/bin/sh
-nobody:x:99:99:nobody:/home:/bin/sh
-sshd:x:103:99:Operator:/var:/bin/sh
-default:x:1000:1000:Default non-root user:/home/default:/bin/sh
diff --git a/target/generic/target_skeleton/etc/profile b/target/generic/target_skeleton/etc/profile
deleted file mode 100644 (file)
index cc2e0be..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# ~/.bashrc: executed by bash(1) for non-login interactive shells.
-
-export PATH=\
-/bin:\
-/sbin:\
-/usr/bin:\
-/usr/sbin:\
-/usr/bin/X11:\
-/usr/local/bin
-
-# If running interactively, then:
-if [ "$PS1" ]; then
-
-    if [ "$BASH" ]; then
-       export PS1="[\u@\h \W]\\$ "
-       alias ll='/bin/ls --color=tty -laFh'
-       alias ls='/bin/ls --color=tty -F'
-       export LS_COLORS='no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.png=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:';
-    else
-      if [ "`id -u`" -eq 0 ]; then 
-       export PS1='# '
-      else
-       export PS1='$ '
-      fi
-    fi
-
-    export USER=`id -un`
-    export LOGNAME=$USER
-    export HOSTNAME=`/bin/hostname`
-    export HISTSIZE=1000
-    export HISTFILESIZE=1000
-    export PAGER='/bin/more '
-    export EDITOR='/bin/vi'
-    export INPUTRC=/etc/inputrc
-    export DMALLOC_OPTIONS=debug=0x34f47d83,inter=100,log=logfile
-
-    ### Some aliases
-    alias ps2='ps facux '
-    alias ps1='ps faxo "%U %t %p %a" '
-    alias af='ps af'
-    alias cls='clear'
-    alias df='df -h'
-    alias indent='indent -bad -bap -bbo -nbc -br -brs -c33 -cd33 -ncdb -ce -ci4 -cli0 -cp33 -cs -d0 -di1 -nfc1 -nfca -hnl -i4 -ip0 -l75 -lp -npcs -npsl -nsc -nsob -nss -ts4 '
-    #alias bc='bc -l'
-    alias minicom='minicom -c on'
-    alias calc='calc -Cd '
-    alias bc='calc -Cd '
-fi;
diff --git a/target/generic/target_skeleton/etc/protocols b/target/generic/target_skeleton/etc/protocols
deleted file mode 100644 (file)
index 1ac8a40..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# /etc/protocols:
-# $Id: protocols,v 1.1 2004/10/09 02:49:18 andersen Exp $
-#
-# Internet (IP) protocols
-#
-#      from: @(#)protocols     5.1 (Berkeley) 4/17/89
-#
-# Updated for NetBSD based on RFC 1340, Assigned Numbers (July 1992).
-
-ip     0       IP              # internet protocol, pseudo protocol number
-icmp   1       ICMP            # internet control message protocol
-igmp   2       IGMP            # Internet Group Management
-ggp    3       GGP             # gateway-gateway protocol
-ipencap        4       IP-ENCAP        # IP encapsulated in IP (officially ``IP'')
-st     5       ST              # ST datagram mode
-tcp    6       TCP             # transmission control protocol
-egp    8       EGP             # exterior gateway protocol
-pup    12      PUP             # PARC universal packet protocol
-udp    17      UDP             # user datagram protocol
-hmp    20      HMP             # host monitoring protocol
-xns-idp        22      XNS-IDP         # Xerox NS IDP
-rdp    27      RDP             # "reliable datagram" protocol
-iso-tp4        29      ISO-TP4         # ISO Transport Protocol class 4
-xtp    36      XTP             # Xpress Tranfer Protocol
-ddp    37      DDP             # Datagram Delivery Protocol
-idpr-cmtp      39      IDPR-CMTP       # IDPR Control Message Transport
-rspf   73      RSPF            #Radio Shortest Path First.
-vmtp   81      VMTP            # Versatile Message Transport
-ospf   89      OSPFIGP         # Open Shortest Path First IGP
-ipip   94      IPIP            # Yet Another IP encapsulation
-encap  98      ENCAP           # Yet Another IP encapsulation
diff --git a/target/generic/target_skeleton/etc/random-seed b/target/generic/target_skeleton/etc/random-seed
deleted file mode 100644 (file)
index f26038a..0000000
Binary files a/target/generic/target_skeleton/etc/random-seed and /dev/null differ
diff --git a/target/generic/target_skeleton/etc/resolv.conf b/target/generic/target_skeleton/etc/resolv.conf
deleted file mode 120000 (symlink)
index 71f6f96..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../tmp/resolv.conf
\ No newline at end of file
diff --git a/target/generic/target_skeleton/etc/securetty b/target/generic/target_skeleton/etc/securetty
deleted file mode 100644 (file)
index b25f4a5..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-tty1
-tty2
-tty3
-tty4
-tty5
-tty6
-tty7
-tty8
-ttyS0
-ttyS1
-ttyS2
-ttyS3
-ttyAMA0
-ttyAMA1
-ttyAMA2
-ttyAMA3
-ttySAC0
-ttySAC1
-ttySAC2
-ttySAC3
-ttyUL0
-ttyUL1
-ttyUL2
-ttyUL3
-ttyPSC0
-ttyPSC1
-ttyPSC2
-ttyPSC3
-ttyCPM0
-ttyCPM1
-ttyCPM2
-ttyCPM3
-ttymxc0
-ttymxc1
-ttymxc2
diff --git a/target/generic/target_skeleton/etc/services b/target/generic/target_skeleton/etc/services
deleted file mode 100644 (file)
index b287b63..0000000
+++ /dev/null
@@ -1,302 +0,0 @@
-# /etc/services:
-# $Id: services,v 1.1 2004/10/09 02:49:18 andersen Exp $
-#
-# Network services, Internet style
-#
-# Note that it is presently the policy of IANA to assign a single well-known
-# port number for both TCP and UDP; hence, most entries here have two entries
-# even if the protocol doesn't support UDP operations.
-# Updated from RFC 1700, ``Assigned Numbers'' (October 1994).  Not all ports
-# are included, only the more common ones.
-
-tcpmux         1/tcp                           # TCP port service multiplexer
-echo           7/tcp
-echo           7/udp
-discard                9/tcp           sink null
-discard                9/udp           sink null
-systat         11/tcp          users
-daytime                13/tcp
-daytime                13/udp
-netstat                15/tcp
-qotd           17/tcp          quote
-msp            18/tcp                          # message send protocol
-msp            18/udp                          # message send protocol
-chargen                19/tcp          ttytst source
-chargen                19/udp          ttytst source
-ftp-data       20/tcp
-ftp            21/tcp
-fsp            21/udp          fspd
-ssh            22/tcp                          # SSH Remote Login Protocol
-ssh            22/udp                          # SSH Remote Login Protocol
-telnet         23/tcp
-# 24 - private
-smtp           25/tcp          mail
-# 26 - unassigned
-time           37/tcp          timserver
-time           37/udp          timserver
-rlp            39/udp          resource        # resource location
-nameserver     42/tcp          name            # IEN 116
-whois          43/tcp          nicname
-re-mail-ck     50/tcp                          # Remote Mail Checking Protocol
-re-mail-ck     50/udp                          # Remote Mail Checking Protocol
-domain         53/tcp          nameserver      # name-domain server
-domain         53/udp          nameserver
-mtp            57/tcp                          # deprecated
-bootps         67/tcp                          # BOOTP server
-bootps         67/udp
-bootpc         68/tcp                          # BOOTP client
-bootpc         68/udp
-tftp           69/udp
-gopher         70/tcp                          # Internet Gopher
-gopher         70/udp
-rje            77/tcp          netrjs
-finger         79/tcp
-www            80/tcp          http            # WorldWideWeb HTTP
-www            80/udp                          # HyperText Transfer Protocol
-link           87/tcp          ttylink
-kerberos       88/tcp          kerberos5 krb5  # Kerberos v5
-kerberos       88/udp          kerberos5 krb5  # Kerberos v5
-supdup         95/tcp
-# 100 - reserved
-hostnames      101/tcp         hostname        # usually from sri-nic
-iso-tsap       102/tcp         tsap            # part of ISODE.
-csnet-ns       105/tcp         cso-ns          # also used by CSO name server
-csnet-ns       105/udp         cso-ns
-# unfortunately the poppassd (Eudora) uses a port which has already
-# been assigned to a different service. We list the poppassd as an
-# alias here. This should work for programs asking for this service.
-# (due to a bug in inetd the 3com-tsmux line is disabled)
-#3com-tsmux    106/tcp         poppassd
-#3com-tsmux    106/udp         poppassd
-rtelnet                107/tcp                         # Remote Telnet
-rtelnet                107/udp
-pop-2          109/tcp         postoffice      # POP version 2
-pop-2          109/udp
-pop-3          110/tcp                         # POP version 3
-pop-3          110/udp
-sunrpc         111/tcp         portmapper      # RPC 4.0 portmapper TCP
-sunrpc         111/udp         portmapper      # RPC 4.0 portmapper UDP
-auth           113/tcp         authentication tap ident
-sftp           115/tcp
-uucp-path      117/tcp
-nntp           119/tcp         readnews untp   # USENET News Transfer Protocol
-ntp            123/tcp
-ntp            123/udp                         # Network Time Protocol
-netbios-ns     137/tcp                         # NETBIOS Name Service
-netbios-ns     137/udp
-netbios-dgm    138/tcp                         # NETBIOS Datagram Service
-netbios-dgm    138/udp
-netbios-ssn    139/tcp                         # NETBIOS session service
-netbios-ssn    139/udp
-imap2          143/tcp                         # Interim Mail Access Proto v2
-imap2          143/udp
-snmp           161/udp                         # Simple Net Mgmt Proto
-snmp-trap      162/udp         snmptrap        # Traps for SNMP
-cmip-man       163/tcp                         # ISO mgmt over IP (CMOT)
-cmip-man       163/udp
-cmip-agent     164/tcp
-cmip-agent     164/udp
-xdmcp          177/tcp                         # X Display Mgr. Control Proto
-xdmcp          177/udp
-nextstep       178/tcp         NeXTStep NextStep       # NeXTStep window
-nextstep       178/udp         NeXTStep NextStep       # server
-bgp            179/tcp                         # Border Gateway Proto.
-bgp            179/udp
-prospero       191/tcp                         # Cliff Neuman's Prospero
-prospero       191/udp
-irc            194/tcp                         # Internet Relay Chat
-irc            194/udp
-smux           199/tcp                         # SNMP Unix Multiplexer
-smux           199/udp
-at-rtmp                201/tcp                         # AppleTalk routing
-at-rtmp                201/udp
-at-nbp         202/tcp                         # AppleTalk name binding
-at-nbp         202/udp
-at-echo                204/tcp                         # AppleTalk echo
-at-echo                204/udp
-at-zis         206/tcp                         # AppleTalk zone information
-at-zis         206/udp
-qmtp           209/tcp                         # The Quick Mail Transfer Protocol
-qmtp           209/udp                         # The Quick Mail Transfer Protocol
-z3950          210/tcp         wais            # NISO Z39.50 database
-z3950          210/udp         wais
-ipx            213/tcp                         # IPX
-ipx            213/udp
-imap3          220/tcp                         # Interactive Mail Access
-imap3          220/udp                         # Protocol v3
-ulistserv      372/tcp                         # UNIX Listserv
-ulistserv      372/udp
-https          443/tcp                         # MCom
-https          443/udp                         # MCom
-snpp           444/tcp                         # Simple Network Paging Protocol
-snpp           444/udp                         # Simple Network Paging Protocol
-saft           487/tcp                         # Simple Asynchronous File Transfer
-saft           487/udp                         # Simple Asynchronous File Transfer
-npmp-local     610/tcp         dqs313_qmaster  # npmp-local / DQS
-npmp-local     610/udp         dqs313_qmaster  # npmp-local / DQS
-npmp-gui       611/tcp         dqs313_execd    # npmp-gui / DQS
-npmp-gui       611/udp         dqs313_execd    # npmp-gui / DQS
-hmmp-ind       612/tcp         dqs313_intercell# HMMP Indication / DQS
-hmmp-ind       612/udp         dqs313_intercell# HMMP Indication / DQS
-#
-# UNIX specific services
-#
-exec           512/tcp
-biff           512/udp         comsat
-login          513/tcp
-who            513/udp         whod
-shell          514/tcp         cmd             # no passwords used
-syslog         514/udp
-printer                515/tcp         spooler         # line printer spooler
-talk           517/udp
-ntalk          518/udp
-route          520/udp         router routed   # RIP
-timed          525/udp         timeserver
-tempo          526/tcp         newdate
-courier                530/tcp         rpc
-conference     531/tcp         chat
-netnews                532/tcp         readnews
-netwall                533/udp                         # -for emergency broadcasts
-uucp           540/tcp         uucpd           # uucp daemon
-afpovertcp     548/tcp                         # AFP over TCP
-afpovertcp     548/udp                         # AFP over TCP
-remotefs       556/tcp         rfs_server rfs  # Brunhoff remote filesystem
-klogin         543/tcp                         # Kerberized `rlogin' (v5)
-kshell         544/tcp         krcmd           # Kerberized `rsh' (v5)
-kerberos-adm   749/tcp                         # Kerberos `kadmin' (v5)
-#
-webster                765/tcp                         # Network dictionary
-webster                765/udp
-#
-# From ``Assigned Numbers'':
-#
-#> The Registered Ports are not controlled by the IANA and on most systems
-#> can be used by ordinary user processes or programs executed by ordinary
-#> users.
-#
-#> Ports are used in the TCP [45,106] to name the ends of logical
-#> connections which carry long term conversations.  For the purpose of
-#> providing services to unknown callers, a service contact port is
-#> defined.  This list specifies the port used by the server process as its
-#> contact port.  While the IANA can not control uses of these ports it
-#> does register or list uses of these ports as a convienence to the
-#> community.
-#
-nfsdstatus     1110/tcp
-nfsd-keepalive 1110/udp
-
-ingreslock     1524/tcp
-ingreslock     1524/udp
-prospero-np    1525/tcp                        # Prospero non-privileged
-prospero-np    1525/udp
-datametrics    1645/tcp        old-radius      # datametrics / old radius entry
-datametrics    1645/udp        old-radius      # datametrics / old radius entry
-sa-msg-port    1646/tcp        old-radacct     # sa-msg-port / old radacct entry
-sa-msg-port    1646/udp        old-radacct     # sa-msg-port / old radacct entry
-radius         1812/tcp                        # Radius
-radius         1812/udp                        # Radius
-radacct                1813/tcp                        # Radius Accounting
-radacct                1813/udp                        # Radius Accounting
-nfsd           2049/tcp        nfs
-nfsd           2049/udp        nfs
-cvspserver     2401/tcp                        # CVS client/server operations
-cvspserver     2401/udp                        # CVS client/server operations
-mysql          3306/tcp                        # MySQL
-mysql          3306/udp                        # MySQL
-rfe            5002/tcp                        # Radio Free Ethernet
-rfe            5002/udp                        # Actually uses UDP only
-cfengine       5308/tcp                        # CFengine
-cfengine       5308/udp                        # CFengine
-bbs            7000/tcp                        # BBS service
-#
-#
-# Kerberos (Project Athena/MIT) services
-# Note that these are for Kerberos v4, and are unofficial.  Sites running
-# v4 should uncomment these and comment out the v5 entries above.
-#
-kerberos4      750/udp         kerberos-iv kdc # Kerberos (server) udp
-kerberos4      750/tcp         kerberos-iv kdc # Kerberos (server) tcp
-kerberos_master        751/udp                         # Kerberos authentication
-kerberos_master        751/tcp                         # Kerberos authentication
-passwd_server  752/udp                         # Kerberos passwd server
-krb_prop       754/tcp                         # Kerberos slave propagation
-krbupdate      760/tcp         kreg            # Kerberos registration
-kpasswd                761/tcp         kpwd            # Kerberos "passwd"
-kpop           1109/tcp                        # Pop with Kerberos
-knetd          2053/tcp                        # Kerberos de-multiplexor
-zephyr-srv     2102/udp                        # Zephyr server
-zephyr-clt     2103/udp                        # Zephyr serv-hm connection
-zephyr-hm      2104/udp                        # Zephyr hostmanager
-eklogin                2105/tcp                        # Kerberos encrypted rlogin
-#
-# Unofficial but necessary (for NetBSD) services
-#
-supfilesrv     871/tcp                         # SUP server
-supfiledbg     1127/tcp                        # SUP debugging
-#
-# Datagram Delivery Protocol services
-#
-rtmp           1/ddp                           # Routing Table Maintenance Protocol
-nbp            2/ddp                           # Name Binding Protocol
-echo           4/ddp                           # AppleTalk Echo Protocol
-zip            6/ddp                           # Zone Information Protocol
-#
-# Services added for the Debian GNU/Linux distribution
-poppassd       106/tcp                         # Eudora
-poppassd       106/udp                         # Eudora
-mailq          174/tcp                         # Mailer transport queue for Zmailer
-mailq          174/tcp                         # Mailer transport queue for Zmailer
-omirr          808/tcp         omirrd          # online mirror
-omirr          808/udp         omirrd          # online mirror
-rmtcfg         1236/tcp                        # Gracilis Packeten remote config server
-xtel           1313/tcp                        # french minitel
-coda_opcons    1355/udp                        # Coda opcons            (Coda fs)
-coda_venus     1363/udp                        # Coda venus             (Coda fs)
-coda_auth      1357/udp                        # Coda auth              (Coda fs)
-coda_udpsrv    1359/udp                        # Coda udpsrv            (Coda fs)
-coda_filesrv   1361/udp                        # Coda filesrv           (Coda fs)
-codacon                1423/tcp        venus.cmu       # Coda Console           (Coda fs)
-coda_aux1      1431/tcp                        # coda auxiliary service (Coda fs)
-coda_aux1      1431/udp                        # coda auxiliary service (Coda fs)
-coda_aux2      1433/tcp                        # coda auxiliary service (Coda fs)
-coda_aux2      1433/udp                        # coda auxiliary service (Coda fs)
-coda_aux3      1435/tcp                        # coda auxiliary service (Coda fs)
-coda_aux3      1435/udp                        # coda auxiliary service (Coda fs)
-cfinger                2003/tcp                        # GNU Finger
-afbackup       2988/tcp                        # Afbackup system
-afbackup       2988/udp                        # Afbackup system
-icp            3130/tcp                        # Internet Cache Protocol (Squid)
-icp            3130/udp                        # Internet Cache Protocol (Squid)
-postgres       5432/tcp                        # POSTGRES
-postgres       5432/udp                        # POSTGRES
-fax            4557/tcp                        # FAX transmission service        (old)
-hylafax                4559/tcp                        # HylaFAX client-server protocol  (new)
-noclog         5354/tcp                        # noclogd with TCP (nocol)
-noclog         5354/udp                        # noclogd with UDP (nocol)
-hostmon                5355/tcp                        # hostmon uses TCP (nocol)
-hostmon                5355/udp                        # hostmon uses TCP (nocol)
-ircd           6667/tcp                        # Internet Relay Chat
-ircd           6667/udp                        # Internet Relay Chat
-webcache       8080/tcp                        # WWW caching service
-webcache       8080/udp                        # WWW caching service
-tproxy         8081/tcp                        # Transparent Proxy
-tproxy         8081/udp                        # Transparent Proxy
-mandelspawn    9359/udp        mandelbrot      # network mandelbrot
-amanda         10080/udp                       # amanda backup services
-amandaidx      10082/tcp                       # amanda backup services
-amidxtape      10083/tcp                       # amanda backup services
-isdnlog                20011/tcp                       # isdn logging system
-isdnlog                20011/udp                       # isdn logging system
-vboxd          20012/tcp                       # voice box system
-vboxd          20012/udp                       # voice box system
-binkp           24554/tcp                      # Binkley
-binkp           24554/udp                      # Binkley
-asp            27374/tcp                       # Address Search Protocol
-asp            27374/udp                       # Address Search Protocol
-tfido           60177/tcp                      # Ifmail
-tfido           60177/udp                      # Ifmail
-fido            60179/tcp                      # Ifmail
-fido            60179/udp                      # Ifmail
-
-# Local services
-
diff --git a/target/generic/target_skeleton/etc/shadow b/target/generic/target_skeleton/etc/shadow
deleted file mode 100644 (file)
index 4941a1a..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-root::10933:0:99999:7:::
-bin:*:10933:0:99999:7:::
-daemon:*:10933:0:99999:7:::
-adm:*:10933:0:99999:7:::
-lp:*:10933:0:99999:7:::
-sync:*:10933:0:99999:7:::
-shutdown:*:10933:0:99999:7:::
-halt:*:10933:0:99999:7:::
-uucp:*:10933:0:99999:7:::
-operator:*:10933:0:99999:7:::
-nobody:*:10933:0:99999:7:::
-default::10933:0:99999:7:::
diff --git a/target/generic/target_skeleton/home/.empty b/target/generic/target_skeleton/home/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_skeleton/lib/.empty b/target/generic/target_skeleton/lib/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_skeleton/mnt/.empty b/target/generic/target_skeleton/mnt/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_skeleton/opt/.empty b/target/generic/target_skeleton/opt/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_skeleton/proc/.empty b/target/generic/target_skeleton/proc/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_skeleton/root/.bash_history b/target/generic/target_skeleton/root/.bash_history
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_skeleton/root/.bash_logout b/target/generic/target_skeleton/root/.bash_logout
deleted file mode 100644 (file)
index 77ef1f9..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# ~/.bash_logout: executed by bash(1) when login shell exits.
-
-# when leaving the console clear the screen to increase privacy
-
-case "`tty`" in
-    /dev/tty[0-9]*) clear
-esac
diff --git a/target/generic/target_skeleton/root/.bash_profile b/target/generic/target_skeleton/root/.bash_profile
deleted file mode 100644 (file)
index 27bf149..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# .bash_profile
-
-export PATH=\
-/bin:\
-/sbin:\
-/usr/bin:\
-/usr/sbin:\
-/usr/bin/X11:\
-/usr/local/bin
-
-umask 022
-
-if [ -f ~/.bashrc ]; then
-    source ~/.bashrc
-fi
diff --git a/target/generic/target_skeleton/root/.bashrc b/target/generic/target_skeleton/root/.bashrc
deleted file mode 100644 (file)
index d13c8f9..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# ~/.bashrc: executed by bash(1) for non-login interactive shells.
-
-export PATH=\
-/bin:\
-/sbin:\
-/usr/bin:\
-/usr/sbin:\
-/usr/bin/X11:\
-/usr/local/bin
-
-# If running interactively, then:
-if [ "$PS1" ]; then
-
-    if [ "$BASH" ]; then
-       export PS1="[\u@\h \W]\\$ "
-    else
-      if [ "`id -u`" -eq 0 ]; then 
-       export PS1='# '
-      else
-       export PS1='$ '
-      fi
-    fi
-
-    export USER=`id -un`
-    export LOGNAME=$USER
-    export HOSTNAME=`/bin/hostname`
-    export HISTSIZE=1000
-    export HISTFILESIZE=1000
-    export PAGER='/bin/more '
-    export EDITOR='/bin/vi'
-    export INPUTRC=/etc/inputrc
-    export DMALLOC_OPTIONS=debug=0x34f47d83,inter=100,log=logfile
-    export LS_COLORS='no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.png=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:';
-
-    ### Some aliases
-    alias ps2='ps facux '
-    alias ps1='ps faxo "%U %t %p %a" '
-    alias af='ps af'
-    alias cls='clear'
-    alias ll='/bin/ls --color=tty -laFh'
-    alias ls='/bin/ls --color=tty -F'
-    alias df='df -h'
-    alias indent='indent -bad -bap -bbo -nbc -br -brs -c33 -cd33 -ncdb -ce -ci4 -cli0 -cp33 -cs -d0 -di1 -nfc1 -nfca -hnl -i4 -ip0 -l75 -lp -npcs -npsl -nsc -nsob -nss -ts4 '
-    #alias bc='bc -l'
-    alias minicom='minicom -c on'
-    alias calc='calc -Cd '
-    alias bc='calc -Cd '
-fi;
diff --git a/target/generic/target_skeleton/root/.empty b/target/generic/target_skeleton/root/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_skeleton/sbin/.empty b/target/generic/target_skeleton/sbin/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_skeleton/sys/.empty b/target/generic/target_skeleton/sys/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_skeleton/tmp/.empty b/target/generic/target_skeleton/tmp/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_skeleton/usr/bin/.empty b/target/generic/target_skeleton/usr/bin/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_skeleton/usr/lib/.empty b/target/generic/target_skeleton/usr/lib/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_skeleton/usr/sbin/.empty b/target/generic/target_skeleton/usr/sbin/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/target/generic/target_skeleton/usr/share/udhcpc/default.script b/target/generic/target_skeleton/usr/share/udhcpc/default.script
deleted file mode 100755 (executable)
index a52a7f8..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/bin/sh
-
-# udhcpc script edited by Tim Riker <Tim@Rikers.org>
-
-[ -z "$1" ] && echo "Error: should be called from udhcpc" && exit 1
-
-RESOLV_CONF="/etc/resolv.conf"
-[ -n "$broadcast" ] && BROADCAST="broadcast $broadcast"
-[ -n "$subnet" ] && NETMASK="netmask $subnet"
-
-case "$1" in
-       deconfig)
-               /sbin/ifconfig $interface 0.0.0.0
-               ;;
-
-       renew|bound)
-               /sbin/ifconfig $interface $ip $BROADCAST $NETMASK
-
-               if [ -n "$router" ] ; then
-                       echo "deleting routers"
-                       while route del default gw 0.0.0.0 dev $interface ; do
-                               :
-                       done
-
-                       for i in $router ; do
-                               route add default gw $i dev $interface
-                       done
-               fi
-
-               echo -n > $RESOLV_CONF
-               [ -n "$domain" ] && echo search $domain >> $RESOLV_CONF
-               for i in $dns ; do
-                       echo adding dns $i
-                       echo nameserver $i >> $RESOLV_CONF
-               done
-               ;;
-esac
-
-exit 0
diff --git a/target/generic/target_skeleton/var/cache b/target/generic/target_skeleton/var/cache
deleted file mode 120000 (symlink)
index 1431b0e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../tmp
\ No newline at end of file
diff --git a/target/generic/target_skeleton/var/lib/pcmcia b/target/generic/target_skeleton/var/lib/pcmcia
deleted file mode 120000 (symlink)
index f1fde8c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../tmp
\ No newline at end of file
diff --git a/target/generic/target_skeleton/var/lock b/target/generic/target_skeleton/var/lock
deleted file mode 120000 (symlink)
index 1431b0e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../tmp
\ No newline at end of file
diff --git a/target/generic/target_skeleton/var/log b/target/generic/target_skeleton/var/log
deleted file mode 120000 (symlink)
index 1431b0e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../tmp
\ No newline at end of file
diff --git a/target/generic/target_skeleton/var/pcmcia b/target/generic/target_skeleton/var/pcmcia
deleted file mode 120000 (symlink)
index 1431b0e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../tmp
\ No newline at end of file
diff --git a/target/generic/target_skeleton/var/run b/target/generic/target_skeleton/var/run
deleted file mode 120000 (symlink)
index 1431b0e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../tmp
\ No newline at end of file
diff --git a/target/generic/target_skeleton/var/spool b/target/generic/target_skeleton/var/spool
deleted file mode 120000 (symlink)
index 1431b0e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../tmp
\ No newline at end of file
diff --git a/target/generic/target_skeleton/var/tmp b/target/generic/target_skeleton/var/tmp
deleted file mode 120000 (symlink)
index 1431b0e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../tmp
\ No newline at end of file