This commit was manufactured by cvs2svn to create branch 'whiterussian'.
authorOpenWrt Development <openwrt-devel@lists.openwrt.org>
Mon, 25 Jul 2005 07:36:16 +0000 (07:36 +0000)
committerOpenWrt Development <openwrt-devel@lists.openwrt.org>
Mon, 25 Jul 2005 07:36:16 +0000 (07:36 +0000)
commitb991b83385aff280e94fb7f37f48aa58304ad52d
tree166098315403dca0e7b619cccd8680b511116c0b
parent71f7bc0680e838f927a06232b00b90ea3d1088f8
This commit was manufactured by cvs2svn to create branch 'whiterussian'.

SVN-Revision: 1549
70 files changed:
openwrt/package/base-files/Makefile [new file with mode: 0644]
openwrt/package/base-files/default/bin/firstboot [new file with mode: 0755]
openwrt/package/base-files/default/bin/login [new file with mode: 0755]
openwrt/package/base-files/default/etc/banner [new file with mode: 0644]
openwrt/package/base-files/default/etc/firewall.user [new file with mode: 0755]
openwrt/package/base-files/default/etc/functions.sh [new file with mode: 0755]
openwrt/package/base-files/default/etc/group [new file with mode: 0644]
openwrt/package/base-files/default/etc/hosts [new file with mode: 0644]
openwrt/package/base-files/default/etc/init.d/S10boot [new file with mode: 0755]
openwrt/package/base-files/default/etc/init.d/S40network [new file with mode: 0755]
openwrt/package/base-files/default/etc/init.d/S45firewall [new file with mode: 0755]
openwrt/package/base-files/default/etc/init.d/S50httpd [new file with mode: 0755]
openwrt/package/base-files/default/etc/init.d/S50telnet [new file with mode: 0755]
openwrt/package/base-files/default/etc/init.d/S99done [new file with mode: 0755]
openwrt/package/base-files/default/etc/init.d/rcS [new file with mode: 0755]
openwrt/package/base-files/default/etc/inittab [new file with mode: 0644]
openwrt/package/base-files/default/etc/ipkg.conf [new file with mode: 0644]
openwrt/package/base-files/default/etc/passwd [new file with mode: 0644]
openwrt/package/base-files/default/etc/preinit [new file with mode: 0755]
openwrt/package/base-files/default/etc/profile [new file with mode: 0644]
openwrt/package/base-files/default/etc/protocols [new file with mode: 0644]
openwrt/package/base-files/default/etc/shells [new file with mode: 0644]
openwrt/package/base-files/default/etc/sysctl.conf [new file with mode: 0644]
openwrt/package/base-files/default/rom/note [new file with mode: 0644]
openwrt/package/base-files/default/sbin/backup [new file with mode: 0755]
openwrt/package/base-files/default/sbin/halt [new file with mode: 0755]
openwrt/package/base-files/default/sbin/hotplug [new file with mode: 0755]
openwrt/package/base-files/default/sbin/ifdown [new file with mode: 0755]
openwrt/package/base-files/default/sbin/ifup [new file with mode: 0755]
openwrt/package/base-files/default/sbin/mount_root [new file with mode: 0755]
openwrt/package/base-files/default/sbin/restore [new file with mode: 0755]
openwrt/package/base-files/default/usr/share/udhcpc/default.script [new file with mode: 0755]
openwrt/package/base-files/default/www/index.html [new file with mode: 0644]
openwrt/package/base-files/ipkg/base-files.control [new file with mode: 0644]
openwrt/package/base-files/ipkg/libgcc.control [new file with mode: 0644]
openwrt/package/base-files/ipkg/uclibc.control [new file with mode: 0644]
openwrt/package/kismet/patches/130-wrt54g_source.patch [new file with mode: 0644]
openwrt/package/mtd/Config.in [new file with mode: 0644]
openwrt/package/mtd/Makefile [new file with mode: 0644]
openwrt/package/mtd/ipkg/mtd.control [new file with mode: 0644]
openwrt/package/mtd/mtd.c [new file with mode: 0644]
openwrt/package/nvram/Makefile [new file with mode: 0644]
openwrt/package/nvram/ipkg/nvram.control [new file with mode: 0644]
openwrt/package/nvram/src/Makefile [new file with mode: 0644]
openwrt/package/nvram/src/bcmtimer.h [new file with mode: 0644]
openwrt/package/nvram/src/defaults.c [new file with mode: 0644]
openwrt/package/nvram/src/linux_timer.c [new file with mode: 0644]
openwrt/package/nvram/src/main.c [new file with mode: 0644]
openwrt/package/nvram/src/nvram_convert.c [new file with mode: 0644]
openwrt/package/nvram/src/nvram_convert.h [new file with mode: 0644]
openwrt/package/nvram/src/nvram_linux.c [new file with mode: 0644]
openwrt/package/nvram/src/shutils.c [new file with mode: 0644]
openwrt/package/nvram/src/wl.c [new file with mode: 0644]
openwrt/package/nvram/src/wl_linux.c [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/bcmnvram.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/bcmutils.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/cy_conf.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/epivers.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/proto/802.11.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/proto/ethernet.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/shutils.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/typedefs.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/utils.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/wlcompat.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/wlioctl.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/include/wlutils.h [new file with mode: 0644]
openwrt/target/linux/package/openwrt/ipkg/base-files-arch.control [new file with mode: 0644]
openwrt/target/linux/package/openwrt/jffs2root.c [new file with mode: 0644]
openwrt/toolchain/kernel-headers/config.mips [new file with mode: 0644]
openwrt/toolchain/uClibc/files/config.mips [new file with mode: 0644]