Initial revision
authorMike Baker <mbm@openwrt.org>
Sun, 16 Jan 2005 11:43:02 +0000 (11:43 +0000)
committerMike Baker <mbm@openwrt.org>
Sun, 16 Jan 2005 11:43:02 +0000 (11:43 +0000)
commit76d90c2ed2956d27e0c8af8fb0b76b3069228d5f
tree986493f1905c17f3a385831d60709492c4c5ed7a
parenta5e92562f883bbd64e84b69bb683f42911ec7036
Initial revision

SVN-Revision: 197
280 files changed:
openwrt/.cvsignore [new file with mode: 0644]
openwrt/.defconfig [new file with mode: 0644]
openwrt/Config.in [new file with mode: 0644]
openwrt/Makefile [new file with mode: 0644]
openwrt/docs/README [new file with mode: 0644]
openwrt/docs/buildroot-documentation.html [new file with mode: 0644]
openwrt/docs/stylesheet.css [new file with mode: 0644]
openwrt/package/Config.in [new file with mode: 0644]
openwrt/package/Makefile.in [new file with mode: 0644]
openwrt/package/bridge/Config.in [new file with mode: 0644]
openwrt/package/bridge/Makefile.in [new file with mode: 0644]
openwrt/package/bridge/bridge.mk [new file with mode: 0644]
openwrt/package/bridge/bridge.patch [new file with mode: 0644]
openwrt/package/busybox/Config.in [new file with mode: 0644]
openwrt/package/busybox/Makefile.in [new file with mode: 0644]
openwrt/package/busybox/busybox.config [new file with mode: 0644]
openwrt/package/busybox/busybox.mk [new file with mode: 0644]
openwrt/package/config/.cvsignore [new file with mode: 0644]
openwrt/package/config/Config.in [new file with mode: 0644]
openwrt/package/config/Kconfig-language.txt [new file with mode: 0644]
openwrt/package/config/Makefile [new file with mode: 0644]
openwrt/package/config/Makefile.in [new file with mode: 0644]
openwrt/package/config/checklist.c [new file with mode: 0644]
openwrt/package/config/colors.h [new file with mode: 0644]
openwrt/package/config/conf.c [new file with mode: 0644]
openwrt/package/config/confdata.c [new file with mode: 0644]
openwrt/package/config/dialog.h [new file with mode: 0644]
openwrt/package/config/expr.c [new file with mode: 0644]
openwrt/package/config/expr.h [new file with mode: 0644]
openwrt/package/config/inputbox.c [new file with mode: 0644]
openwrt/package/config/lex.zconf.c_shipped [new file with mode: 0644]
openwrt/package/config/lkc.h [new file with mode: 0644]
openwrt/package/config/lkc_proto.h [new file with mode: 0644]
openwrt/package/config/mconf.c [new file with mode: 0644]
openwrt/package/config/menu.c [new file with mode: 0644]
openwrt/package/config/menubox.c [new file with mode: 0644]
openwrt/package/config/msgbox.c [new file with mode: 0644]
openwrt/package/config/symbol.c [new file with mode: 0644]
openwrt/package/config/textbox.c [new file with mode: 0644]
openwrt/package/config/util.c [new file with mode: 0644]
openwrt/package/config/yesno.c [new file with mode: 0644]
openwrt/package/config/zconf.l [new file with mode: 0644]
openwrt/package/config/zconf.tab.c_shipped [new file with mode: 0644]
openwrt/package/config/zconf.tab.h_shipped [new file with mode: 0644]
openwrt/package/config/zconf.y [new file with mode: 0644]
openwrt/package/dnsmasq/Config.in [new file with mode: 0644]
openwrt/package/dnsmasq/Makefile.in [new file with mode: 0644]
openwrt/package/dnsmasq/dnsmasq.mk [new file with mode: 0644]
openwrt/package/dnsmasq/dnsmasq1-100-bugfix.patch [new file with mode: 0644]
openwrt/package/dnsmasq/dnsmasq2-100-config.patch [new file with mode: 0644]
openwrt/package/dropbear_sshd/Config.in [new file with mode: 0644]
openwrt/package/dropbear_sshd/Makefile.in [new file with mode: 0644]
openwrt/package/dropbear_sshd/dropbear-init.patch [new file with mode: 0644]
openwrt/package/dropbear_sshd/dropbear_sshd.mk [new file with mode: 0644]
openwrt/package/iptables/Config.in [new file with mode: 0644]
openwrt/package/iptables/Makefile.in [new file with mode: 0644]
openwrt/package/iptables/iptables.mk [new file with mode: 0644]
openwrt/package/linux/Config.in [new file with mode: 0644]
openwrt/package/linux/Makefile.in [new file with mode: 0644]
openwrt/package/linux/kernel-patches/001-linux-2.4.patch.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/003_kbuild_fixes.diff.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/004_386_emu.diff.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/005_modularize_vesafb.diff.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/006_init_unshare.diff.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/007-scsi_add_remove_single.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/008-ieee1394-fix.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/009-always-inline.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/010-optimize-for-size.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/012-x86-check_gcc.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/015_cramfs_initrd.diff.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/017-printk.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/018-slab-loop-init.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/041-changeloop.patch.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/042-loopfixes.patch.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/044-streaming_io.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/062-silence-blk-queue.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/063-silence.kbd.patch.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/064-shutup-md.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/067-squashfs2.patch.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/076-nmap-freak.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/077-orinoco-0.13e.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/078-hostap.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/079-jiffies64.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/089-no-touch-makedep.bz2 [new file with mode: 0644]
openwrt/package/linux/kernel-patches/100_VERSION.bz2 [new file with mode: 0644]
openwrt/package/linux/linux.config [new file with mode: 0644]
openwrt/package/linux/linux.mk [new file with mode: 0644]
openwrt/package/sed/Config.in [new file with mode: 0644]
openwrt/package/sed/Makefile.in [new file with mode: 0644]
openwrt/package/sed/sed.mk [new file with mode: 0644]
openwrt/package/sed/sedcheck.sh [new file with mode: 0755]
openwrt/target/Config.in [new file with mode: 0644]
openwrt/target/Makefile.in [new file with mode: 0644]
openwrt/target/default/device_table.txt [new file with mode: 0644]
openwrt/target/default/skel.tar.gz [new file with mode: 0644]
openwrt/target/default/target_skeleton/etc/TZ [new file with mode: 0644]
openwrt/target/default/target_skeleton/etc/fstab [new file with mode: 0644]
openwrt/target/default/target_skeleton/etc/group [new file with mode: 0644]
openwrt/target/default/target_skeleton/etc/hostname [new file with mode: 0644]
openwrt/target/default/target_skeleton/etc/hosts [new file with mode: 0644]
openwrt/target/default/target_skeleton/etc/init.d/S20urandom [new file with mode: 0755]
openwrt/target/default/target_skeleton/etc/init.d/S40network [new file with mode: 0755]
openwrt/target/default/target_skeleton/etc/init.d/rcS [new file with mode: 0755]
openwrt/target/default/target_skeleton/etc/inittab [new file with mode: 0644]
openwrt/target/default/target_skeleton/etc/inputrc [new file with mode: 0644]
openwrt/target/default/target_skeleton/etc/issue [new file with mode: 0644]
openwrt/target/default/target_skeleton/etc/network/interfaces [new file with mode: 0644]
openwrt/target/default/target_skeleton/etc/passwd [new file with mode: 0644]
openwrt/target/default/target_skeleton/etc/profile [new file with mode: 0644]
openwrt/target/default/target_skeleton/etc/protocols [new file with mode: 0644]
openwrt/target/default/target_skeleton/etc/random-seed [new file with mode: 0644]
openwrt/target/default/target_skeleton/etc/resolv.conf [new file with mode: 0644]
openwrt/target/default/target_skeleton/etc/securetty [new file with mode: 0644]
openwrt/target/default/target_skeleton/etc/services [new file with mode: 0644]
openwrt/target/default/target_skeleton/etc/shadow [new file with mode: 0644]
openwrt/target/default/target_skeleton/root/.bash_history [new file with mode: 0644]
openwrt/target/default/target_skeleton/root/.bash_logout [new file with mode: 0644]
openwrt/target/default/target_skeleton/root/.bash_profile [new file with mode: 0644]
openwrt/target/default/target_skeleton/root/.bashrc [new file with mode: 0644]
openwrt/target/default/target_skeleton/usr/share/terminfo/a/ansi [new file with mode: 0644]
openwrt/target/default/target_skeleton/usr/share/terminfo/d/dumb [new file with mode: 0644]
openwrt/target/default/target_skeleton/usr/share/terminfo/l/linux [new file with mode: 0644]
openwrt/target/default/target_skeleton/usr/share/terminfo/r/rxvt [new file with mode: 0644]
openwrt/target/default/target_skeleton/usr/share/terminfo/s/screen [new file with mode: 0644]
openwrt/target/default/target_skeleton/usr/share/terminfo/s/screen-w [new file with mode: 0644]
openwrt/target/default/target_skeleton/usr/share/terminfo/s/sun [new file with mode: 0644]
openwrt/target/default/target_skeleton/usr/share/terminfo/v/vt100 [new file with mode: 0644]
openwrt/target/default/target_skeleton/usr/share/terminfo/v/vt220 [new file with mode: 0644]
openwrt/target/default/target_skeleton/usr/share/terminfo/v/vt52 [new file with mode: 0644]
openwrt/target/default/target_skeleton/usr/share/terminfo/x/xterm [new file with mode: 0644]
openwrt/target/default/target_skeleton/usr/share/terminfo/x/xterm-xfree86 [new file with mode: 0644]
openwrt/target/default/target_skeleton/usr/share/udhcpc/default.script [new file with mode: 0755]
openwrt/target/jffs2/Config.in [new file with mode: 0644]
openwrt/target/jffs2/Makefile.in [new file with mode: 0644]
openwrt/target/jffs2/jffs2root.mk [new file with mode: 0644]
openwrt/toolchain/Config.in [new file with mode: 0644]
openwrt/toolchain/Makefile.in [new file with mode: 0644]
openwrt/toolchain/binutils/2.14.90.0.6/001-debian.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.14.90.0.6/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.14.90.0.6/200-build_modules.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.14.90.0.6/210-cflags.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.14.90.0.7/001-debian.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.14.90.0.7/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.14.90.0.7/200-build_modules.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.14.90.0.7/210-cflags.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.14.90.0.7/600-arm-textrel.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.14.90.0.8/001-debian.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.14.90.0.8/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.14.90.0.8/600-arm-textrel.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.90.0.1.1/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.90.0.1.1/600-arm-textrel.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.90.0.1/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.90.0.1/600-arm-textrel.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.90.0.2/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.90.0.2/600-arm-textrel.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.90.0.3/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.90.0.3/210-cflags.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.90.0.3/500-branch-likely.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.90.0.3/600-arm-textrel.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.91.0.1/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.91.0.1/600-arm-textrel.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.91.0.2/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.91.0.2/500-branch-likely.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.91.0.2/600-arm-textrel.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.91.0.2/700-binutils-20040817-linkonce.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.91.0.2/701-binutils-dup-sections.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.91.0.2/702-binutils-skip-comments.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.92.0.2/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.92.0.2/300-001_ld_makefile_patch.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.92.0.2/300-006_better_file_error.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.92.0.2/300-012_check_ldrunpath_length.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.92.0.2/300-117_mips_symbolic_link.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.92.0.2/300-120_mips_xgot_multigot_workaround.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.92.0.2/600-arm-textrel.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.92.0.2/702-binutils-skip-comments.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.94.0.1/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.94.0.1/300-001_ld_makefile_patch.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.94.0.1/300-006_better_file_error.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.94.0.1/300-012_check_ldrunpath_length.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.94.0.1/300-120_mips_xgot_multigot_workaround.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.94.0.1/702-binutils-skip-comments.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.94.0.2/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.94.0.2/300-001_ld_makefile_patch.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.94.0.2/300-006_better_file_error.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.94.0.2/300-012_check_ldrunpath_length.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.94.0.2/300-120_mips_xgot_multigot_workaround.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15.94.0.2/702-binutils-skip-comments.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/binutils/2.15/600-arm-textrel.patch [new file with mode: 0644]
openwrt/toolchain/binutils/Config.in [new file with mode: 0644]
openwrt/toolchain/binutils/Makefile.in [new file with mode: 0644]
openwrt/toolchain/binutils/binutils.mk [new file with mode: 0644]
openwrt/toolchain/ccache/Config.in [new file with mode: 0644]
openwrt/toolchain/ccache/Config.in.2 [new file with mode: 0644]
openwrt/toolchain/ccache/Makefile.in [new file with mode: 0644]
openwrt/toolchain/ccache/ccache.mk [new file with mode: 0644]
openwrt/toolchain/gcc/2.95/050-debian-subset.patch.bz2 [new file with mode: 0644]
openwrt/toolchain/gcc/2.95/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/gcc/2.95/STLport-4.5.3.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.3/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.3/110-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.3/120-softfloat.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.3/200-uclibc-locale.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.3/500-loop.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.4/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.4/110-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.4/120-softfloat.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.4/200-uclibc-locale.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.4/500-loop.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.4/specs-arm-soft-float [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.4/specs-mips-soft-float [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.4/specs-mipsel-soft-float [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.4/specs-powerpc-soft-float [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.5/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.5/110-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.5/120-softfloat.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.5/200-uclibc-locale.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.5/500-loop.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.5/specs-arm-soft-float [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.5/specs-mips-soft-float [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.5/specs-mipsel-soft-float [new file with mode: 0644]
openwrt/toolchain/gcc/3.3.5/specs-powerpc-soft-float [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.0/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.0/200-uclibc-locale.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.0/arm-softfloat.patch.conditional [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.1/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.1/200-uclibc-locale.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.1/400-mips-delay-slot.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.1/800-arm-bigendian.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.1/810-arm-bigendian-uclibc.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.1/arm-softfloat.patch.conditional [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.2/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.2/200-uclibc-locale.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.2/300-libstdc++-pic.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.2/300-pr15526.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.2/300-pr17541.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.2/300-pr17976.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.2/400-mips-pr17565.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.2/401-ppc-eabi-typo.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.2/402-mips-pr17770.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.2/600-gcc34-arm-ldm-peephole.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.2/601-gcc34-arm-ldm.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.2/602-sdk-libstdc++-includes.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.2/700-pr15068-fix.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.2/800-arm-bigendian.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.2/810-arm-bigendian-uclibc.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.2/arm-softfloat.patch.conditional [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.3/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.3/200-uclibc-locale.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.3/300-libstdc++-pic.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.3/600-gcc34-arm-ldm-peephole.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.3/601-gcc34-arm-ldm.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.3/602-sdk-libstdc++-includes.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.3/700-pr15068-fix.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.3/800-arm-bigendian.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.3/810-arm-bigendian-uclibc.patch [new file with mode: 0644]
openwrt/toolchain/gcc/3.4.3/arm-softfloat.patch.conditional [new file with mode: 0644]
openwrt/toolchain/gcc/Config.in [new file with mode: 0644]
openwrt/toolchain/gcc/Config.in.2 [new file with mode: 0644]
openwrt/toolchain/gcc/Makefile.in [new file with mode: 0644]
openwrt/toolchain/gcc/gcc-uclibc-2.95.mk [new file with mode: 0644]
openwrt/toolchain/gcc/gcc-uclibc-3.x.mk [new file with mode: 0644]
openwrt/toolchain/gcc/i386-gcc-soft-float.patch [new file with mode: 0644]
openwrt/toolchain/gdb/5.3/050-debian-subset.patch [new file with mode: 0644]
openwrt/toolchain/gdb/5.3/100-uclibc.patch [new file with mode: 0644]
openwrt/toolchain/gdb/6.1.1/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/gdb/6.1.1/200-uclibc-readline-conf.patch [new file with mode: 0644]
openwrt/toolchain/gdb/6.2.1/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/gdb/6.2.1/200-uclibc-readline-conf.patch [new file with mode: 0644]
openwrt/toolchain/gdb/6.2.1/400-mips-coredump.patch [new file with mode: 0644]
openwrt/toolchain/gdb/6.2/100-uclibc-conf.patch [new file with mode: 0644]
openwrt/toolchain/gdb/6.2/200-uclibc-readline-conf.patch [new file with mode: 0644]
openwrt/toolchain/gdb/Config.in [new file with mode: 0644]
openwrt/toolchain/gdb/Makefile.in [new file with mode: 0644]
openwrt/toolchain/gdb/gdb.mk [new file with mode: 0644]
openwrt/toolchain/patch-kernel.sh [new file with mode: 0755]
openwrt/toolchain/uClibc/Config.in [new file with mode: 0644]
openwrt/toolchain/uClibc/uClibc.config [new file with mode: 0644]
openwrt/toolchain/uClibc/uClibc.config-locale [new file with mode: 0644]
openwrt/toolchain/uClibc/uclibc.mk [new file with mode: 0644]