libreCMC v1.3.2 Elegant Eleanor (OldWorld) release
authornynex <nynex>
Fri, 31 Jul 2015 11:14:49 +0000 (11:14 +0000)
committernynex <nynex>
Fri, 31 Jul 2015 11:14:49 +0000 (11:14 +0000)
commit479a8515110e7ffe4f9630908568b5a0deb2ec0f
treea195bd6bf8173e7822d4b54ce832d54cd842c4d7
parentf04bd7d327c0a0cb023031fbf35216599a71ca08
libreCMC v1.3.2 Elegant Eleanor (OldWorld) release
This release is based upon the current v4.x branch and some
packages that were held back from v1.3.1 due to all routers with
 < 64 MB failing to to a bug in the networking stack (non-kernel
related). The following is what exists now (before the freeze) :
* v4.1 of the linux-libre kernel
* New buildroot pull from upstream Chaos Calmer
* cjdns support (pull from upstream routing feed)
* fwknop support (will be added before freeze)
* Updated OpenSSL (1.0.2d)
6328 files changed:
trunk/BSDmakefile [new file with mode: 0644]
trunk/Config.in [new file with mode: 0644]
trunk/LICENSE [new file with mode: 0644]
trunk/Makefile [new file with mode: 0644]
trunk/config/Config-build.in [new file with mode: 0644]
trunk/config/Config-devel.in [new file with mode: 0644]
trunk/config/Config-images.in [new file with mode: 0644]
trunk/config/Config-kernel.in [new file with mode: 0644]
trunk/feeds.conf [new file with mode: 0644]
trunk/include/autotools.mk [new file with mode: 0644]
trunk/include/cmake.mk [new file with mode: 0644]
trunk/include/debug.mk [new file with mode: 0644]
trunk/include/depends.mk [new file with mode: 0644]
trunk/include/device_table.txt [new file with mode: 0644]
trunk/include/download.mk [new file with mode: 0644]
trunk/include/feeds.mk [new file with mode: 0644]
trunk/include/hardening.mk [new file with mode: 0644]
trunk/include/host-build.mk [new file with mode: 0644]
trunk/include/host.mk [new file with mode: 0644]
trunk/include/image.mk [new file with mode: 0644]
trunk/include/kernel-build.mk [new file with mode: 0644]
trunk/include/kernel-defaults.mk [new file with mode: 0644]
trunk/include/kernel-version.mk [new file with mode: 0644]
trunk/include/kernel.mk [new file with mode: 0644]
trunk/include/netfilter.mk [new file with mode: 0644]
trunk/include/nls.mk [new file with mode: 0644]
trunk/include/package-bin.mk [new file with mode: 0644]
trunk/include/package-defaults.mk [new file with mode: 0644]
trunk/include/package-dumpinfo.mk [new file with mode: 0644]
trunk/include/package-ipkg.mk [new file with mode: 0644]
trunk/include/package-seccomp.mk [new file with mode: 0644]
trunk/include/package.mk [new file with mode: 0644]
trunk/include/prereq-build.mk [new file with mode: 0644]
trunk/include/prereq.mk [new file with mode: 0644]
trunk/include/quilt.mk [new file with mode: 0644]
trunk/include/scan.awk [new file with mode: 0644]
trunk/include/scan.mk [new file with mode: 0644]
trunk/include/scons.mk [new file with mode: 0644]
trunk/include/shell.sh [new file with mode: 0644]
trunk/include/site/aarch64 [new file with mode: 0644]
trunk/include/site/aarch64_be [new file with mode: 0644]
trunk/include/site/arm [new file with mode: 0644]
trunk/include/site/armeb [new file with mode: 0644]
trunk/include/site/i386 [new file with mode: 0644]
trunk/include/site/i486 [new file with mode: 0644]
trunk/include/site/i686 [new file with mode: 0644]
trunk/include/site/linux [new file with mode: 0644]
trunk/include/site/m68k [new file with mode: 0644]
trunk/include/site/mips [new file with mode: 0644]
trunk/include/site/mips64 [new file with mode: 0644]
trunk/include/site/mips64el [new file with mode: 0644]
trunk/include/site/mipsel [new file with mode: 0644]
trunk/include/site/powerpc [new file with mode: 0644]
trunk/include/site/sparc [new file with mode: 0644]
trunk/include/site/x86_64 [new file with mode: 0644]
trunk/include/subdir.mk [new file with mode: 0644]
trunk/include/target.mk [new file with mode: 0644]
trunk/include/toolchain-build.mk [new file with mode: 0644]
trunk/include/toplevel.mk [new file with mode: 0644]
trunk/include/uclibc++.mk [new file with mode: 0644]
trunk/include/unpack.mk [new file with mode: 0644]
trunk/include/verbose.mk [new file with mode: 0644]
trunk/include/version.mk [new file with mode: 0644]
trunk/package/Makefile [new file with mode: 0644]
trunk/package/base-files/Makefile [new file with mode: 0644]
trunk/package/base-files/files/bin/board_detect [new file with mode: 0755]
trunk/package/base-files/files/bin/config_generate [new file with mode: 0755]
trunk/package/base-files/files/bin/ipcalc.sh [new file with mode: 0755]
trunk/package/base-files/files/bin/login.sh [new file with mode: 0755]
trunk/package/base-files/files/etc/banner [new file with mode: 0644]
trunk/package/base-files/files/etc/banner.failsafe [new file with mode: 0644]
trunk/package/base-files/files/etc/config/network [new file with mode: 0644]
trunk/package/base-files/files/etc/config/system [new file with mode: 0644]
trunk/package/base-files/files/etc/device_info [new file with mode: 0644]
trunk/package/base-files/files/etc/diag.sh [new file with mode: 0644]
trunk/package/base-files/files/etc/group [new file with mode: 0644]
trunk/package/base-files/files/etc/hosts [new file with mode: 0644]
trunk/package/base-files/files/etc/hotplug.d/net/00-sysctl [new file with mode: 0644]
trunk/package/base-files/files/etc/init.d/boot [new file with mode: 0755]
trunk/package/base-files/files/etc/init.d/done [new file with mode: 0755]
trunk/package/base-files/files/etc/init.d/led [new file with mode: 0755]
trunk/package/base-files/files/etc/init.d/sysctl [new file with mode: 0755]
trunk/package/base-files/files/etc/init.d/sysfixtime [new file with mode: 0755]
trunk/package/base-files/files/etc/init.d/system [new file with mode: 0755]
trunk/package/base-files/files/etc/init.d/umount [new file with mode: 0755]
trunk/package/base-files/files/etc/inittab [new file with mode: 0644]
trunk/package/base-files/files/etc/librecmc_release [new file with mode: 0644]
trunk/package/base-files/files/etc/librecmc_version [new file with mode: 0644]
trunk/package/base-files/files/etc/passwd [new file with mode: 0644]
trunk/package/base-files/files/etc/preinit [new file with mode: 0755]
trunk/package/base-files/files/etc/profile [new file with mode: 0644]
trunk/package/base-files/files/etc/protocols [new file with mode: 0644]
trunk/package/base-files/files/etc/rc.button/failsafe [new file with mode: 0755]
trunk/package/base-files/files/etc/rc.button/power [new file with mode: 0755]
trunk/package/base-files/files/etc/rc.button/reset [new file with mode: 0755]
trunk/package/base-files/files/etc/rc.button/rfkill [new file with mode: 0755]
trunk/package/base-files/files/etc/rc.common [new file with mode: 0755]
trunk/package/base-files/files/etc/rc.local [new file with mode: 0644]
trunk/package/base-files/files/etc/services [new file with mode: 0644]
trunk/package/base-files/files/etc/shadow [new file with mode: 0644]
trunk/package/base-files/files/etc/shells [new file with mode: 0644]
trunk/package/base-files/files/etc/sysctl.conf [new file with mode: 0644]
trunk/package/base-files/files/etc/sysupgrade.conf [new file with mode: 0644]
trunk/package/base-files/files/etc/uci-defaults/10_migrate-shadow [new file with mode: 0644]
trunk/package/base-files/files/etc/uci-defaults/11_migrate-sysctl [new file with mode: 0644]
trunk/package/base-files/files/etc/uci-defaults/12_network-generate-ula [new file with mode: 0644]
trunk/package/base-files/files/lib/functions.sh [new file with mode: 0755]
trunk/package/base-files/files/lib/functions/leds.sh [new file with mode: 0644]
trunk/package/base-files/files/lib/functions/network.sh [new file with mode: 0644]
trunk/package/base-files/files/lib/functions/preinit.sh [new file with mode: 0644]
trunk/package/base-files/files/lib/functions/service.sh [new file with mode: 0644]
trunk/package/base-files/files/lib/functions/system.sh [new file with mode: 0644]
trunk/package/base-files/files/lib/functions/uci-defaults-new.sh [new file with mode: 0755]
trunk/package/base-files/files/lib/functions/uci-defaults.sh [new file with mode: 0644]
trunk/package/base-files/files/lib/preinit/02_default_set_state [new file with mode: 0644]
trunk/package/base-files/files/lib/preinit/10_indicate_failsafe [new file with mode: 0644]
trunk/package/base-files/files/lib/preinit/10_indicate_preinit [new file with mode: 0644]
trunk/package/base-files/files/lib/preinit/30_failsafe_wait [new file with mode: 0644]
trunk/package/base-files/files/lib/preinit/40_run_failsafe_hook [new file with mode: 0644]
trunk/package/base-files/files/lib/preinit/50_indicate_regular_preinit [new file with mode: 0644]
trunk/package/base-files/files/lib/preinit/70_initramfs_test [new file with mode: 0644]
trunk/package/base-files/files/lib/preinit/80_mount_root [new file with mode: 0644]
trunk/package/base-files/files/lib/preinit/99_10_failsafe_login [new file with mode: 0644]
trunk/package/base-files/files/lib/preinit/99_10_run_init [new file with mode: 0644]
trunk/package/base-files/files/lib/upgrade/common.sh [new file with mode: 0644]
trunk/package/base-files/files/lib/upgrade/keep.d/base-files-essential [new file with mode: 0644]
trunk/package/base-files/files/rom/note [new file with mode: 0644]
trunk/package/base-files/files/sbin/firstboot [new file with mode: 0755]
trunk/package/base-files/files/sbin/hotplug-call [new file with mode: 0755]
trunk/package/base-files/files/sbin/led.sh [new file with mode: 0755]
trunk/package/base-files/files/sbin/sysupgrade [new file with mode: 0755]
trunk/package/base-files/files/sbin/wifi [new file with mode: 0755]
trunk/package/base-files/image-config.in [new file with mode: 0644]
trunk/package/boot/grub2/Makefile [new file with mode: 0644]
trunk/package/boot/grub2/patches/100-grub_setup_root.patch [new file with mode: 0644]
trunk/package/boot/grub2/patches/200-fix-gets-removal.patch [new file with mode: 0644]
trunk/package/boot/kexec-tools/Config.in [new file with mode: 0644]
trunk/package/boot/kexec-tools/Makefile [new file with mode: 0644]
trunk/package/boot/kexec-tools/patches/0004-mips_regdefs.patch [new file with mode: 0644]
trunk/package/boot/kexec-tools/patches/100-reduce_size.patch [new file with mode: 0644]
trunk/package/boot/uboot-sunxi/Makefile [new file with mode: 0644]
trunk/package/boot/uboot-sunxi/patches/001-uboot-sunxi-509d96d4f1f602d62d36db660973249e16f9d088.patch [new file with mode: 0644]
trunk/package/boot/uboot-sunxi/patches/002-uboot-jwrdegoede-psci-support.patch [new file with mode: 0644]
trunk/package/boot/uboot-sunxi/patches/003-uboot-fix-gmac-not-working-reliable-on-bananapi.patch [new file with mode: 0644]
trunk/package/boot/uboot-sunxi/uEnv.txt [new file with mode: 0644]
trunk/package/boot/uboot-xburst/Makefile [new file with mode: 0644]
trunk/package/boot/uboot-xburst/patches/0001-qi_lb60-add-nand-spl-support.patch [new file with mode: 0644]
trunk/package/boot/uboot-xburst/patches/0002-qi_lb60-add-software-usbboot-support.patch [new file with mode: 0644]
trunk/package/boot/uboot-xburst/patches/0003-add-mmc-support.patch [new file with mode: 0644]
trunk/package/boot/uboot-xburst/patches/0004-add-more-boot-options-F1-F2-F3-F4-M-S.patch [new file with mode: 0644]
trunk/package/boot/uboot-xburst/patches/0005-add-nanonote-lcd-support.patch [new file with mode: 0644]
trunk/package/boot/uboot-xburst/patches/0006-enable-silent-console.patch [new file with mode: 0644]
trunk/package/devel/binutils/Makefile [new file with mode: 0644]
trunk/package/devel/diffutils/Makefile [new file with mode: 0644]
trunk/package/devel/gcc/Makefile [new file with mode: 0644]
trunk/package/devel/gcc/README [new file with mode: 0644]
trunk/package/devel/gcc/patches/002-dont-choke-when-building-32bit-on-64bit.patch [new file with mode: 0644]
trunk/package/devel/gcc/patches/003-mpfr-longlong-mips.patch [new file with mode: 0644]
trunk/package/devel/gcc/patches/010-documentation.patch [new file with mode: 0644]
trunk/package/devel/gcc/patches/020-disable-check-for-sys-sdt-h.patch [new file with mode: 0644]
trunk/package/devel/gcc/patches/100-uclibc-conf.patch [new file with mode: 0644]
trunk/package/devel/gcc/patches/200-musl.patch [new file with mode: 0644]
trunk/package/devel/gcc/patches/800-arm_v5te_no_ldrd_strd.patch [new file with mode: 0644]
trunk/package/devel/gcc/patches/810-arm-softfloat-libgcc.patch [new file with mode: 0644]
trunk/package/devel/gcc/patches/820-libgcc_pic.patch [new file with mode: 0644]
trunk/package/devel/gcc/patches/830-arm_unbreak_armv4t.patch [new file with mode: 0644]
trunk/package/devel/gcc/patches/840-armv4_pass_fix-v4bx_to_ld.patch [new file with mode: 0644]
trunk/package/devel/gcc/patches/850-use_shared_libgcc.patch [new file with mode: 0644]
trunk/package/devel/gcc/patches/860-uclibc_use_eh_frame.patch [new file with mode: 0644]
trunk/package/devel/gcc/patches/870-ppc_no_crtsavres.patch [new file with mode: 0644]
trunk/package/devel/gcc/patches/880-no_java_section.patch [new file with mode: 0644]
trunk/package/devel/gcc/patches/900-bad-mips16-crt.patch [new file with mode: 0644]
trunk/package/devel/gcc/patches/910-mbsd_multi.patch [new file with mode: 0644]
trunk/package/devel/gcc/patches/920-specs_nonfatal_getenv.patch [new file with mode: 0644]
trunk/package/devel/gdb/Makefile [new file with mode: 0644]
trunk/package/devel/gdb/patches/001-gdb-pr14523-mips-signal-number.patch [new file with mode: 0644]
trunk/package/devel/gdb/patches/100-musl_fix.patch [new file with mode: 0644]
trunk/package/devel/gdb/patches/101-arm-uclibc-sim-needs-libm.patch [new file with mode: 0644]
trunk/package/devel/oprofile/Makefile [new file with mode: 0644]
trunk/package/devel/oprofile/patches/100-use_insmod_instead_of_modprobe.patch [new file with mode: 0644]
trunk/package/devel/oprofile/patches/110-fix_compile_error.patch [new file with mode: 0644]
trunk/package/devel/patch/Makefile [new file with mode: 0644]
trunk/package/devel/perf/Makefile [new file with mode: 0644]
trunk/package/devel/strace/Makefile [new file with mode: 0644]
trunk/package/devel/strace/patches/100-musl_fix.patch [new file with mode: 0644]
trunk/package/devel/trace-cmd/Makefile [new file with mode: 0644]
trunk/package/devel/trace-cmd/patches/110-mac80211_tracepoint.patch [new file with mode: 0644]
trunk/package/devel/valgrind/Makefile [new file with mode: 0644]
trunk/package/devel/valgrind/files/default.supp [new file with mode: 0644]
trunk/package/devel/valgrind/patches/100-fix_configure_check.patch [new file with mode: 0644]
trunk/package/devel/valgrind/patches/110-add_a_out_h.patch [new file with mode: 0644]
trunk/package/devel/valgrind/patches/200-musl_fix.patch [new file with mode: 0644]
trunk/package/devel/valgrind/src/abort.c [new file with mode: 0644]
trunk/package/kernel/button-hotplug/Makefile [new file with mode: 0644]
trunk/package/kernel/button-hotplug/src/Kconfig [new file with mode: 0644]
trunk/package/kernel/button-hotplug/src/Makefile [new file with mode: 0644]
trunk/package/kernel/button-hotplug/src/button-hotplug.c [new file with mode: 0644]
trunk/package/kernel/gpio-button-hotplug/Makefile [new file with mode: 0644]
trunk/package/kernel/gpio-button-hotplug/src/Makefile [new file with mode: 0644]
trunk/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c [new file with mode: 0644]
trunk/package/kernel/hostap-driver/Makefile [new file with mode: 0644]
trunk/package/kernel/hostap-driver/files/lib/wifi/hostap.sh [new file with mode: 0755]
trunk/package/kernel/hostap-driver/patches/001-fix-txpower.patch [new file with mode: 0644]
trunk/package/kernel/i2c-gpio-custom/Makefile [new file with mode: 0644]
trunk/package/kernel/i2c-gpio-custom/src/Kconfig [new file with mode: 0644]
trunk/package/kernel/i2c-gpio-custom/src/Makefile [new file with mode: 0644]
trunk/package/kernel/i2c-gpio-custom/src/i2c-gpio-custom.c [new file with mode: 0644]
trunk/package/kernel/linux/Makefile [new file with mode: 0644]
trunk/package/kernel/linux/modules/001-depends.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/block.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/can.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/crypto.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/fs.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/hwmon.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/i2c.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/input.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/leds.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/lib.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/netdevices.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/netfilter.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/netsupport.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/nls.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/other.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/pcmcia.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/sound.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/spi.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/usb.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/video.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/virtual.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/w1.mk [new file with mode: 0644]
trunk/package/kernel/linux/modules/wireless.mk [new file with mode: 0644]
trunk/package/kernel/mac80211/Makefile [new file with mode: 0644]
trunk/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh [new file with mode: 0644]
trunk/package/kernel/mac80211/files/lib/wifi/mac80211.sh [new file with mode: 0644]
trunk/package/kernel/mac80211/files/regdb.txt [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/000-fix_kconfig.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/001-fix_build.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/002-change_allconfig.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/003-remove_bogus_modparams.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/010-disable_rfkill.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/020-backports-do-not-add-debugfs_create_devm_seqfile-on-.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/050-lib80211_option.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/070-ath_common_config.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/080-disable_clk_backport.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/100-remove-cryptoapi-dependencies.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/110-mac80211_keep_keys_on_stop_ap.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/120-cfg80211_allow_perm_addr_change.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/150-disable_addr_notifier.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/201-ath5k-WAR-for-AR71xx-PCI-bug.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/300-ath9k-force-rx_clear-when-disabling-rx.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/301-ath9k-limit-retries-for-powersave-response-frames.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/303-ath9k-add-fast-xmit-support.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/304-ath9k-remove-struct-ath_atx_ac.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/305-ath9k-remove-the-sched-field-in-struct-ath_atx_tid.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/306-mac80211-Deinline-rate_control_rate_init-rate_contro.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/307-mac80211-Deinline-drv_sta_state.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/308-ath9k-Fix-NF-CCA-limits-for-AR9287-and-AR9227.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/400-ath_move_debug_code.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/401-ath9k_blink_default.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/402-ath_regd_optional.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/403-world_regd_fixup.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/404-regd_no_assoc_hints.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/405-ath_regd_us.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/406-ath_relax_default_regd.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/411-ath5k_allow_adhoc_and_ap.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/420-ath5k_disable_fast_cc.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/430-add_ath5k_platform.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/431-add_platform_eeprom_support_to_ath5k.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/432-ath5k_add_pciids.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/440-ath5k_channel_bw_debugfs.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/500-ath9k_eeprom_debugfs.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/501-ath9k_ahb_init.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/510-ath9k_intr_mitigation_tweak.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/511-ath9k_reduce_rxbuf.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/513-ath9k_add_pci_ids.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/522-mac80211_configure_antenna_gain.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/530-ath9k_extra_leds.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/531-ath9k_extra_platform_leds.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/540-ath9k_reduce_ani_interval.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/541-ath9k_rx_dma_stop_check.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/543-ath9k_entropy_from_adc.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/544-ath9k-ar933x-usb-hang-workaround.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/545-ath9k_ani_ws_detect.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/patches/700-mwl8k-missing-pci-id-for-WNR854T.patch [new file with mode: 0644]
trunk/package/kernel/mac80211/scripts/import-backports.sh [new file with mode: 0755]
trunk/package/kernel/mmc_over_gpio/Makefile [new file with mode: 0644]
trunk/package/kernel/mmc_over_gpio/files/mmc_over_gpio.config [new file with mode: 0644]
trunk/package/kernel/mmc_over_gpio/files/mmc_over_gpio.init [new file with mode: 0644]
trunk/package/kernel/om-watchdog/Makefile [new file with mode: 0644]
trunk/package/kernel/om-watchdog/files/om-watchdog [new file with mode: 0644]
trunk/package/kernel/om-watchdog/files/om-watchdog.init [new file with mode: 0644]
trunk/package/kernel/rotary-gpio-custom/Makefile [new file with mode: 0644]
trunk/package/kernel/rotary-gpio-custom/src/Kconfig [new file with mode: 0644]
trunk/package/kernel/rotary-gpio-custom/src/Makefile [new file with mode: 0644]
trunk/package/kernel/rotary-gpio-custom/src/rotary-gpio-custom.c [new file with mode: 0644]
trunk/package/kernel/rtc-rv5c386a/Makefile [new file with mode: 0644]
trunk/package/kernel/rtc-rv5c386a/src/Makefile [new file with mode: 0644]
trunk/package/kernel/rtc-rv5c386a/src/rtc.c [new file with mode: 0644]
trunk/package/kernel/spi-gpio-custom/Makefile [new file with mode: 0644]
trunk/package/kernel/spi-gpio-custom/src/Kconfig [new file with mode: 0644]
trunk/package/kernel/spi-gpio-custom/src/Makefile [new file with mode: 0644]
trunk/package/kernel/spi-gpio-custom/src/spi-gpio-custom.c [new file with mode: 0644]
trunk/package/kernel/spi-ks8995/Makefile [new file with mode: 0644]
trunk/package/kernel/spi-ks8995/src/Kconfig [new file with mode: 0644]
trunk/package/kernel/spi-ks8995/src/Makefile [new file with mode: 0644]
trunk/package/kernel/spi-ks8995/src/spi_ks8995.c [new file with mode: 0644]
trunk/package/kernel/trelay/Makefile [new file with mode: 0644]
trunk/package/kernel/trelay/files/trelay.config [new file with mode: 0644]
trunk/package/kernel/trelay/files/trelay.hotplug [new file with mode: 0644]
trunk/package/kernel/trelay/files/trelay.init [new file with mode: 0644]
trunk/package/kernel/trelay/src/Makefile [new file with mode: 0644]
trunk/package/kernel/trelay/src/trelay.c [new file with mode: 0644]
trunk/package/kernel/w1-gpio-custom/Makefile [new file with mode: 0644]
trunk/package/kernel/w1-gpio-custom/src/Kconfig [new file with mode: 0644]
trunk/package/kernel/w1-gpio-custom/src/Makefile [new file with mode: 0644]
trunk/package/kernel/w1-gpio-custom/src/w1-gpio-custom.c [new file with mode: 0644]
trunk/package/lang/dkjson/Makefile [new file with mode: 0644]
trunk/package/lang/erlang/Makefile [new file with mode: 0644]
trunk/package/lang/erlang/patches/101-emulator_includes.patch [new file with mode: 0644]
trunk/package/lang/erlang/patches/103-disable_emacs.patch [new file with mode: 0644]
trunk/package/lang/lua-bencode/Makefile [new file with mode: 0644]
trunk/package/lang/lua-mosquitto/Makefile [new file with mode: 0644]
trunk/package/lang/lua-penlight/Makefile [new file with mode: 0644]
trunk/package/lang/lua-sha2/Makefile [new file with mode: 0644]
trunk/package/lang/lua-sha2/patches/001-makefile.patch [new file with mode: 0644]
trunk/package/lang/luabitop/Makefile [new file with mode: 0644]
trunk/package/lang/luaexpat/Makefile [new file with mode: 0644]
trunk/package/lang/luaexpat/files/compat-5.1r5/compat-5.1.c [new file with mode: 0644]
trunk/package/lang/luaexpat/files/compat-5.1r5/compat-5.1.h [new file with mode: 0644]
trunk/package/lang/luaexpat/files/compat-5.1r5/compat-5.1.lua [new file with mode: 0644]
trunk/package/lang/luafilesystem/Makefile [new file with mode: 0644]
trunk/package/lang/luai2c/Makefile [new file with mode: 0755]
trunk/package/lang/lualanes/Makefile [new file with mode: 0644]
trunk/package/lang/luaposix/Makefile [new file with mode: 0644]
trunk/package/lang/luaposix/patches/100-eglibc-compat.patch [new file with mode: 0644]
trunk/package/lang/luaposix/patches/101-disable-curses.patch [new file with mode: 0644]
trunk/package/lang/luasec/Makefile [new file with mode: 0644]
trunk/package/lang/luasoap/Makefile [new file with mode: 0644]
trunk/package/lang/luasocket/Makefile [new file with mode: 0644]
trunk/package/lang/luasocket/patches/0001-Add-interface-support.patch [new file with mode: 0644]
trunk/package/lang/luasql/Makefile [new file with mode: 0644]
trunk/package/lang/micropython-lib/Makefile [new file with mode: 0644]
trunk/package/lang/micropython/Makefile [new file with mode: 0644]
trunk/package/lang/perl-compress-bzip2/Makefile [new file with mode: 0644]
trunk/package/lang/perl-dbi/Makefile [new file with mode: 0644]
trunk/package/lang/perl-html-parser/Makefile [new file with mode: 0644]
trunk/package/lang/perl-html-tagset/Makefile [new file with mode: 0644]
trunk/package/lang/perl-html-tree/Makefile [new file with mode: 0644]
trunk/package/lang/perl-lockfile-simple/Makefile [new file with mode: 0644]
trunk/package/lang/perl-net-telnet/Makefile [new file with mode: 0644]
trunk/package/lang/perl-test-harness/Makefile [new file with mode: 0644]
trunk/package/lang/perl-uri/Makefile [new file with mode: 0644]
trunk/package/lang/perl-www-curl/Makefile [new file with mode: 0644]
trunk/package/lang/perl-www-curl/patches/100-perl-www-curl_disable_curl-config_hack.patch [new file with mode: 0644]
trunk/package/lang/perl-www-curl/patches/200-fix_default_lflags.patch [new file with mode: 0644]
trunk/package/lang/perl-www-mechanize/Makefile [new file with mode: 0644]
trunk/package/lang/perl-www/Makefile [new file with mode: 0644]
trunk/package/lang/perl-www/patches/010-lwp-https-call-verify-hostname-when-avail.patch [new file with mode: 0644]
trunk/package/lang/perl-www/patches/020-lwp-https-verify-hostnames-by-default.patch [new file with mode: 0644]
trunk/package/lang/perl/Config.in [new file with mode: 0644]
trunk/package/lang/perl/Makefile [new file with mode: 0644]
trunk/package/lang/perl/files/config.sh-arm.in [new file with mode: 0644]
trunk/package/lang/perl/files/config.sh-armeb.in [new file with mode: 0644]
trunk/package/lang/perl/files/config.sh-avr32.in [new file with mode: 0644]
trunk/package/lang/perl/files/config.sh-i486.in [new file with mode: 0644]
trunk/package/lang/perl/files/config.sh-mips.in [new file with mode: 0644]
trunk/package/lang/perl/files/config.sh-mipsel.in [new file with mode: 0644]
trunk/package/lang/perl/files/config.sh-powerpc.in [new file with mode: 0644]
trunk/package/lang/perl/files/config.sh-x86_64.in [new file with mode: 0644]
trunk/package/lang/perl/files/perl-run_tests.sh [new file with mode: 0755]
trunk/package/lang/perl/patches/101-fix-cross-compile-endianness-detection.patch [new file with mode: 0644]
trunk/package/lang/perl/patches/200-host-libc-dir-moved-debian+derivatives.patch [new file with mode: 0644]
trunk/package/lang/perl/patches/300-always_use_miniperl.patch [new file with mode: 0644]
trunk/package/lang/perl/patches/400-add_microperl_caretx_dependency.patch [new file with mode: 0644]
trunk/package/lang/perl/patches/500-add-relink-hack.patch [new file with mode: 0644]
trunk/package/lang/perl/perlbase.mk [new file with mode: 0644]
trunk/package/lang/perl/perlmod.mk [new file with mode: 0644]
trunk/package/lang/php5/Makefile [new file with mode: 0644]
trunk/package/lang/php5/files/php.ini [new file with mode: 0644]
trunk/package/lang/php5/files/php5-fastcgi.config [new file with mode: 0644]
trunk/package/lang/php5/files/php5-fastcgi.init [new file with mode: 0644]
trunk/package/lang/php5/patches/090-restore-sqlite2.patch [new file with mode: 0644]
trunk/package/lang/php5/patches/091-fix-sqlite2.patch [new file with mode: 0644]
trunk/package/lang/php5/patches/101-fix_membar_producer_link_error_gcc3x.patch [new file with mode: 0644]
trunk/package/lang/php5/patches/102-debian_patches_use_embedded_timezonedb.patch [new file with mode: 0644]
trunk/package/lang/php5/patches/103-debian_patches_use_embedded_timezonedb.patch [new file with mode: 0644]
trunk/package/lang/php5/patches/950-Fix-dl-cross-compiling-issue.patch [new file with mode: 0644]
trunk/package/lang/php5/pecl.mk [new file with mode: 0644]
trunk/package/lang/python-dns/Makefile [new file with mode: 0644]
trunk/package/lang/python-imglib/Makefile [new file with mode: 0644]
trunk/package/lang/python-imglib/patches/010-cross-compile.patch [new file with mode: 0644]
trunk/package/lang/python-imglib/patches/020-freetype-header-include.patch [new file with mode: 0644]
trunk/package/lang/python-mysql/Makefile [new file with mode: 0644]
trunk/package/lang/python-mysql/patches/010-threadsafe.patch [new file with mode: 0644]
trunk/package/lang/python-pip/Makefile [new file with mode: 0644]
trunk/package/lang/python-setuptools/Makefile [new file with mode: 0644]
trunk/package/lang/python/Makefile [new file with mode: 0644]
trunk/package/lang/python/files/config.site [new file with mode: 0644]
trunk/package/lang/python/files/python-package.mk [new file with mode: 0644]
trunk/package/lang/python/patches/110-enable-zlib.patch [new file with mode: 0644]
trunk/package/lang/python/patches/120-do-not-add-include-dirs-when-cross-compiling.patch [new file with mode: 0644]
trunk/package/lang/python/patches/130-do-not-run-distutils-tests.patch [new file with mode: 0644]
trunk/package/lang/python/patches/140-do-not-write-bytes-codes.patch [new file with mode: 0644]
trunk/package/lang/python3/Makefile [new file with mode: 0644]
trunk/package/lang/python3/files/config.site [new file with mode: 0644]
trunk/package/lang/python3/files/python3-package.mk [new file with mode: 0644]
trunk/package/lang/python3/patches/110-enable-zlib.patch [new file with mode: 0644]
trunk/package/lang/python3/patches/120-do-not-add-include-dirs-when-cross-compiling.patch [new file with mode: 0644]
trunk/package/lang/python3/patches/130-do-not-run-distutils-tests.patch [new file with mode: 0644]
trunk/package/lang/python3/patches/140-do-not-write-bytes-codes.patch [new file with mode: 0644]
trunk/package/lang/ruby/Makefile [new file with mode: 0644]
trunk/package/lang/ruby/files/ruby [new file with mode: 0644]
trunk/package/lang/ruby/patches/001-rdoc-remove_gems_dep.patch [new file with mode: 0644]
trunk/package/lang/ruby/patches/002-minitest-remove_gems_dep.patch [new file with mode: 0644]
trunk/package/lang/ruby/patches/003-digest_rmd160_wrong_name_fix.patch [new file with mode: 0644]
trunk/package/lang/ruby/patches/004-digest_dont-link-ssl-if-not-needed.patch [new file with mode: 0644]
trunk/package/lang/ruby/ruby_find_pkgsdeps [new file with mode: 0644]
trunk/package/lang/ruby/ruby_missingfiles [new file with mode: 0644]
trunk/package/lang/simplejson/Makefile [new file with mode: 0644]
trunk/package/lang/vala/Makefile [new file with mode: 0644]
trunk/package/libs/cyassl/Makefile [new file with mode: 0644]
trunk/package/libs/cyassl/patches/100-respect_cflags.patch [new file with mode: 0644]
trunk/package/libs/cyassl/patches/200-SSL_accept-handle-hello-garbage.patch [new file with mode: 0644]
trunk/package/libs/gettext-full/Makefile [new file with mode: 0644]
trunk/package/libs/gettext-full/patches/001-autotools.patch [new file with mode: 0644]
trunk/package/libs/gettext-full/patches/001-no_examples_and_tests.patch [new file with mode: 0644]
trunk/package/libs/gettext-full/patches/003-gettext-error_print_progname.patch [new file with mode: 0644]
trunk/package/libs/gettext-full/patches/100-error_progname.patch [new file with mode: 0644]
trunk/package/libs/gettext-full/patches/110-error_progname_def.patch [new file with mode: 0644]
trunk/package/libs/gettext-full/patches/120-uclibc-nolocale.patch [new file with mode: 0644]
trunk/package/libs/gettext-full/patches/150-disable_libxml_iconv.patch [new file with mode: 0644]
trunk/package/libs/gettext/Makefile [new file with mode: 0644]
trunk/package/libs/gettext/src/LICENSE [new file with mode: 0644]
trunk/package/libs/gettext/src/include/libintl.h [new file with mode: 0644]
trunk/package/libs/gettext/src/m4/codeset.m4 [new file with mode: 0644]
trunk/package/libs/gettext/src/m4/gettext.m4 [new file with mode: 0644]
trunk/package/libs/gettext/src/m4/intl.m4 [new file with mode: 0644]
trunk/package/libs/gettext/src/m4/intldir.m4 [new file with mode: 0644]
trunk/package/libs/gettext/src/m4/intlmacosx.m4 [new file with mode: 0644]
trunk/package/libs/gettext/src/m4/lcmessage.m4 [new file with mode: 0644]
trunk/package/libs/gettext/src/m4/nls.m4 [new file with mode: 0644]
trunk/package/libs/gettext/src/m4/po.m4 [new file with mode: 0644]
trunk/package/libs/glib2/Makefile [new file with mode: 0644]
trunk/package/libs/gmp/Makefile [new file with mode: 0644]
trunk/package/libs/libbsd/Makefile [new file with mode: 0644]
trunk/package/libs/libbsd/patches/001-aarch64_support.patch [new file with mode: 0644]
trunk/package/libs/libconfig/Makefile [new file with mode: 0644]
trunk/package/libs/libevent2/Makefile [new file with mode: 0644]
trunk/package/libs/libffi/Makefile [new file with mode: 0644]
trunk/package/libs/libiconv-full/Makefile [new file with mode: 0644]
trunk/package/libs/libiconv-full/patches/100-strip_charsets.patch [new file with mode: 0644]
trunk/package/libs/libiconv-full/patches/101-autotools.patch [new file with mode: 0644]
trunk/package/libs/libiconv-full/patches/103-configure_ac_fix.patch [new file with mode: 0644]
trunk/package/libs/libiconv-full/patches/200-work-with-libtool2.patch [new file with mode: 0644]
trunk/package/libs/libiconv/COPYING [new file with mode: 0644]
trunk/package/libs/libiconv/COPYRIGHT [new file with mode: 0644]
trunk/package/libs/libiconv/Makefile [new file with mode: 0644]
trunk/package/libs/libiconv/src/LICENSE [new file with mode: 0644]
trunk/package/libs/libiconv/src/iconv.c [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/iso-8859-10.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/iso-8859-13.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/iso-8859-14.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/iso-8859-16.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/iso-8859-2.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/iso-8859-3.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/iso-8859-4.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/iso-8859-5.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/iso-8859-6.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/iso-8859-7.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/iso-8859-8.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/iso-8859-9.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/koi8-r.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/windows-1250.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/windows-1251.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/windows-1252.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/windows-1253.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/windows-1254.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/windows-1255.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/windows-1256.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/windows-1257.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/windows-1258.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/charmaps/windows-874.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/include/iconv.h [new file with mode: 0644]
trunk/package/libs/libiconv/src/m4/iconv.m4 [new file with mode: 0644]
trunk/package/libs/libjson-c/Makefile [new file with mode: 0644]
trunk/package/libs/libmnl/Makefile [new file with mode: 0644]
trunk/package/libs/libmnl/patches/100-upstream-fixes.patch [new file with mode: 0644]
trunk/package/libs/libnetfilter-conntrack/Makefile [new file with mode: 0644]
trunk/package/libs/libnetfilter-log/Makefile [new file with mode: 0644]
trunk/package/libs/libnetfilter-log/patches/0001-build-remove-unnecessary-pkgconfig-config.status-dep.patch [new file with mode: 0644]
trunk/package/libs/libnetfilter-log/patches/0002-build-remove-unused-lines-in-Makefile.am.patch [new file with mode: 0644]
trunk/package/libs/libnetfilter-log/patches/0003-build-resolve-automake-1.12-warnings.patch [new file with mode: 0644]
trunk/package/libs/libnetfilter-log/patches/0004-Add-include-needed-for-integer-type-definition.patch [new file with mode: 0644]
trunk/package/libs/libnetfilter-log/patches/0005-configure-uclinux-is-also-linux.patch [new file with mode: 0644]
trunk/package/libs/libnetfilter-log/patches/0006-configure-add-without-ipulog-option-to-disable-libip.patch [new file with mode: 0644]
trunk/package/libs/libnfnetlink/Makefile [new file with mode: 0644]
trunk/package/libs/libnfnetlink/patches/100-missing_include.patch [new file with mode: 0644]
trunk/package/libs/libnftnl/Makefile [new file with mode: 0644]
trunk/package/libs/libnl-tiny/Makefile [new file with mode: 0644]
trunk/package/libs/libnl-tiny/files/libnl-tiny.pc [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/Makefile [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/attr.c [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/cache.c [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/cache_mngt.c [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/error.c [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/genl.c [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/genl_ctrl.c [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/genl_family.c [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/genl_mngt.c [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/handlers.c [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/linux/gen_stats.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/linux/genetlink.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/linux/if.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/linux/if_addr.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/linux/netlink.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink-generic.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink-local.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink-types.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/addr.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/attr.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/cache-api.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/cache.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/data.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/errno.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/genl/ctrl.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/genl/family.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/genl/genl.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/genl/mngt.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/handlers.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/list.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/msg.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/netlink-compat.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/netlink-kernel.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/netlink.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/object-api.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/object.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/socket.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/types.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/utils.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/netlink/version.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/include/unl.h [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/msg.c [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/nl.c [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/object.c [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/socket.c [new file with mode: 0644]
trunk/package/libs/libnl-tiny/src/unl.c [new file with mode: 0644]
trunk/package/libs/libnl/Makefile [new file with mode: 0644]
trunk/package/libs/libpcap/Config.in [new file with mode: 0644]
trunk/package/libs/libpcap/Makefile [new file with mode: 0644]
trunk/package/libs/libpcap/patches/100-debian_shared_lib.patch [new file with mode: 0644]
trunk/package/libs/libpcap/patches/102-makefile_disable_manpages.patch [new file with mode: 0644]
trunk/package/libs/libpcap/patches/103-makefile_flex_workaround.patch [new file with mode: 0644]
trunk/package/libs/libpcap/patches/201-space_optimization.patch [new file with mode: 0644]
trunk/package/libs/libpcap/patches/202-protocol_api.patch [new file with mode: 0644]
trunk/package/libs/libpcap/patches/203-undef_iw_mode_monitor.patch [new file with mode: 0644]
trunk/package/libs/libreadline/Makefile [new file with mode: 0644]
trunk/package/libs/libroxml/Makefile [new file with mode: 0644]
trunk/package/libs/librpc/Makefile [new file with mode: 0644]
trunk/package/libs/librpc/patches/100-compat_fix.patch [new file with mode: 0644]
trunk/package/libs/librpc/patches/110-musl_fixes.patch [new file with mode: 0644]
trunk/package/libs/libtool/Makefile [new file with mode: 0644]
trunk/package/libs/libubox/Makefile [new file with mode: 0644]
trunk/package/libs/libusb-compat/Makefile [new file with mode: 0644]
trunk/package/libs/libusb/Makefile [new file with mode: 0644]
trunk/package/libs/libusb/patches/001-timerfd.patch [new file with mode: 0644]
trunk/package/libs/lzo/Makefile [new file with mode: 0644]
trunk/package/libs/ncurses/Makefile [new file with mode: 0644]
trunk/package/libs/ncurses/patches/100-ncurses-5.6-20080112-urxvt.patch [new file with mode: 0644]
trunk/package/libs/ncurses/patches/101-ncurses-5.6-20080628-kbs.patch [new file with mode: 0644]
trunk/package/libs/ncurses/patches/200-fix_missing_include.patch [new file with mode: 0644]
trunk/package/libs/ncurses/patches/500-cross.patch [new file with mode: 0644]
trunk/package/libs/ncurses/patches/900-terminfo.patch [new file with mode: 0644]
trunk/package/libs/nettle/Config.in [new file with mode: 0644]
trunk/package/libs/nettle/Makefile [new file with mode: 0644]
trunk/package/libs/nettle/patches/0001-Updated-mini-gmp.patch [new file with mode: 0644]
trunk/package/libs/nettle/patches/0002-Added-option-to-use-mini-gmp-in-hogweed.patch [new file with mode: 0644]
trunk/package/libs/nettle/patches/0003-Include-local-macros-in-nettle.m4-to-allow-regenerat.patch [new file with mode: 0644]
trunk/package/libs/nettle/patches/0004-Added-auto-generated-nettle-config.h.patch [new file with mode: 0644]
trunk/package/libs/nettle/patches/0005-allow-der-iterator-to-be-used-with-mini-gmp.patch [new file with mode: 0644]
trunk/package/libs/ocf-crypto-headers/Makefile [new file with mode: 0644]
trunk/package/libs/ocf-crypto-headers/src/cryptodev.h [new file with mode: 0644]
trunk/package/libs/openssl/Config.in [new file with mode: 0644]
trunk/package/libs/openssl/Makefile [new file with mode: 0644]
trunk/package/libs/openssl/patches/110-optimize-for-size.patch [new file with mode: 0644]
trunk/package/libs/openssl/patches/130-perl-path.patch [new file with mode: 0644]
trunk/package/libs/openssl/patches/140-makefile-dirs.patch [new file with mode: 0644]
trunk/package/libs/openssl/patches/150-no_engines.patch [new file with mode: 0644]
trunk/package/libs/openssl/patches/160-disable_doc_tests.patch [new file with mode: 0644]
trunk/package/libs/openssl/patches/170-bash_path.patch [new file with mode: 0644]
trunk/package/libs/openssl/patches/180-fix_link_segfault.patch [new file with mode: 0644]
trunk/package/libs/openssl/patches/190-remove_timestamp_check.patch [new file with mode: 0644]
trunk/package/libs/openssl/patches/200-parallel_build.patch [new file with mode: 0644]
trunk/package/libs/polarssl/Makefile [new file with mode: 0644]
trunk/package/libs/polarssl/patches/100-disable_sslv3.patch [new file with mode: 0644]
trunk/package/libs/polarssl/patches/200-reduce_config.patch [new file with mode: 0644]
trunk/package/libs/popt/Makefile [new file with mode: 0644]
trunk/package/libs/popt/patches/002-no-intl.patch [new file with mode: 0644]
trunk/package/libs/sysfsutils/Makefile [new file with mode: 0644]
trunk/package/libs/sysfsutils/patches/200-mnt_path_check.patch [new file with mode: 0644]
trunk/package/libs/toolchain/Makefile [new file with mode: 0644]
trunk/package/libs/toolchain/eglibc-files/etc/nsswitch.conf [new file with mode: 0644]
trunk/package/libs/uclibc++/Makefile [new file with mode: 0644]
trunk/package/libs/uclibc++/files/config.default [new file with mode: 0644]
trunk/package/libs/uclibc++/patches/002-path_to_bash.patch [new file with mode: 0644]
trunk/package/libs/uclibc++/patches/006-eabi_fix.patch [new file with mode: 0644]
trunk/package/libs/uclient/Makefile [new file with mode: 0644]
trunk/package/libs/ustream-ssl/Makefile [new file with mode: 0644]
trunk/package/libs/zlib/Makefile [new file with mode: 0644]
trunk/package/luci/CONTRIBUTING.md [new file with mode: 0644]
trunk/package/luci/INSTALL [new file with mode: 0644]
trunk/package/luci/LICENSE [new file with mode: 0644]
trunk/package/luci/Makefile [new file with mode: 0644]
trunk/package/luci/NOTICE [new file with mode: 0644]
trunk/package/luci/README.md [new file with mode: 0644]
trunk/package/luci/THANKYOU [new file with mode: 0644]
trunk/package/luci/applications/freifunk-community/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-ahcp/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-ahcp/luasrc/controller/ahcp.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-ahcp/luasrc/model/cbi/ahcp.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-ahcp/luasrc/view/admin_status/index/ahcp.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-ahcp/luasrc/view/ahcp_status.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-ahcp/root/etc/uci-defaults/luci-ahcp [new file with mode: 0755]
trunk/package/luci/applications/luci-asterisk/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/applications/luci-asterisk/luasrc/asterisk.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/asterisk/cc_idd.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/controller/asterisk.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk-dialplans.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk-iax-connections.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk-meetme.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-app.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-cdr.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-chan.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-codec.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-format.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-func.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-pbx.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-res-feature.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-res.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk-sip-connections.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk-voice.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk/dialplan_out.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk/dialplans.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk/dialzones.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk/meetme.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk/meetme_settings.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk/phone_sip.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk/phones.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk/trunk_sip.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk/trunks.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk/voicemail.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/model/cbi/asterisk/voicemail_settings.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/view/asterisk/cbi/cell.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/view/asterisk/dialplans.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/luasrc/view/asterisk/dialzones.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/root/etc/config/asterisk [new file with mode: 0644]
trunk/package/luci/applications/luci-asterisk/root/etc/uci-defaults/luci-asterisk [new file with mode: 0755]
trunk/package/luci/applications/luci-commands/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-commands/luasrc/controller/commands.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-commands/luasrc/model/cbi/commands.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-commands/luasrc/view/commands.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-coovachilli/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-coovachilli/luasrc/controller/coovachilli.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-coovachilli/luasrc/model/cbi/coovachilli.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-coovachilli/luasrc/model/cbi/coovachilli_auth.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-coovachilli/luasrc/model/cbi/coovachilli_network.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-coovachilli/luasrc/model/cbi/coovachilli_radius.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-coovachilli/root/etc/config/coovachilli [new file with mode: 0644]
trunk/package/luci/applications/luci-ddns/CHANGELOG [new file with mode: 0644]
trunk/package/luci/applications/luci-ddns/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-ddns/ipkg/postinst [new file with mode: 0644]
trunk/package/luci/applications/luci-ddns/ipkg/postinst-pkg [new file with mode: 0644]
trunk/package/luci/applications/luci-ddns/luasrc/controller/ddns.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-ddns/luasrc/model/cbi/ddns/detail.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-ddns/luasrc/model/cbi/ddns/hints.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-ddns/luasrc/model/cbi/ddns/overview.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-ddns/luasrc/tools/ddns.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-ddns/luasrc/view/admin_status/index/ddns.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-ddns/luasrc/view/ddns/detail_logview.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-ddns/luasrc/view/ddns/detail_lvalue.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-ddns/luasrc/view/ddns/detail_value.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-ddns/luasrc/view/ddns/overview_doubleline.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-ddns/luasrc/view/ddns/overview_enabled.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-ddns/luasrc/view/ddns/overview_startstop.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-ddns/luasrc/view/ddns/overview_status.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-ddns/luasrc/view/ddns/system_status.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-ddns/root/etc/uci-defaults/luci-ddns [new file with mode: 0755]
trunk/package/luci/applications/luci-diag-core/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-diag-core/luasrc/controller/luci_diag.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-diag-core/luasrc/view/diag/index.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-diag-core/luasrc/view/diag/network_config_index.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-diag-devinfo/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-diag-devinfo/luasrc/controller/luci_diag/devinfo_common.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-diag-devinfo/luasrc/controller/luci_diag/luci_diag_devinfo.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-diag-devinfo/luasrc/controller/luci_diag/netdiscover_common.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-diag-devinfo/luasrc/controller/luci_diag/smap_common.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-diag-devinfo/luasrc/model/cbi/luci_diag/mactodevinfo.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-diag-devinfo/luasrc/model/cbi/luci_diag/netdiscover_devinfo.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-diag-devinfo/luasrc/model/cbi/luci_diag/netdiscover_devinfo_config.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-diag-devinfo/luasrc/model/cbi/luci_diag/netdiscover_devinfo_config_mini.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-diag-devinfo/luasrc/model/cbi/luci_diag/netdiscover_devinfo_mini.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-diag-devinfo/luasrc/model/cbi/luci_diag/smap_devinfo.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-diag-devinfo/luasrc/model/cbi/luci_diag/smap_devinfo_config.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-diag-devinfo/luasrc/model/cbi/luci_diag/smap_devinfo_config_mini.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-diag-devinfo/luasrc/model/cbi/luci_diag/smap_devinfo_mini.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-diag-devinfo/luasrc/view/diag/smapsection.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-diag-devinfo/luasrc/view/diag/smapvalue.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-diag-devinfo/root/etc/config/luci_devinfo [new file with mode: 0644]
trunk/package/luci/applications/luci-dump1090/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-dump1090/luasrc/controller/dump1090.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-dump1090/luasrc/model/cbi/dump1090.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-dump1090/root/etc/uci-defaults/luci-dump1090 [new file with mode: 0644]
trunk/package/luci/applications/luci-firewall/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-firewall/luasrc/controller/firewall.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-firewall/luasrc/model/cbi/firewall/custom.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-firewall/luasrc/model/cbi/firewall/forward-details.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-firewall/luasrc/model/cbi/firewall/forwards.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-firewall/luasrc/model/cbi/firewall/rule-details.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-firewall/luasrc/model/cbi/firewall/rules.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-firewall/luasrc/model/cbi/firewall/zone-details.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-firewall/luasrc/model/cbi/firewall/zones.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-firewall/luasrc/tools/firewall.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-firewall/luasrc/view/firewall/cbi_addforward.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-firewall/luasrc/view/firewall/cbi_addrule.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-firewall/luasrc/view/firewall/cbi_addsnat.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-diagnostics/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-diagnostics/ipkg/postinst [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-diagnostics/luasrc/controller/freifunk/diag.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-diagnostics/luasrc/view/freifunk/diagnostics.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-diagnostics/root/etc/uci-defaults/luci-freifunk-diagnostics [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-policyrouting/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-policyrouting/luasrc/controller/freifunk/policy-routing.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-policyrouting/luasrc/model/cbi/freifunk/policyrouting.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-widgets/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-widgets/luasrc/controller/freifunk/widgets.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/heightwidth.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/html.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/iframe.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/rssfeed.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/search.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/widget.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/widgets_overview.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-widgets/luasrc/view/freifunk/widgets/clear/main.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-widgets/luasrc/view/freifunk/widgets/html/main.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-widgets/luasrc/view/freifunk/widgets/iframe/main.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-widgets/luasrc/view/freifunk/widgets/rssfeed/main.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-widgets/luasrc/view/freifunk/widgets/search/main.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-widgets/root/etc/config/freifunk-widgets [new file with mode: 0644]
trunk/package/luci/applications/luci-freifunk-widgets/root/lib/upgrade/keep.d/freifunk-widgets [new file with mode: 0644]
trunk/package/luci/applications/luci-hd-idle/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-hd-idle/ipkg/postinst [new file with mode: 0644]
trunk/package/luci/applications/luci-hd-idle/luasrc/controller/hd_idle.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-hd-idle/luasrc/model/cbi/hd_idle.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-hd-idle/root/etc/uci-defaults/luci-hd_idle [new file with mode: 0755]
trunk/package/luci/applications/luci-ltqtapi/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-ltqtapi/luasrc/controller/ltqtapi.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-ltqtapi/luasrc/model/cbi/luci_ltqtapi/contact.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-ltqtapi/luasrc/view/admin_status/index/telephony.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-ltqtapi/luasrc/view/telephony_status.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-meshwizard/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-meshwizard/ipkg/postinst [new file with mode: 0644]
trunk/package/luci/applications/luci-meshwizard/luasrc/controller/meshwizard.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-meshwizard/root/etc/uci-defaults/meshwizard [new file with mode: 0644]
trunk/package/luci/applications/luci-minidlna/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-minidlna/luasrc/controller/minidlna.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-minidlna/luasrc/model/cbi/minidlna.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-minidlna/luasrc/view/admin_status/index/minidlna.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-minidlna/luasrc/view/minidlna_status.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-minidlna/root/etc/uci-defaults/luci-minidlna [new file with mode: 0755]
trunk/package/luci/applications/luci-mmc-over-gpio/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-mmc-over-gpio/ipkg/postinst [new file with mode: 0644]
trunk/package/luci/applications/luci-mmc-over-gpio/luasrc/controller/mmc_over_gpio.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-mmc-over-gpio/luasrc/model/cbi/mmc_over_gpio.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-mmc-over-gpio/root/etc/uci-defaults/luci-mmc-over-gpio [new file with mode: 0755]
trunk/package/luci/applications/luci-multiwan/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-multiwan/luasrc/controller/multiwan.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-multiwan/luasrc/model/cbi/multiwan/multiwan.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-multiwan/luasrc/model/cbi/multiwan/multiwanmini.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-multiwan/luasrc/view/admin_status/index/multiwan.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-multiwan/luasrc/view/multiwan_status.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-ntpc/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-ntpc/luasrc/controller/ntpc.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-ntpc/luasrc/model/cbi/ntpc/ntpc.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-ocserv/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-ocserv/luasrc/controller/ocserv.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-ocserv/luasrc/model/cbi/ocserv/main.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-ocserv/luasrc/model/cbi/ocserv/user-config.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-ocserv/luasrc/model/cbi/ocserv/users.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-ocserv/luasrc/view/admin_status/index/ocserv.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-ocserv/luasrc/view/ocserv_status.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr-services/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr-services/luasrc/controller/services.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr-services/luasrc/view/freifunk-services/services.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr-viz/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr-viz/htdocs/cgi-bin/olsr-viz.sh [new file with mode: 0755]
trunk/package/luci/applications/luci-olsr-viz/htdocs/cgi-bin/vizdata.sh [new file with mode: 0755]
trunk/package/luci/applications/luci-olsr-viz/htdocs/luci-static/resources/olsr-viz.js [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr-viz/htdocs/luci-static/resources/olsr-viz/dot_down.gif [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr-viz/htdocs/luci-static/resources/olsr-viz/dot_good.gif [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr-viz/htdocs/luci-static/resources/olsr-viz/dot_ok.gif [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr-viz/htdocs/luci-static/resources/olsr-viz/dot_weak.gif [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr-viz/htdocs/luci-static/resources/olsr-viz/node-hna-mini.gif [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr-viz/htdocs/luci-static/resources/olsr-viz/node-mini.gif [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr-viz/luasrc/controller/olsr-viz.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr-viz/luasrc/view/olsr-viz/olsr-viz.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/htdocs/cgi-bin-nodes.html [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/htdocs/cgi-bin-status.html [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/applications/luci-olsr/luasrc/controller/olsr.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/controller/olsr4.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/controller/olsr6.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/model/cbi/olsr/olsrd.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/model/cbi/olsr/olsrd6.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/model/cbi/olsr/olsrdhna.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/model/cbi/olsr/olsrdiface.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/tools/olsr.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/view/status-olsr/common_js.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/view/status-olsr/error_olsr.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/view/status-olsr/hna.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/view/status-olsr/interfaces.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/view/status-olsr/legend.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/view/status-olsr/mid.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/view/status-olsr/neighbors.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/view/status-olsr/overview.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/view/status-olsr/routes.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/view/status-olsr/smartgw.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/luasrc/view/status-olsr/topology.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/root/etc/config/luci_olsr [new file with mode: 0644]
trunk/package/luci/applications/luci-olsr/root/etc/uci-defaults/luci-olsr [new file with mode: 0755]
trunk/package/luci/applications/luci-openvpn/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-openvpn/luasrc/controller/openvpn.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-openvpn/luasrc/model/cbi/openvpn-advanced.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-openvpn/luasrc/model/cbi/openvpn-basic.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-openvpn/luasrc/model/cbi/openvpn.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-openvpn/root/etc/config/openvpn_recipes [new file with mode: 0644]
trunk/package/luci/applications/luci-p2pblock/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-p2pblock/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/applications/luci-p2pblock/luasrc/controller/ff_p2pblock.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-p2pblock/luasrc/model/cbi/luci_fw/p2pblock.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-p2pblock/root/etc/uci-defaults/luci-p2pblock [new file with mode: 0755]
trunk/package/luci/applications/luci-p910nd/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-p910nd/ipkg/postinst [new file with mode: 0644]
trunk/package/luci/applications/luci-p910nd/luasrc/controller/p910nd.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-p910nd/luasrc/model/cbi/p910nd.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-p910nd/root/etc/uci-defaults/luci-p910nd [new file with mode: 0755]
trunk/package/luci/applications/luci-pbx-voicemail/COPYING [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx-voicemail/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx-voicemail/luasrc/controller/pbx-voicemail.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx-voicemail/luasrc/model/cbi/pbx-voicemail.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx-voicemail/root/etc/config/pbx-voicemail [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx-voicemail/root/etc/pbx-voicemail/pbx-move-greeting [new file with mode: 0755]
trunk/package/luci/applications/luci-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-account-auth.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-account-default.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-account.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-defaults.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx-voicemail/root/etc/pbx-voicemail/pbx-send-voicemail [new file with mode: 0755]
trunk/package/luci/applications/luci-pbx/COPYING [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/CREDITS-SOUNDS [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/LICENSE-SOUNDS [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/luasrc/controller/pbx.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/luasrc/model/cbi/pbx-advanced.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/luasrc/model/cbi/pbx-calls.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/luasrc/model/cbi/pbx-google.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/luasrc/model/cbi/pbx-users.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/luasrc/model/cbi/pbx-voip.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/luasrc/model/cbi/pbx.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/config/pbx [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/config/pbx-advanced [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/config/pbx-calls [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/config/pbx-google [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/config/pbx-users [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/config/pbx-voip [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/init.d/pbx-asterisk [new file with mode: 0755]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/asterisk.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/delayedcallback [new file with mode: 0755]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_blacklist.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_blacklist_footer.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_blacklist_header.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_callback-check.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_callback-check_footer.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_callback-check_header.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_callback_gtalk.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_callback_header.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_callback_sip.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_default.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_default_user.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_disa-check.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_disa-check_footer.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_disa-check_header.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_disa-nopin.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_disa.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_disa_header.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_incoming_context_gtalk.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_incoming_context_gtalk_header.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_incoming_context_sip.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_outgoing_dial_local_user.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_outgoing_gtalk.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_outgoing_pattern_gtalk.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_outgoing_pattern_sip.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_outgoing_sip.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_user_context_footer.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_user_context_header.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_voicemail_disabled.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/extensions_voicemail_enabled.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/gtalk.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/indications.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/jabber.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/jabber_users.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/logger.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/manager.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/modules.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/rtp.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/sip.conf.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/sip_peer.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/sip_registration.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/sip_user.TEMPLATE [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/sounds/agent-alreadyon.gsm [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/sounds/agent-incorrect.gsm [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/sounds/agent-pass.gsm [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/sounds/auth-incorrect.gsm [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/sounds/auth-thankyou.gsm [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/sounds/beep.gsm [new file with mode: 0644]
trunk/package/luci/applications/luci-pbx/root/etc/pbx-asterisk/sounds/vm-goodbye.gsm [new file with mode: 0644]
trunk/package/luci/applications/luci-polipo/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-polipo/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/applications/luci-polipo/luasrc/controller/polipo.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-polipo/luasrc/model/cbi/polipo.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-polipo/luasrc/view/polipo_status.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-polipo/root/etc/uci-defaults/luci-polipo [new file with mode: 0755]
trunk/package/luci/applications/luci-polipo/root/usr/sbin/polipo_purge [new file with mode: 0755]
trunk/package/luci/applications/luci-qos/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-qos/luasrc/controller/qos.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-qos/luasrc/model/cbi/qos/qos.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-radvd/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-radvd/ipkg/postinst [new file with mode: 0644]
trunk/package/luci/applications/luci-radvd/luasrc/controller/radvd.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-radvd/luasrc/model/cbi/radvd.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-radvd/luasrc/model/cbi/radvd/dnssl.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-radvd/luasrc/model/cbi/radvd/interface.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-radvd/luasrc/model/cbi/radvd/prefix.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-radvd/luasrc/model/cbi/radvd/rdnss.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-radvd/luasrc/model/cbi/radvd/route.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-radvd/root/etc/uci-defaults/luci-radvd [new file with mode: 0755]
trunk/package/luci/applications/luci-samba/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-samba/luasrc/controller/samba.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-samba/luasrc/model/cbi/samba.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-shairplay/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-shairplay/luasrc/controller/shairplay.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-shairplay/luasrc/model/cbi/shairplay.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-shairplay/root/etc/uci-defaults/luci-shairplay [new file with mode: 0644]
trunk/package/luci/applications/luci-shairport/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-shairport/luasrc/controller/shairport.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-shairport/luasrc/model/cbi/shairport.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-shairport/root/etc/uci-defaults/luci-shairport [new file with mode: 0644]
trunk/package/luci/applications/luci-siitwizard/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-siitwizard/luasrc/controller/siitwizard.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-siitwizard/luasrc/model/cbi/siitwizard.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-siitwizard/root/etc/config/siit [new file with mode: 0644]
trunk/package/luci/applications/luci-splash/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-splash/README [new file with mode: 0644]
trunk/package/luci/applications/luci-splash/htdocs/cgi-bin/splash/splash.sh [new file with mode: 0755]
trunk/package/luci/applications/luci-splash/htdocs/luci/splash/index.html [new file with mode: 0644]
trunk/package/luci/applications/luci-splash/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/applications/luci-splash/luasrc/controller/splash/splash.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-splash/luasrc/model/cbi/splash/splash.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-splash/luasrc/model/cbi/splash/splashtext.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-splash/luasrc/view/admin_status/splash.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-splash/luasrc/view/splash/blocked.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-splash/luasrc/view/splash/splash.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-splash/luasrc/view/splash_splash/index.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-splash/luasrc/view/splash_splash/splash.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-splash/root/etc/config/luci_splash [new file with mode: 0644]
trunk/package/luci/applications/luci-splash/root/etc/config/luci_splash_leases [new file with mode: 0644]
trunk/package/luci/applications/luci-splash/root/etc/hotplug.d/iface/25-splash [new file with mode: 0644]
trunk/package/luci/applications/luci-splash/root/etc/init.d/luci_splash [new file with mode: 0755]
trunk/package/luci/applications/luci-splash/root/usr/sbin/luci-splash [new file with mode: 0755]
trunk/package/luci/applications/luci-statistics/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/collectd.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/cpu.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/csv.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/df.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/disk.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/dns.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/email.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/exec.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/interface.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/iptables.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/irq.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/load.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/memory.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/netlink.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/network.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/nut.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/ping.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/processes.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/model/cbi/luci_statistics/uptime.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/datatree.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/i18n.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/rrdtool.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/rrdtool/colors.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/df.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/disk.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/dns.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/interface.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/irq.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/load.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/memory.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/nut.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/ping.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/processes.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/view/admin_statistics/index.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/luasrc/view/public_statistics/graph.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/root/etc/config/luci_statistics [new file with mode: 0644]
trunk/package/luci/applications/luci-statistics/root/etc/init.d/luci_statistics [new file with mode: 0755]
trunk/package/luci/applications/luci-statistics/root/etc/uci-defaults/luci-statistics [new file with mode: 0755]
trunk/package/luci/applications/luci-statistics/root/usr/bin/stat-genconfig [new file with mode: 0755]
trunk/package/luci/applications/luci-tinyproxy/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-tinyproxy/luasrc/controller/tinyproxy.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-tinyproxy/luasrc/model/cbi/tinyproxy.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-tinyproxy/luasrc/view/tinyproxy_status.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-transmission/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-transmission/luasrc/controller/transmission.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-transmission/luasrc/model/cbi/transmission.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-transmission/root/etc/uci-defaults/luci-transmission [new file with mode: 0644]
trunk/package/luci/applications/luci-udpxy/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-udpxy/luasrc/controller/udpxy.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-udpxy/luasrc/model/cbi/udpxy.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-udpxy/root/etc/uci-defaults/luci-udpxy [new file with mode: 0644]
trunk/package/luci/applications/luci-upnp/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-upnp/luasrc/controller/upnp.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-upnp/luasrc/view/admin_status/index/upnp.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-upnp/luasrc/view/upnp_status.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-upnp/root/etc/uci-defaults/luci-upnp [new file with mode: 0755]
trunk/package/luci/applications/luci-ushare/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-ushare/ipkg/postinst [new file with mode: 0644]
trunk/package/luci/applications/luci-ushare/luasrc/controller/ushare.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-ushare/luasrc/model/cbi/ushare.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-ushare/root/etc/uci-defaults/luci-ushare [new file with mode: 0755]
trunk/package/luci/applications/luci-vnstat/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-vnstat/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/applications/luci-vnstat/luasrc/controller/vnstat.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-vnstat/luasrc/model/cbi/vnstat.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-vnstat/luasrc/view/vnstat.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-vnstat/root/etc/uci-defaults/luci-vnstat [new file with mode: 0755]
trunk/package/luci/applications/luci-voice-core/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-voice-core/luasrc/controller/luci_voice.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-voice-core/luasrc/view/luci_voice/index.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-voice-core/luasrc/view/luci_voice/phone_index.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-voice-diag/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-voice-diag/luasrc/controller/luci_voice/luci_voice_diag.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-voice-diag/luasrc/view/luci_voice/diag_index.htm [new file with mode: 0644]
trunk/package/luci/applications/luci-watchcat/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-watchcat/ipkg/postinst [new file with mode: 0644]
trunk/package/luci/applications/luci-watchcat/luasrc/controller/watchcat.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-watchcat/luasrc/model/cbi/watchcat/watchcat.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-watchcat/root/etc/uci-defaults/luci-watchcat [new file with mode: 0644]
trunk/package/luci/applications/luci-wol/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-wol/luasrc/controller/wol.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-wol/luasrc/model/cbi/wol.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-wshaper/Makefile [new file with mode: 0644]
trunk/package/luci/applications/luci-wshaper/ipkg/postinst [new file with mode: 0644]
trunk/package/luci/applications/luci-wshaper/luasrc/controller/wshaper.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-wshaper/luasrc/model/cbi/wshaper.lua [new file with mode: 0644]
trunk/package/luci/applications/luci-wshaper/root/etc/uci-defaults/wshaper [new file with mode: 0644]
trunk/package/luci/applications/myapplication/Makefile [new file with mode: 0644]
trunk/package/luci/build/config.mk [new file with mode: 0644]
trunk/package/luci/build/gccconfig.mk [new file with mode: 0644]
trunk/package/luci/build/hostenv.sh [new file with mode: 0755]
trunk/package/luci/build/i18n-init.sh [new file with mode: 0755]
trunk/package/luci/build/i18n-po2lua.pl [new file with mode: 0755]
trunk/package/luci/build/i18n-scan.pl [new file with mode: 0755]
trunk/package/luci/build/i18n-sync.sh [new file with mode: 0755]
trunk/package/luci/build/i18n-update.pl [new file with mode: 0755]
trunk/package/luci/build/luci.cgi [new file with mode: 0755]
trunk/package/luci/build/lucid.lua [new file with mode: 0644]
trunk/package/luci/build/makedocs.sh [new file with mode: 0755]
trunk/package/luci/build/mkbasepot.sh [new file with mode: 0755]
trunk/package/luci/build/mkrevision.sh [new file with mode: 0755]
trunk/package/luci/build/mkversion.sh [new file with mode: 0755]
trunk/package/luci/build/module.mk [new file with mode: 0644]
trunk/package/luci/build/setup.lua [new file with mode: 0644]
trunk/package/luci/build/zoneinfo2lua.pl [new file with mode: 0755]
trunk/package/luci/contrib/fwd/Makefile [new file with mode: 0644]
trunk/package/luci/contrib/fwd/src/Makefile [new file with mode: 0644]
trunk/package/luci/contrib/fwd/src/fwd.c [new file with mode: 0644]
trunk/package/luci/contrib/fwd/src/fwd.h [new file with mode: 0644]
trunk/package/luci/contrib/fwd/src/fwd_addr.c [new file with mode: 0644]
trunk/package/luci/contrib/fwd/src/fwd_addr.h [new file with mode: 0644]
trunk/package/luci/contrib/fwd/src/fwd_config.c [new file with mode: 0644]
trunk/package/luci/contrib/fwd/src/fwd_config.h [new file with mode: 0644]
trunk/package/luci/contrib/fwd/src/fwd_ipc.c [new file with mode: 0644]
trunk/package/luci/contrib/fwd/src/fwd_ipc.h [new file with mode: 0644]
trunk/package/luci/contrib/fwd/src/fwd_rules.c [new file with mode: 0644]
trunk/package/luci/contrib/fwd/src/fwd_rules.h [new file with mode: 0644]
trunk/package/luci/contrib/fwd/src/fwd_utils.c [new file with mode: 0644]
trunk/package/luci/contrib/fwd/src/fwd_utils.h [new file with mode: 0644]
trunk/package/luci/contrib/fwd/src/fwd_xtables.c [new file with mode: 0644]
trunk/package/luci/contrib/fwd/src/fwd_xtables.h [new file with mode: 0644]
trunk/package/luci/contrib/fwd/src/ucix.c [new file with mode: 0644]
trunk/package/luci/contrib/fwd/src/ucix.h [new file with mode: 0644]
trunk/package/luci/contrib/lar/Makefile [new file with mode: 0644]
trunk/package/luci/contrib/lar/cli.c [new file with mode: 0644]
trunk/package/luci/contrib/lar/lar.c [new file with mode: 0644]
trunk/package/luci/contrib/lar/lar.h [new file with mode: 0644]
trunk/package/luci/contrib/lar/lar.pl [new file with mode: 0755]
trunk/package/luci/contrib/lar/larlib.c [new file with mode: 0644]
trunk/package/luci/contrib/lar/md5.c [new file with mode: 0644]
trunk/package/luci/contrib/lar/md5.h [new file with mode: 0644]
trunk/package/luci/contrib/lar/openwrt/050-lar-source-loader.patch [new file with mode: 0644]
trunk/package/luci/contrib/luadoc/Makefile [new file with mode: 0644]
trunk/package/luci/contrib/luadoc/hostfiles/bin/luadoc [new file with mode: 0755]
trunk/package/luci/contrib/luadoc/lua/luadoc/config.lua [new file with mode: 0644]
trunk/package/luci/contrib/luadoc/lua/luadoc/doclet/debug.lua [new file with mode: 0644]
trunk/package/luci/contrib/luadoc/lua/luadoc/doclet/formatter.lua [new file with mode: 0644]
trunk/package/luci/contrib/luadoc/lua/luadoc/doclet/html.lua [new file with mode: 0644]
trunk/package/luci/contrib/luadoc/lua/luadoc/doclet/html/constant.lp [new file with mode: 0644]
trunk/package/luci/contrib/luadoc/lua/luadoc/doclet/html/file.lp [new file with mode: 0644]
trunk/package/luci/contrib/luadoc/lua/luadoc/doclet/html/function.lp [new file with mode: 0644]
trunk/package/luci/contrib/luadoc/lua/luadoc/doclet/html/index.lp [new file with mode: 0644]
trunk/package/luci/contrib/luadoc/lua/luadoc/doclet/html/luadoc.css [new file with mode: 0644]
trunk/package/luci/contrib/luadoc/lua/luadoc/doclet/html/menu.lp [new file with mode: 0644]
trunk/package/luci/contrib/luadoc/lua/luadoc/doclet/html/module.lp [new file with mode: 0644]
trunk/package/luci/contrib/luadoc/lua/luadoc/doclet/html/table.lp [new file with mode: 0644]
trunk/package/luci/contrib/luadoc/lua/luadoc/doclet/raw.lua [new file with mode: 0644]
trunk/package/luci/contrib/luadoc/lua/luadoc/init.lua [new file with mode: 0644]
trunk/package/luci/contrib/luadoc/lua/luadoc/lp.lua [new file with mode: 0644]
trunk/package/luci/contrib/luadoc/lua/luadoc/taglet/standard.lua [new file with mode: 0644]
trunk/package/luci/contrib/luadoc/lua/luadoc/taglet/standard/tags.lua [new file with mode: 0644]
trunk/package/luci/contrib/luadoc/lua/luadoc/util.lua [new file with mode: 0644]
trunk/package/luci/contrib/luasrcdiet/Makefile [new file with mode: 0644]
trunk/package/luci/contrib/luasrcdiet/lua/COPYRIGHT [new file with mode: 0644]
trunk/package/luci/contrib/luasrcdiet/lua/LuaSrcDiet.lua [new file with mode: 0755]
trunk/package/luci/contrib/luasrcdiet/lua/llex.lua [new file with mode: 0644]
trunk/package/luci/contrib/luasrcdiet/lua/lparser.lua [new file with mode: 0644]
trunk/package/luci/contrib/luasrcdiet/lua/optlex.lua [new file with mode: 0644]
trunk/package/luci/contrib/luasrcdiet/lua/optparser.lua [new file with mode: 0644]
trunk/package/luci/contrib/package/Makefile [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/Makefile [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_Freifunk [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_aachen [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_altmark [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_arig_arad [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_arig_neot_semadar [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_arig_tel-aviv [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_augsburg [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_bayreuth [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_bensheim [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_bergischesland [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_berlin [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_bno [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_carbodebit [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_demo [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_duesseldorf [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_erfurt [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_evernet [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_freiburg [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_gadow [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_guifibages [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_halle [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_hannover [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_heppenheim [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_hooge [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_kiberpipa [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_kyritz [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_l59 [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_leipzig [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_marburg [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_neuss [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_oldenburg [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_openwireless_bern [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_pberg [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_piraten_dresden [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_potsdam [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_reihen [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_rosbach [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_schwarzach [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_seefeld [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_stuttgart [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_vogtland [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_weil [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_weimar [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_weinstadt [new file with mode: 0644]
trunk/package/luci/contrib/package/community-profiles/files/etc/config/profile_wlanljubljana [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-common/Makefile [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-common/files/etc/config/freifunk [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-common/files/etc/init.d/freifunk [new file with mode: 0755]
trunk/package/luci/contrib/package/freifunk-common/files/etc/rc.local.d/01-config-migration [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-common/files/etc/uci-defaults/freifunk [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-common/files/usr/bin/ffdzero [new file with mode: 0755]
trunk/package/luci/contrib/package/freifunk-common/files/usr/bin/neigh.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/freifunk-common/files/usr/bin/watch.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/freifunk-common/files/usr/sbin/ff_olsr_watchdog [new file with mode: 0755]
trunk/package/luci/contrib/package/freifunk-common/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/contrib/package/freifunk-firewall/Makefile [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-firewall/files/etc/firewall.freifunk [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-firewall/files/etc/hotplug.d/firewall/23-restricted-wan [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-gwcheck/Makefile [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-gwcheck/files/etc/config/freifunk-gwcheck [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-gwcheck/files/usr/sbin/ff_olsr_test_gw.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/freifunk-gwcheck/ipkg/postinst [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-gwcheck/ipkg/postrm [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-gwcheck/root/etc/uci-defaults/freifunk-gwcheck [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-mapupdate/Makefile [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-mapupdate/files/etc/config/freifunk-mapupdate [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-mapupdate/files/usr/sbin/ff_mapupdate.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/freifunk-mapupdate/ipkg/postinst [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-mapupdate/ipkg/postrm [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-mapupdate/root/etc/uci-defaults/freifunk-mapupdate [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-p2pblock/Makefile [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-p2pblock/files/freifunk-p2pblock.config [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-p2pblock/files/freifunk-p2pblock.init [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-policyrouting/Makefile [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-policyrouting/files/etc/config/freifunk-policyrouting [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-policyrouting/files/etc/hotplug.d/iface/30-policyrouting [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-policyrouting/files/etc/init.d/freifunk-policyrouting [new file with mode: 0755]
trunk/package/luci/contrib/package/freifunk-policyrouting/files/etc/rc.d/S15-freifunk-policyrouting [new file with mode: 0755]
trunk/package/luci/contrib/package/freifunk-policyrouting/files/etc/uci-defaults/freifunk-policyrouting [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-watchdog/Makefile [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-watchdog/files/freifunk-watchdog.config [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-watchdog/files/freifunk-watchdog.init [new file with mode: 0755]
trunk/package/luci/contrib/package/freifunk-watchdog/src/Makefile [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-watchdog/src/ucix.c [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-watchdog/src/ucix.h [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-watchdog/src/watchdog.c [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-watchdog/src/watchdog.h [new file with mode: 0644]
trunk/package/luci/contrib/package/freifunk-watchdog/src/wireless.22.h [new file with mode: 0644]
trunk/package/luci/contrib/package/luci-addons/Makefile [new file with mode: 0644]
trunk/package/luci/contrib/package/luci/Makefile [new file with mode: 0644]
trunk/package/luci/contrib/package/meshwizard/Makefile [new file with mode: 0644]
trunk/package/luci/contrib/package/meshwizard/files/etc/config/meshwizard [new file with mode: 0644]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/functions.sh [new file with mode: 0644]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/check-range-in-range.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/common.awk [new file with mode: 0644]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/gen_auto-ipv6-dhcpv6-ip.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/gen_bssid.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/gen_dhcp_ip.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/initial_config.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/ipcalc-cidr.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/read_defaults.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/rename-wifi.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/restore_default_config.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_auto-ipv6-interface.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_auto-ipv6.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_dhcp.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_dnsmasq.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_firewall.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_firewall_interface.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_lan_ipv6.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_lan_static.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_network.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd_interface.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_policyrouting.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_qos.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_splash.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_ssh.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_system.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_uhttpd.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wan_dhcp.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wan_static.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_widgets.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi_vap.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/supports_vap.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh [new file with mode: 0755]
trunk/package/luci/contrib/package/remote-update/Makefile [new file with mode: 0644]
trunk/package/luci/contrib/package/remote-update/files/usr/sbin/remote-update [new file with mode: 0755]
trunk/package/luci/contrib/uci/Makefile [new file with mode: 0644]
trunk/package/luci/contrib/uci/hostfiles/bin/uci [new file with mode: 0755]
trunk/package/luci/contrib/uci/hostfiles/etc/config/batmand [new file with mode: 0644]
trunk/package/luci/contrib/uci/hostfiles/etc/config/ddns [new file with mode: 0644]
trunk/package/luci/contrib/uci/hostfiles/etc/config/dhcp [new file with mode: 0644]
trunk/package/luci/contrib/uci/hostfiles/etc/config/dropbear [new file with mode: 0644]
trunk/package/luci/contrib/uci/hostfiles/etc/config/firewall [new file with mode: 0644]
trunk/package/luci/contrib/uci/hostfiles/etc/config/fstab [new file with mode: 0644]
trunk/package/luci/contrib/uci/hostfiles/etc/config/httpd [new file with mode: 0644]
trunk/package/luci/contrib/uci/hostfiles/etc/config/luci_devinfo [new file with mode: 0644]
trunk/package/luci/contrib/uci/hostfiles/etc/config/mactodevinfo [new file with mode: 0644]
trunk/package/luci/contrib/uci/hostfiles/etc/config/network [new file with mode: 0644]
trunk/package/luci/contrib/uci/hostfiles/etc/config/ntpclient [new file with mode: 0644]
trunk/package/luci/contrib/uci/hostfiles/etc/config/qos [new file with mode: 0644]
trunk/package/luci/contrib/uci/hostfiles/etc/config/system [new file with mode: 0644]
trunk/package/luci/contrib/uci/hostfiles/etc/config/upnpd [new file with mode: 0644]
trunk/package/luci/contrib/uci/hostfiles/etc/config/wireless [new file with mode: 0644]
trunk/package/luci/contrib/uhttpd/Makefile [new file with mode: 0644]
trunk/package/luci/contrib/uhttpd/patches/001-pass-env.patch [new file with mode: 0644]
trunk/package/luci/contrib/uhttpd/patches/002-link-order.patch [new file with mode: 0644]
trunk/package/luci/contrib/uhttpd/patches/series [new file with mode: 0644]
trunk/package/luci/i18n/catalan/Makefile [new file with mode: 0644]
trunk/package/luci/i18n/catalan/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/i18n/catalan/root/etc/uci-defaults/luci-i18n-catalan [new file with mode: 0755]
trunk/package/luci/i18n/chinese/Makefile [new file with mode: 0644]
trunk/package/luci/i18n/chinese/ipkg/postinst [new file with mode: 0644]
trunk/package/luci/i18n/chinese/root/etc/uci-defaults/luci-i18n-chinese [new file with mode: 0644]
trunk/package/luci/i18n/english/Makefile [new file with mode: 0644]
trunk/package/luci/i18n/english/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/i18n/english/root/etc/uci-defaults/luci-i18n-english [new file with mode: 0755]
trunk/package/luci/i18n/french/Makefile [new file with mode: 0644]
trunk/package/luci/i18n/french/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/i18n/french/root/etc/uci-defaults/luci-i18n-french [new file with mode: 0755]
trunk/package/luci/i18n/german/Makefile [new file with mode: 0644]
trunk/package/luci/i18n/german/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/i18n/german/root/etc/uci-defaults/luci-i18n-german [new file with mode: 0755]
trunk/package/luci/i18n/greek/Makefile [new file with mode: 0644]
trunk/package/luci/i18n/greek/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/i18n/greek/root/etc/uci-defaults/luci-i18n-greek [new file with mode: 0755]
trunk/package/luci/i18n/hebrew/Makefile [new file with mode: 0644]
trunk/package/luci/i18n/hebrew/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/i18n/hebrew/root/etc/uci-defaults/luci-i18n-hebrew [new file with mode: 0644]
trunk/package/luci/i18n/hungarian/Makefile [new file with mode: 0644]
trunk/package/luci/i18n/hungarian/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/i18n/hungarian/root/etc/uci-defaults/luci-i18n-hungarian [new file with mode: 0755]
trunk/package/luci/i18n/italian/Makefile [new file with mode: 0644]
trunk/package/luci/i18n/italian/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/i18n/italian/root/etc/uci-defaults/luci-i18n-italian [new file with mode: 0755]
trunk/package/luci/i18n/japanese/Makefile [new file with mode: 0644]
trunk/package/luci/i18n/japanese/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/i18n/japanese/root/etc/uci-defaults/luci-i18n-japanese [new file with mode: 0644]
trunk/package/luci/i18n/malay/Makefile [new file with mode: 0644]
trunk/package/luci/i18n/malay/root/etc/uci-defaults/luci-i18n-malay [new file with mode: 0755]
trunk/package/luci/i18n/norwegian/Makefile [new file with mode: 0644]
trunk/package/luci/i18n/norwegian/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/i18n/norwegian/root/etc/uci-defaults/luci-i18n-norwegian [new file with mode: 0644]
trunk/package/luci/i18n/polish/Makefile [new file with mode: 0644]
trunk/package/luci/i18n/polish/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/i18n/polish/root/etc/uci-defaults/luci-i18n-polish [new file with mode: 0755]
trunk/package/luci/i18n/portuguese-brazilian/Makefile [new file with mode: 0644]
trunk/package/luci/i18n/portuguese-brazilian/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/i18n/portuguese-brazilian/root/etc/uci-defaults/luci-i18n-portuguese_brazilian [new file with mode: 0755]
trunk/package/luci/i18n/portuguese/Makefile [new file with mode: 0644]
trunk/package/luci/i18n/portuguese/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/i18n/portuguese/root/etc/uci-defaults/luci-i18n-portuguese [new file with mode: 0755]
trunk/package/luci/i18n/romanian/Makefile [new file with mode: 0644]
trunk/package/luci/i18n/romanian/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/i18n/romanian/root/etc/uci-defaults/luci-i18n-romanian [new file with mode: 0755]
trunk/package/luci/i18n/russian/Makefile [new file with mode: 0644]
trunk/package/luci/i18n/russian/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/i18n/russian/root/etc/uci-defaults/luci-i18n-russian [new file with mode: 0755]
trunk/package/luci/i18n/spanish/Makefile [new file with mode: 0644]
trunk/package/luci/i18n/spanish/root/etc/uci-defaults/luci-i18n-spanish [new file with mode: 0755]
trunk/package/luci/i18n/swedish/Makefile [new file with mode: 0644]
trunk/package/luci/i18n/swedish/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/i18n/swedish/root/etc/uci-defaults/luci-i18n-swedish [new file with mode: 0755]
trunk/package/luci/i18n/ukrainian/Makefile [new file with mode: 0644]
trunk/package/luci/i18n/ukrainian/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/i18n/ukrainian/root/etc/uci-defaults/luci-i18n-ukrainian [new file with mode: 0755]
trunk/package/luci/i18n/vietnamese/Makefile [new file with mode: 0644]
trunk/package/luci/i18n/vietnamese/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/i18n/vietnamese/root/etc/uci-defaults/luci-i18n-vietnamese [new file with mode: 0755]
trunk/package/luci/libs/httpclient/Makefile [new file with mode: 0644]
trunk/package/luci/libs/httpclient/luasrc/httpclient.lua [new file with mode: 0644]
trunk/package/luci/libs/httpclient/luasrc/httpclient/receiver.lua [new file with mode: 0644]
trunk/package/luci/libs/json/Makefile [new file with mode: 0644]
trunk/package/luci/libs/json/luasrc/json.lua [new file with mode: 0644]
trunk/package/luci/libs/luaneightbl/Makefile [new file with mode: 0644]
trunk/package/luci/libs/luaneightbl/src/neightbl.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/LICENSE [new file with mode: 0644]
trunk/package/luci/libs/nixio/Makefile [new file with mode: 0644]
trunk/package/luci/libs/nixio/NOTICE [new file with mode: 0644]
trunk/package/luci/libs/nixio/README [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/Makefile [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/README [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/bindings/Config.in [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/bindings/Makefile [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/bindings/README [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/bindings/csharp/Makefile [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/bindings/csharp/axTLS.cs [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/bindings/generate_SWIG_interface.pl [new file with mode: 0755]
trunk/package/luci/libs/nixio/axTLS/bindings/generate_interface.pl [new file with mode: 0755]
trunk/package/luci/libs/nixio/axTLS/bindings/java/Makefile [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/bindings/java/SSL.java [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/bindings/java/SSLCTX.java [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/bindings/java/SSLClient.java [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/bindings/java/SSLReadHolder.java [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/bindings/java/SSLServer.java [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/bindings/java/SSLUtil.java [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/bindings/lua/Makefile [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/bindings/perl/Makefile [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/bindings/vbnet/Makefile [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/bindings/vbnet/axTLSvb.vb [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/Config.in [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/JMeter.jmx [new file with mode: 0755]
trunk/package/luci/libs/nixio/axTLS/config/Rules.mak [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/axhttpd.aip [new file with mode: 0755]
trunk/package/luci/libs/nixio/axTLS/config/axtls.RES [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/axtls.rc [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/config.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/linuxconfig [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/makefile.conf [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/makefile.dotnet.conf [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/makefile.java.conf [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/makefile.post [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/Kconfig-language.txt [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/Makefile [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/conf.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/confdata.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/expr.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/expr.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/lex.zconf.c_shipped [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/lkc.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/lkc_proto.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/lxdialog/BIG.FAT.WARNING [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/lxdialog/checklist.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/lxdialog/colors.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/lxdialog/dialog.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/lxdialog/inputbox.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/lxdialog/menubox.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/lxdialog/msgbox.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/lxdialog/textbox.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/lxdialog/util.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/lxdialog/yesno.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/mconf.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/menu.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/mkconfigs [new file with mode: 0755]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/symbol.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/util.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/zconf.l [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/zconf.tab.c_shipped [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/zconf.tab.h_shipped [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/scripts/config/zconf.y [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/config/win32config [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/crypto/Makefile [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/crypto/aes.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/crypto/bigint.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/crypto/bigint.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/crypto/bigint_impl.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/crypto/crypto.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/crypto/crypto_misc.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/crypto/hmac.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/crypto/md2.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/crypto/md5.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/crypto/rc4.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/crypto/rsa.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/crypto/sha1.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/docsrc/Makefile [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/docsrc/axTLS.dox [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/docsrc/doco_footer.html [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/docsrc/images/axolotl.jpg [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/docsrc/images/tsbasbw.gif [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/httpd/Config.in [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/httpd/Makefile [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/httpd/axhttp.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/httpd/axhttpd.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/httpd/htpasswd.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/httpd/kepler-1.1-snapshot-20070521-1825.tar.gz [new file with mode: 0755]
trunk/package/luci/libs/nixio/axTLS/httpd/kepler.patch [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/httpd/proc.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/httpd/tdate_parse.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/samples/Config.in [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/samples/Makefile [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/samples/c/Makefile [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/samples/c/axssl.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/samples/csharp/Makefile [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/samples/csharp/axssl.cs [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/samples/java/Makefile [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/samples/java/axssl.java [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/samples/java/manifest.mf [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/samples/lua/Makefile [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/samples/lua/axssl.lua [new file with mode: 0755]
trunk/package/luci/libs/nixio/axTLS/samples/perl/Makefile [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/samples/perl/axssl.pl [new file with mode: 0755]
trunk/package/luci/libs/nixio/axTLS/samples/vbnet/Makefile [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/samples/vbnet/axssl.vb [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/BigIntConfig.in [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/Config.in [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/Makefile [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/asn1.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/cert.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/crypto_misc.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/gen_cert.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/loader.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/openssl.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/os_port.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/os_port.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/p12.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/private_key.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/ssl.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/Makefile [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.ca_key.pem [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.ca_x509.cer [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.ca_x509.pem [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.device_key [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.device_key.pem [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.encrypted.p8 [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.encrypted_pem.p8 [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.key_1024 [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.key_1024.pem [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.key_2048 [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.key_2048.pem [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.key_4096 [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.key_4096.pem [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.key_512 [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.key_512.pem [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.key_aes128.pem [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.key_aes256.pem [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.noname.p12 [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.unencrypted.p8 [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.unencrypted_pem.p8 [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.withCA.p12 [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.withoutCA.p12 [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.x509_1024.cer [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.x509_1024.pem [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.x509_2048.cer [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.x509_2048.pem [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.x509_4096.cer [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.x509_4096.pem [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.x509_512.cer [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.x509_512.pem [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.x509_aes128.pem [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.x509_aes256.pem [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.x509_bad_after.pem [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.x509_bad_before.pem [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.x509_device.cer [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/axTLS.x509_device.pem [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/datatest.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/datatest.c.old [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/deutsche_telecom.x509_ca [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/equifax.x509_ca [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/gnutls.cer [new file with mode: 0755]
trunk/package/luci/libs/nixio/axTLS/ssl/test/header_issue.dat [new file with mode: 0755]
trunk/package/luci/libs/nixio/axTLS/ssl/test/killopenssl.sh [new file with mode: 0755]
trunk/package/luci/libs/nixio/axTLS/ssl/test/make_certs.sh [new file with mode: 0755]
trunk/package/luci/libs/nixio/axTLS/ssl/test/microsoft.x509_ca [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/microsoft.x509_ca.pem [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/ms_iis.cer [new file with mode: 0755]
trunk/package/luci/libs/nixio/axTLS/ssl/test/perf_bigint.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/socgen.cer [new file with mode: 0755]
trunk/package/luci/libs/nixio/axTLS/ssl/test/ssltest.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/ssltest.c.bak [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/test_axssl.sh [new file with mode: 0755]
trunk/package/luci/libs/nixio/axTLS/ssl/test/thawte.x509_ca [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/verisign.x509_ca [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/verisign.x509_ca.pem [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/verisign.x509_my_cert [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/test/verisign.x509_my_cert.pem [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/tls1.c [new file with mode: 0755]
trunk/package/luci/libs/nixio/axTLS/ssl/tls1.h [new file with mode: 0755]
trunk/package/luci/libs/nixio/axTLS/ssl/tls1_clnt.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/tls1_svr.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/version.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/ssl/x509.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/www/favicon.ico [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/www/index.html [new file with mode: 0755]
trunk/package/luci/libs/nixio/axTLS/www/lua/download.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/www/lua/env.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/www/lua/overview.lp [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/www/lua/prepara_sql2.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/www/lua/test_conc.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/www/lua/test_cookies.lp [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/www/lua/test_cookies.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/www/lua/test_err.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/www/lua/test_fs.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/www/lua/test_htk.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/www/lua/test_lib.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/www/lua/test_main.html [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/www/lua/test_main.lp [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/www/lua/test_main.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/www/lua/test_session.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/www/lua/test_sql.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/www/lua/test_sql2.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/www/lua/test_variables.lp [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/www/test_dir/no_http/index.html [new file with mode: 0644]
trunk/package/luci/libs/nixio/axTLS/www/test_dir/no_ssl/index.html [new file with mode: 0644]
trunk/package/luci/libs/nixio/axtls-config/config.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/axtls-root/etc/nixio/rsa_main.der [new file with mode: 0644]
trunk/package/luci/libs/nixio/docsrc/CHANGELOG.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/docsrc/README.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/docsrc/nixio.CryptoHash.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/docsrc/nixio.File.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/docsrc/nixio.Socket.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/docsrc/nixio.TLSContext.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/docsrc/nixio.TLSSocket.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/docsrc/nixio.UnifiedIO.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/docsrc/nixio.bin.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/docsrc/nixio.bit.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/docsrc/nixio.crypto.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/docsrc/nixio.fs.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/docsrc/nixio.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/lua/bit.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/lua/nixio/fs.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/lua/nixio/util.lua [new file with mode: 0644]
trunk/package/luci/libs/nixio/nixio-0.3-1.rockspec [new file with mode: 0644]
trunk/package/luci/libs/nixio/root/lib/upgrade/luci-add-conffiles.sh [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/address.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/axtls-compat.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/axtls-compat.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/binary.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/bind.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/bit.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/cyassl-compat.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/cyassl-compat.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/file.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/fs.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/io.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/mingw-compat.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/mingw-compat.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/nixio-tls.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/nixio.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/nixio.h [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/poll.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/process.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/protoent.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/socket.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/sockopt.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/splice.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/syslog.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/tls-context.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/tls-crypto.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/tls-socket.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/src/user.c [new file with mode: 0644]
trunk/package/luci/libs/nixio/standalone.mk [new file with mode: 0644]
trunk/package/luci/libs/px5g/Makefile [new file with mode: 0644]
trunk/package/luci/libs/px5g/lua/px5g/util.lua [new file with mode: 0644]
trunk/package/luci/libs/px5g/root/usr/sbin/px5g-genkeys [new file with mode: 0755]
trunk/package/luci/libs/px5g/src/library/bignum.c [new file with mode: 0644]
trunk/package/luci/libs/px5g/src/library/havege.c [new file with mode: 0644]
trunk/package/luci/libs/px5g/src/library/rsa.c [new file with mode: 0644]
trunk/package/luci/libs/px5g/src/library/sha1.c [new file with mode: 0644]
trunk/package/luci/libs/px5g/src/library/timing.c [new file with mode: 0644]
trunk/package/luci/libs/px5g/src/library/x509write.c [new file with mode: 0644]
trunk/package/luci/libs/px5g/src/polarssl/bignum.h [new file with mode: 0644]
trunk/package/luci/libs/px5g/src/polarssl/bn_mul.h [new file with mode: 0644]
trunk/package/luci/libs/px5g/src/polarssl/config.h [new file with mode: 0644]
trunk/package/luci/libs/px5g/src/polarssl/havege.h [new file with mode: 0644]
trunk/package/luci/libs/px5g/src/polarssl/rsa.h [new file with mode: 0644]
trunk/package/luci/libs/px5g/src/polarssl/sha1.h [new file with mode: 0644]
trunk/package/luci/libs/px5g/src/polarssl/timing.h [new file with mode: 0644]
trunk/package/luci/libs/px5g/src/polarssl/x509.h [new file with mode: 0644]
trunk/package/luci/libs/px5g/src/px5g.c [new file with mode: 0644]
trunk/package/luci/libs/px5g/src/px5g.h [new file with mode: 0644]
trunk/package/luci/libs/rpcc/Makefile [new file with mode: 0644]
trunk/package/luci/libs/rpcc/luasrc/rpcc.lua [new file with mode: 0644]
trunk/package/luci/libs/rpcc/luasrc/rpcc/ruci.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/Makefile [new file with mode: 0644]
trunk/package/luci/modules/admin-full/htdocs/luci-static/resources/bandwidth.svg [new file with mode: 0644]
trunk/package/luci/modules/admin-full/htdocs/luci-static/resources/connections.svg [new file with mode: 0644]
trunk/package/luci/modules/admin-full/htdocs/luci-static/resources/load.svg [new file with mode: 0644]
trunk/package/luci/modules/admin-full/htdocs/luci-static/resources/wifirate.svg [new file with mode: 0644]
trunk/package/luci/modules/admin-full/htdocs/luci-static/resources/wireless.svg [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/controller/admin/filebrowser.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/controller/admin/index.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/controller/admin/network.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/controller/admin/status.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/controller/admin/system.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/controller/admin/uci.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_network/dhcp.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_network/hosts.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_network/iface_add.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_network/network.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_network/proto_ahcp.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_network/routes.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_network/vlan.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_network/wifi_add.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_status/processes.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_system/admin.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_system/backupfiles.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_system/buttons.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_system/crontab.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_system/fstab.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_system/fstab/mount.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_system/fstab/swap.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_system/ipkg.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_system/leds.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_system/startup.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/model/cbi/admin_system/system.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_network/diagnostics.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_network/iface_overview.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_network/iface_status.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_network/lease_status.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_network/switch_status.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_network/wifi_join.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_network/wifi_overview.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_network/wifi_status.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_status/bandwidth.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_status/connections.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_status/dmesg.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_status/index.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_status/iptables.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_status/load.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_status/routes.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_status/syslog.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_status/wireless.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_system/applyreboot.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_system/backupfiles.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_system/clock_status.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_system/flashops.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_system/ipkg.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_system/packages.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_system/reboot.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_system/upgrade.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_uci/apply.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_uci/changelog.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_uci/changes.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/admin_uci/revert.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/luasrc/view/cbi/wireless_modefreq.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-full/src/luci-bwc.c [new file with mode: 0644]
trunk/package/luci/modules/admin-mini/Makefile [new file with mode: 0644]
trunk/package/luci/modules/admin-mini/luasrc/controller/mini/index.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-mini/luasrc/controller/mini/network.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-mini/luasrc/controller/mini/system.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-mini/luasrc/model/cbi/mini/dhcp.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-mini/luasrc/model/cbi/mini/index.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-mini/luasrc/model/cbi/mini/luci.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-mini/luasrc/model/cbi/mini/network.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-mini/luasrc/model/cbi/mini/passwd.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-mini/luasrc/model/cbi/mini/system.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-mini/luasrc/model/cbi/mini/wifi.lua [new file with mode: 0644]
trunk/package/luci/modules/admin-mini/luasrc/view/mini/applyreboot.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-mini/luasrc/view/mini/backup.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-mini/luasrc/view/mini/index.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-mini/luasrc/view/mini/reboot.htm [new file with mode: 0644]
trunk/package/luci/modules/admin-mini/luasrc/view/mini/upgrade.htm [new file with mode: 0644]
trunk/package/luci/modules/base/Makefile [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/cgi-bin/luci [new file with mode: 0755]
trunk/package/luci/modules/base/htdocs/luci-static/resources/cbi.js [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/cbi/add.gif [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/cbi/apply.gif [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/cbi/arrow.gif [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/cbi/down.gif [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/cbi/download.gif [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/cbi/edit.gif [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/cbi/fieldadd.gif [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/cbi/file.gif [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/cbi/find.gif [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/cbi/folder.gif [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/cbi/help.gif [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/cbi/key.gif [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/cbi/link.gif [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/cbi/reload.gif [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/cbi/remove.gif [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/cbi/reset.gif [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/cbi/save.gif [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/cbi/up.gif [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/cbi/user.gif [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/bridge.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/bridge_disabled.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/encryption.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/encryption_disabled.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/ethernet.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/ethernet_disabled.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/loading.gif [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/port_down.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/port_up.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/signal-0-25.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/signal-0.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/signal-25-50.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/signal-50-75.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/signal-75-100.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/signal-none.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/switch.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/switch_disabled.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/tunnel.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/tunnel_disabled.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/vlan.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/vlan_disabled.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/wifi.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/wifi_big.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/wifi_big_disabled.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/icons/wifi_disabled.png [new file with mode: 0644]
trunk/package/luci/modules/base/htdocs/luci-static/resources/xhr.js [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/cacheloader.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/cbi.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/cbi/datatypes.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/ccache.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/config.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/controller/admin/servicectl.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/debug.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/dispatcher.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/fs.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/http.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/http/protocol.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/http/protocol/conditionals.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/http/protocol/date.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/http/protocol/mime.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/i18n.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/init.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/ip.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/ltn12.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/model/cbi/admin_network/proto_dhcp.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/model/cbi/admin_network/proto_none.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/model/cbi/admin_network/proto_static.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/model/firewall.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/model/ipkg.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/model/network.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/model/uci.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/sauth.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/sgi/cgi.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/sgi/uhttpd.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/store.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/sys.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/sys/iptparser.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/sys/zoneinfo.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/sys/zoneinfo/tzdata.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/sys/zoneinfo/tzoffset.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/template.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/tools/proto.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/tools/status.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/tools/webadmin.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/util.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/version.lua [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/apply_xhr.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/browser.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/button.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/cell_valuefooter.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/cell_valueheader.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/compound.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/delegator.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/dvalue.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/dynlist.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/filebrowser.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/firewall_zoneforwards.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/firewall_zonelist.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/footer.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/full_valuefooter.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/full_valueheader.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/fvalue.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/header.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/lvalue.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/map.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/mvalue.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/network_ifacelist.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/network_netinfo.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/network_netlist.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/nsection.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/nullsection.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/simpleform.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/tabcontainer.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/tabmenu.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/tblsection.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/tsection.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/tvalue.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/ucisection.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/upload.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/value.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/valuefooter.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/cbi/valueheader.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/error404.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/error500.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/footer.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/header.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/indexer.htm [new file with mode: 0644]
trunk/package/luci/modules/base/luasrc/view/sysauth.htm [new file with mode: 0644]
trunk/package/luci/modules/base/root/etc/config/luci [new file with mode: 0644]
trunk/package/luci/modules/base/root/etc/config/ucitrack [new file with mode: 0644]
trunk/package/luci/modules/base/root/sbin/luci-reload [new file with mode: 0755]
trunk/package/luci/modules/base/root/www/index.html [new file with mode: 0644]
trunk/package/luci/modules/base/src/po2lmo.c [new file with mode: 0644]
trunk/package/luci/modules/base/src/template_lmo.c [new file with mode: 0644]
trunk/package/luci/modules/base/src/template_lmo.h [new file with mode: 0644]
trunk/package/luci/modules/base/src/template_lualib.c [new file with mode: 0644]
trunk/package/luci/modules/base/src/template_lualib.h [new file with mode: 0644]
trunk/package/luci/modules/base/src/template_parser.c [new file with mode: 0644]
trunk/package/luci/modules/base/src/template_parser.h [new file with mode: 0644]
trunk/package/luci/modules/base/src/template_utils.c [new file with mode: 0644]
trunk/package/luci/modules/base/src/template_utils.h [new file with mode: 0644]
trunk/package/luci/modules/base/standalone.mk [new file with mode: 0644]
trunk/package/luci/modules/failsafe/Makefile [new file with mode: 0644]
trunk/package/luci/modules/failsafe/luasrc/controller/failsafe/failsafe.lua [new file with mode: 0644]
trunk/package/luci/modules/failsafe/luasrc/view/failsafe/applyreboot.htm [new file with mode: 0644]
trunk/package/luci/modules/failsafe/luasrc/view/failsafe/flashops.htm [new file with mode: 0644]
trunk/package/luci/modules/failsafe/luasrc/view/failsafe/reboot.htm [new file with mode: 0644]
trunk/package/luci/modules/failsafe/luasrc/view/failsafe/upgrade.htm [new file with mode: 0644]
trunk/package/luci/modules/freifunk/Makefile [new file with mode: 0644]
trunk/package/luci/modules/freifunk/htdocs/luci-static/flashing.html [new file with mode: 0644]
trunk/package/luci/modules/freifunk/htdocs/luci-static/resources/OSMLatLon.htm [new file with mode: 0644]
trunk/package/luci/modules/freifunk/htdocs/luci-static/resources/flashing.gif [new file with mode: 0644]
trunk/package/luci/modules/freifunk/htdocs/luci-static/resources/freifunk-map/hna.gif [new file with mode: 0644]
trunk/package/luci/modules/freifunk/htdocs/luci-static/resources/freifunk-map/node.gif [new file with mode: 0644]
trunk/package/luci/modules/freifunk/htdocs/luci-static/resources/osm.js [new file with mode: 0644]
trunk/package/luci/modules/freifunk/luasrc/controller/freifunk/freifunk.lua [new file with mode: 0644]
trunk/package/luci/modules/freifunk/luasrc/controller/freifunk/remote_update.lua [new file with mode: 0644]
trunk/package/luci/modules/freifunk/luasrc/model/cbi/freifunk/basics.lua [new file with mode: 0644]
trunk/package/luci/modules/freifunk/luasrc/model/cbi/freifunk/contact.lua [new file with mode: 0644]
trunk/package/luci/modules/freifunk/luasrc/model/cbi/freifunk/profile.lua [new file with mode: 0644]
trunk/package/luci/modules/freifunk/luasrc/model/cbi/freifunk/profile_expert.lua [new file with mode: 0644]
trunk/package/luci/modules/freifunk/luasrc/model/cbi/freifunk/user_index.lua [new file with mode: 0644]
trunk/package/luci/modules/freifunk/luasrc/view/cbi/osmll_value.htm [new file with mode: 0644]
trunk/package/luci/modules/freifunk/luasrc/view/freifunk-map/frame.htm [new file with mode: 0644]
trunk/package/luci/modules/freifunk/luasrc/view/freifunk-map/map.htm [new file with mode: 0644]
trunk/package/luci/modules/freifunk/luasrc/view/freifunk/adminindex.htm [new file with mode: 0644]
trunk/package/luci/modules/freifunk/luasrc/view/freifunk/contact.htm [new file with mode: 0644]
trunk/package/luci/modules/freifunk/luasrc/view/freifunk/index.htm [new file with mode: 0644]
trunk/package/luci/modules/freifunk/luasrc/view/freifunk/profile_error.htm [new file with mode: 0644]
trunk/package/luci/modules/freifunk/luasrc/view/freifunk/public_status.htm [new file with mode: 0644]
trunk/package/luci/modules/freifunk/luasrc/view/freifunk/remote_update.htm [new file with mode: 0644]
trunk/package/luci/modules/rpc/Makefile [new file with mode: 0644]
trunk/package/luci/modules/rpc/luasrc/controller/rpc.lua [new file with mode: 0644]
trunk/package/luci/modules/rpc/luasrc/jsonrpc.lua [new file with mode: 0644]
trunk/package/luci/modules/rpc/luasrc/jsonrpcbind/uci.lua [new file with mode: 0644]
trunk/package/luci/po/ca/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/ca/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/ca/base.po [new file with mode: 0644]
trunk/package/luci/po/ca/commands.po [new file with mode: 0644]
trunk/package/luci/po/ca/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/ca/ddns.po [new file with mode: 0644]
trunk/package/luci/po/ca/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/ca/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/ca/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/ca/firewall.po [new file with mode: 0644]
trunk/package/luci/po/ca/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/ca/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/ca/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/ca/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/ca/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/ca/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/ca/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/ca/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/ca/olsr.po [new file with mode: 0644]
trunk/package/luci/po/ca/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/ca/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/ca/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/ca/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/ca/pbx.po [new file with mode: 0644]
trunk/package/luci/po/ca/polipo.po [new file with mode: 0644]
trunk/package/luci/po/ca/qos.po [new file with mode: 0644]
trunk/package/luci/po/ca/radvd.po [new file with mode: 0644]
trunk/package/luci/po/ca/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/ca/samba.po [new file with mode: 0644]
trunk/package/luci/po/ca/splash.po [new file with mode: 0644]
trunk/package/luci/po/ca/statistics.po [new file with mode: 0644]
trunk/package/luci/po/ca/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/ca/transmission.po [new file with mode: 0644]
trunk/package/luci/po/ca/upnp.po [new file with mode: 0644]
trunk/package/luci/po/ca/ushare.po [new file with mode: 0644]
trunk/package/luci/po/ca/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/ca/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/ca/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/ca/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/ca/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/ca/wol.po [new file with mode: 0644]
trunk/package/luci/po/ca/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/cs/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/cs/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/cs/base.po [new file with mode: 0644]
trunk/package/luci/po/cs/commands.po [new file with mode: 0644]
trunk/package/luci/po/cs/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/cs/ddns.po [new file with mode: 0644]
trunk/package/luci/po/cs/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/cs/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/cs/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/cs/firewall.po [new file with mode: 0644]
trunk/package/luci/po/cs/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/cs/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/cs/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/cs/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/cs/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/cs/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/cs/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/cs/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/cs/olsr.po [new file with mode: 0644]
trunk/package/luci/po/cs/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/cs/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/cs/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/cs/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/cs/pbx.po [new file with mode: 0644]
trunk/package/luci/po/cs/polipo.po [new file with mode: 0644]
trunk/package/luci/po/cs/qos.po [new file with mode: 0644]
trunk/package/luci/po/cs/radvd.po [new file with mode: 0644]
trunk/package/luci/po/cs/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/cs/samba.po [new file with mode: 0644]
trunk/package/luci/po/cs/splash.po [new file with mode: 0644]
trunk/package/luci/po/cs/statistics.po [new file with mode: 0644]
trunk/package/luci/po/cs/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/cs/transmission.po [new file with mode: 0644]
trunk/package/luci/po/cs/upnp.po [new file with mode: 0644]
trunk/package/luci/po/cs/ushare.po [new file with mode: 0644]
trunk/package/luci/po/cs/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/cs/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/cs/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/cs/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/cs/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/cs/wol.po [new file with mode: 0644]
trunk/package/luci/po/cs/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/de/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/de/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/de/base.po [new file with mode: 0644]
trunk/package/luci/po/de/commands.po [new file with mode: 0644]
trunk/package/luci/po/de/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/de/ddns.po [new file with mode: 0644]
trunk/package/luci/po/de/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/de/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/de/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/de/firewall.po [new file with mode: 0644]
trunk/package/luci/po/de/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/de/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/de/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/de/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/de/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/de/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/de/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/de/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/de/olsr.po [new file with mode: 0644]
trunk/package/luci/po/de/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/de/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/de/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/de/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/de/pbx.po [new file with mode: 0644]
trunk/package/luci/po/de/polipo.po [new file with mode: 0644]
trunk/package/luci/po/de/qos.po [new file with mode: 0644]
trunk/package/luci/po/de/radvd.po [new file with mode: 0644]
trunk/package/luci/po/de/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/de/samba.po [new file with mode: 0644]
trunk/package/luci/po/de/splash.po [new file with mode: 0644]
trunk/package/luci/po/de/statistics.po [new file with mode: 0644]
trunk/package/luci/po/de/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/de/transmission.po [new file with mode: 0644]
trunk/package/luci/po/de/upnp.po [new file with mode: 0644]
trunk/package/luci/po/de/ushare.po [new file with mode: 0644]
trunk/package/luci/po/de/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/de/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/de/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/de/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/de/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/de/wol.po [new file with mode: 0644]
trunk/package/luci/po/de/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/el/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/el/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/el/base.po [new file with mode: 0644]
trunk/package/luci/po/el/commands.po [new file with mode: 0644]
trunk/package/luci/po/el/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/el/ddns.po [new file with mode: 0644]
trunk/package/luci/po/el/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/el/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/el/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/el/firewall.po [new file with mode: 0644]
trunk/package/luci/po/el/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/el/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/el/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/el/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/el/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/el/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/el/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/el/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/el/olsr.po [new file with mode: 0644]
trunk/package/luci/po/el/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/el/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/el/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/el/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/el/pbx.po [new file with mode: 0644]
trunk/package/luci/po/el/polipo.po [new file with mode: 0644]
trunk/package/luci/po/el/qos.po [new file with mode: 0644]
trunk/package/luci/po/el/radvd.po [new file with mode: 0644]
trunk/package/luci/po/el/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/el/samba.po [new file with mode: 0644]
trunk/package/luci/po/el/splash.po [new file with mode: 0644]
trunk/package/luci/po/el/statistics.po [new file with mode: 0644]
trunk/package/luci/po/el/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/el/transmission.po [new file with mode: 0644]
trunk/package/luci/po/el/upnp.po [new file with mode: 0644]
trunk/package/luci/po/el/ushare.po [new file with mode: 0644]
trunk/package/luci/po/el/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/el/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/el/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/el/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/el/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/el/wol.po [new file with mode: 0644]
trunk/package/luci/po/el/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/en/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/en/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/en/base.po [new file with mode: 0644]
trunk/package/luci/po/en/commands.po [new file with mode: 0644]
trunk/package/luci/po/en/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/en/ddns.po [new file with mode: 0644]
trunk/package/luci/po/en/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/en/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/en/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/en/firewall.po [new file with mode: 0644]
trunk/package/luci/po/en/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/en/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/en/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/en/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/en/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/en/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/en/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/en/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/en/olsr.po [new file with mode: 0644]
trunk/package/luci/po/en/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/en/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/en/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/en/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/en/pbx.po [new file with mode: 0644]
trunk/package/luci/po/en/polipo.po [new file with mode: 0644]
trunk/package/luci/po/en/qos.po [new file with mode: 0644]
trunk/package/luci/po/en/radvd.po [new file with mode: 0644]
trunk/package/luci/po/en/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/en/samba.po [new file with mode: 0644]
trunk/package/luci/po/en/splash.po [new file with mode: 0644]
trunk/package/luci/po/en/statistics.po [new file with mode: 0644]
trunk/package/luci/po/en/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/en/transmission.po [new file with mode: 0644]
trunk/package/luci/po/en/upnp.po [new file with mode: 0644]
trunk/package/luci/po/en/ushare.po [new file with mode: 0644]
trunk/package/luci/po/en/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/en/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/en/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/en/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/en/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/en/wol.po [new file with mode: 0644]
trunk/package/luci/po/en/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/es/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/es/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/es/base.po [new file with mode: 0644]
trunk/package/luci/po/es/commands.po [new file with mode: 0644]
trunk/package/luci/po/es/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/es/ddns.po [new file with mode: 0644]
trunk/package/luci/po/es/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/es/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/es/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/es/firewall.po [new file with mode: 0644]
trunk/package/luci/po/es/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/es/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/es/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/es/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/es/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/es/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/es/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/es/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/es/olsr.po [new file with mode: 0644]
trunk/package/luci/po/es/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/es/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/es/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/es/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/es/pbx.po [new file with mode: 0644]
trunk/package/luci/po/es/polipo.po [new file with mode: 0644]
trunk/package/luci/po/es/qos.po [new file with mode: 0644]
trunk/package/luci/po/es/radvd.po [new file with mode: 0644]
trunk/package/luci/po/es/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/es/samba.po [new file with mode: 0644]
trunk/package/luci/po/es/splash.po [new file with mode: 0644]
trunk/package/luci/po/es/statistics.po [new file with mode: 0644]
trunk/package/luci/po/es/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/es/transmission.po [new file with mode: 0644]
trunk/package/luci/po/es/upnp.po [new file with mode: 0644]
trunk/package/luci/po/es/ushare.po [new file with mode: 0644]
trunk/package/luci/po/es/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/es/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/es/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/es/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/es/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/es/wol.po [new file with mode: 0644]
trunk/package/luci/po/es/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/fr/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/fr/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/fr/base.po [new file with mode: 0644]
trunk/package/luci/po/fr/commands.po [new file with mode: 0644]
trunk/package/luci/po/fr/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/fr/ddns.po [new file with mode: 0644]
trunk/package/luci/po/fr/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/fr/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/fr/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/fr/firewall.po [new file with mode: 0644]
trunk/package/luci/po/fr/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/fr/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/fr/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/fr/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/fr/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/fr/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/fr/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/fr/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/fr/olsr.po [new file with mode: 0644]
trunk/package/luci/po/fr/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/fr/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/fr/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/fr/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/fr/pbx.po [new file with mode: 0644]
trunk/package/luci/po/fr/polipo.po [new file with mode: 0644]
trunk/package/luci/po/fr/qos.po [new file with mode: 0644]
trunk/package/luci/po/fr/radvd.po [new file with mode: 0644]
trunk/package/luci/po/fr/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/fr/samba.po [new file with mode: 0644]
trunk/package/luci/po/fr/splash.po [new file with mode: 0644]
trunk/package/luci/po/fr/statistics.po [new file with mode: 0644]
trunk/package/luci/po/fr/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/fr/transmission.po [new file with mode: 0644]
trunk/package/luci/po/fr/upnp.po [new file with mode: 0644]
trunk/package/luci/po/fr/ushare.po [new file with mode: 0644]
trunk/package/luci/po/fr/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/fr/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/fr/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/fr/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/fr/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/fr/wol.po [new file with mode: 0644]
trunk/package/luci/po/fr/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/he/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/he/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/he/base.po [new file with mode: 0644]
trunk/package/luci/po/he/commands.po [new file with mode: 0644]
trunk/package/luci/po/he/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/he/ddns.po [new file with mode: 0644]
trunk/package/luci/po/he/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/he/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/he/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/he/firewall.po [new file with mode: 0644]
trunk/package/luci/po/he/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/he/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/he/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/he/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/he/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/he/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/he/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/he/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/he/olsr.po [new file with mode: 0644]
trunk/package/luci/po/he/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/he/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/he/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/he/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/he/pbx.po [new file with mode: 0644]
trunk/package/luci/po/he/polipo.po [new file with mode: 0644]
trunk/package/luci/po/he/qos.po [new file with mode: 0644]
trunk/package/luci/po/he/radvd.po [new file with mode: 0644]
trunk/package/luci/po/he/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/he/samba.po [new file with mode: 0644]
trunk/package/luci/po/he/splash.po [new file with mode: 0644]
trunk/package/luci/po/he/statistics.po [new file with mode: 0644]
trunk/package/luci/po/he/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/he/transmission.po [new file with mode: 0644]
trunk/package/luci/po/he/upnp.po [new file with mode: 0644]
trunk/package/luci/po/he/ushare.po [new file with mode: 0644]
trunk/package/luci/po/he/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/he/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/he/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/he/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/he/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/he/wol.po [new file with mode: 0644]
trunk/package/luci/po/he/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/hu/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/hu/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/hu/base.po [new file with mode: 0644]
trunk/package/luci/po/hu/commands.po [new file with mode: 0644]
trunk/package/luci/po/hu/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/hu/ddns.po [new file with mode: 0644]
trunk/package/luci/po/hu/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/hu/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/hu/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/hu/firewall.po [new file with mode: 0644]
trunk/package/luci/po/hu/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/hu/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/hu/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/hu/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/hu/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/hu/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/hu/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/hu/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/hu/olsr.po [new file with mode: 0644]
trunk/package/luci/po/hu/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/hu/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/hu/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/hu/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/hu/pbx.po [new file with mode: 0644]
trunk/package/luci/po/hu/polipo.po [new file with mode: 0644]
trunk/package/luci/po/hu/qos.po [new file with mode: 0644]
trunk/package/luci/po/hu/radvd.po [new file with mode: 0644]
trunk/package/luci/po/hu/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/hu/samba.po [new file with mode: 0644]
trunk/package/luci/po/hu/splash.po [new file with mode: 0644]
trunk/package/luci/po/hu/statistics.po [new file with mode: 0644]
trunk/package/luci/po/hu/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/hu/transmission.po [new file with mode: 0644]
trunk/package/luci/po/hu/upnp.po [new file with mode: 0644]
trunk/package/luci/po/hu/ushare.po [new file with mode: 0644]
trunk/package/luci/po/hu/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/hu/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/hu/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/hu/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/hu/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/hu/wol.po [new file with mode: 0644]
trunk/package/luci/po/hu/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/it/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/it/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/it/base.po [new file with mode: 0644]
trunk/package/luci/po/it/commands.po [new file with mode: 0644]
trunk/package/luci/po/it/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/it/ddns.po [new file with mode: 0644]
trunk/package/luci/po/it/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/it/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/it/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/it/firewall.po [new file with mode: 0644]
trunk/package/luci/po/it/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/it/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/it/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/it/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/it/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/it/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/it/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/it/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/it/olsr.po [new file with mode: 0644]
trunk/package/luci/po/it/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/it/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/it/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/it/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/it/pbx.po [new file with mode: 0644]
trunk/package/luci/po/it/polipo.po [new file with mode: 0644]
trunk/package/luci/po/it/qos.po [new file with mode: 0644]
trunk/package/luci/po/it/radvd.po [new file with mode: 0644]
trunk/package/luci/po/it/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/it/samba.po [new file with mode: 0644]
trunk/package/luci/po/it/splash.po [new file with mode: 0644]
trunk/package/luci/po/it/statistics.po [new file with mode: 0644]
trunk/package/luci/po/it/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/it/transmission.po [new file with mode: 0644]
trunk/package/luci/po/it/upnp.po [new file with mode: 0644]
trunk/package/luci/po/it/ushare.po [new file with mode: 0644]
trunk/package/luci/po/it/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/it/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/it/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/it/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/it/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/it/wol.po [new file with mode: 0644]
trunk/package/luci/po/it/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/ja/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/ja/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/ja/base.po [new file with mode: 0644]
trunk/package/luci/po/ja/commands.po [new file with mode: 0644]
trunk/package/luci/po/ja/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/ja/ddns.po [new file with mode: 0644]
trunk/package/luci/po/ja/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/ja/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/ja/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/ja/firewall.po [new file with mode: 0644]
trunk/package/luci/po/ja/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/ja/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/ja/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/ja/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/ja/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/ja/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/ja/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/ja/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/ja/olsr.po [new file with mode: 0644]
trunk/package/luci/po/ja/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/ja/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/ja/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/ja/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/ja/pbx.po [new file with mode: 0644]
trunk/package/luci/po/ja/polipo.po [new file with mode: 0644]
trunk/package/luci/po/ja/qos.po [new file with mode: 0644]
trunk/package/luci/po/ja/radvd.po [new file with mode: 0644]
trunk/package/luci/po/ja/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/ja/samba.po [new file with mode: 0644]
trunk/package/luci/po/ja/splash.po [new file with mode: 0644]
trunk/package/luci/po/ja/statistics.po [new file with mode: 0644]
trunk/package/luci/po/ja/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/ja/transmission.po [new file with mode: 0644]
trunk/package/luci/po/ja/upnp.po [new file with mode: 0644]
trunk/package/luci/po/ja/ushare.po [new file with mode: 0644]
trunk/package/luci/po/ja/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/ja/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/ja/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/ja/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/ja/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/ja/wol.po [new file with mode: 0644]
trunk/package/luci/po/ja/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/ms/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/ms/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/ms/base.po [new file with mode: 0644]
trunk/package/luci/po/ms/commands.po [new file with mode: 0644]
trunk/package/luci/po/ms/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/ms/ddns.po [new file with mode: 0644]
trunk/package/luci/po/ms/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/ms/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/ms/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/ms/firewall.po [new file with mode: 0644]
trunk/package/luci/po/ms/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/ms/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/ms/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/ms/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/ms/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/ms/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/ms/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/ms/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/ms/olsr.po [new file with mode: 0644]
trunk/package/luci/po/ms/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/ms/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/ms/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/ms/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/ms/pbx.po [new file with mode: 0644]
trunk/package/luci/po/ms/polipo.po [new file with mode: 0644]
trunk/package/luci/po/ms/qos.po [new file with mode: 0644]
trunk/package/luci/po/ms/radvd.po [new file with mode: 0644]
trunk/package/luci/po/ms/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/ms/samba.po [new file with mode: 0644]
trunk/package/luci/po/ms/splash.po [new file with mode: 0644]
trunk/package/luci/po/ms/statistics.po [new file with mode: 0644]
trunk/package/luci/po/ms/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/ms/transmission.po [new file with mode: 0644]
trunk/package/luci/po/ms/upnp.po [new file with mode: 0644]
trunk/package/luci/po/ms/ushare.po [new file with mode: 0644]
trunk/package/luci/po/ms/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/ms/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/ms/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/ms/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/ms/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/ms/wol.po [new file with mode: 0644]
trunk/package/luci/po/ms/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/no/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/no/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/no/base.po [new file with mode: 0644]
trunk/package/luci/po/no/commands.po [new file with mode: 0644]
trunk/package/luci/po/no/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/no/ddns.po [new file with mode: 0644]
trunk/package/luci/po/no/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/no/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/no/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/no/firewall.po [new file with mode: 0644]
trunk/package/luci/po/no/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/no/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/no/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/no/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/no/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/no/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/no/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/no/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/no/olsr.po [new file with mode: 0644]
trunk/package/luci/po/no/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/no/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/no/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/no/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/no/pbx.po [new file with mode: 0644]
trunk/package/luci/po/no/polipo.po [new file with mode: 0644]
trunk/package/luci/po/no/qos.po [new file with mode: 0644]
trunk/package/luci/po/no/radvd.po [new file with mode: 0644]
trunk/package/luci/po/no/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/no/samba.po [new file with mode: 0644]
trunk/package/luci/po/no/splash.po [new file with mode: 0644]
trunk/package/luci/po/no/statistics.po [new file with mode: 0644]
trunk/package/luci/po/no/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/no/transmission.po [new file with mode: 0644]
trunk/package/luci/po/no/upnp.po [new file with mode: 0644]
trunk/package/luci/po/no/ushare.po [new file with mode: 0644]
trunk/package/luci/po/no/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/no/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/no/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/no/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/no/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/no/wol.po [new file with mode: 0644]
trunk/package/luci/po/no/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/pl/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/pl/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/pl/base.po [new file with mode: 0644]
trunk/package/luci/po/pl/commands.po [new file with mode: 0644]
trunk/package/luci/po/pl/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/pl/ddns.po [new file with mode: 0644]
trunk/package/luci/po/pl/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/pl/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/pl/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/pl/firewall.po [new file with mode: 0644]
trunk/package/luci/po/pl/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/pl/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/pl/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/pl/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/pl/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/pl/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/pl/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/pl/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/pl/olsr.po [new file with mode: 0644]
trunk/package/luci/po/pl/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/pl/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/pl/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/pl/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/pl/pbx.po [new file with mode: 0644]
trunk/package/luci/po/pl/polipo.po [new file with mode: 0644]
trunk/package/luci/po/pl/qos.po [new file with mode: 0644]
trunk/package/luci/po/pl/radvd.po [new file with mode: 0644]
trunk/package/luci/po/pl/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/pl/samba.po [new file with mode: 0644]
trunk/package/luci/po/pl/splash.po [new file with mode: 0644]
trunk/package/luci/po/pl/statistics.po [new file with mode: 0644]
trunk/package/luci/po/pl/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/pl/transmission.po [new file with mode: 0644]
trunk/package/luci/po/pl/upnp.po [new file with mode: 0644]
trunk/package/luci/po/pl/ushare.po [new file with mode: 0644]
trunk/package/luci/po/pl/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/pl/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/pl/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/pl/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/pl/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/pl/wol.po [new file with mode: 0644]
trunk/package/luci/po/pl/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/pt/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/pt/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/pt/base.po [new file with mode: 0644]
trunk/package/luci/po/pt/commands.po [new file with mode: 0644]
trunk/package/luci/po/pt/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/pt/ddns.po [new file with mode: 0644]
trunk/package/luci/po/pt/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/pt/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/pt/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/pt/firewall.po [new file with mode: 0644]
trunk/package/luci/po/pt/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/pt/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/pt/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/pt/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/pt/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/pt/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/pt/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/pt/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/pt/olsr.po [new file with mode: 0644]
trunk/package/luci/po/pt/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/pt/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/pt/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/pt/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/pt/pbx.po [new file with mode: 0644]
trunk/package/luci/po/pt/polipo.po [new file with mode: 0644]
trunk/package/luci/po/pt/qos.po [new file with mode: 0644]
trunk/package/luci/po/pt/radvd.po [new file with mode: 0644]
trunk/package/luci/po/pt/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/pt/samba.po [new file with mode: 0644]
trunk/package/luci/po/pt/splash.po [new file with mode: 0644]
trunk/package/luci/po/pt/statistics.po [new file with mode: 0644]
trunk/package/luci/po/pt/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/pt/transmission.po [new file with mode: 0644]
trunk/package/luci/po/pt/upnp.po [new file with mode: 0644]
trunk/package/luci/po/pt/ushare.po [new file with mode: 0644]
trunk/package/luci/po/pt/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/pt/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/pt/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/pt/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/pt/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/pt/wol.po [new file with mode: 0644]
trunk/package/luci/po/pt/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/base.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/commands.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/ddns.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/firewall.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/olsr.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/pbx.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/polipo.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/qos.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/radvd.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/samba.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/splash.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/statistics.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/transmission.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/upnp.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/ushare.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/wol.po [new file with mode: 0644]
trunk/package/luci/po/pt_BR/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/ro/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/ro/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/ro/base.po [new file with mode: 0644]
trunk/package/luci/po/ro/commands.po [new file with mode: 0644]
trunk/package/luci/po/ro/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/ro/ddns.po [new file with mode: 0644]
trunk/package/luci/po/ro/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/ro/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/ro/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/ro/firewall.po [new file with mode: 0644]
trunk/package/luci/po/ro/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/ro/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/ro/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/ro/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/ro/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/ro/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/ro/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/ro/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/ro/olsr.po [new file with mode: 0644]
trunk/package/luci/po/ro/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/ro/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/ro/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/ro/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/ro/pbx.po [new file with mode: 0644]
trunk/package/luci/po/ro/polipo.po [new file with mode: 0644]
trunk/package/luci/po/ro/qos.po [new file with mode: 0644]
trunk/package/luci/po/ro/radvd.po [new file with mode: 0644]
trunk/package/luci/po/ro/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/ro/samba.po [new file with mode: 0644]
trunk/package/luci/po/ro/splash.po [new file with mode: 0644]
trunk/package/luci/po/ro/statistics.po [new file with mode: 0644]
trunk/package/luci/po/ro/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/ro/transmission.po [new file with mode: 0644]
trunk/package/luci/po/ro/upnp.po [new file with mode: 0644]
trunk/package/luci/po/ro/ushare.po [new file with mode: 0644]
trunk/package/luci/po/ro/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/ro/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/ro/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/ro/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/ro/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/ro/wol.po [new file with mode: 0644]
trunk/package/luci/po/ro/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/ru/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/ru/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/ru/base.po [new file with mode: 0644]
trunk/package/luci/po/ru/commands.po [new file with mode: 0644]
trunk/package/luci/po/ru/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/ru/ddns.po [new file with mode: 0644]
trunk/package/luci/po/ru/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/ru/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/ru/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/ru/firewall.po [new file with mode: 0644]
trunk/package/luci/po/ru/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/ru/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/ru/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/ru/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/ru/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/ru/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/ru/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/ru/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/ru/olsr.po [new file with mode: 0644]
trunk/package/luci/po/ru/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/ru/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/ru/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/ru/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/ru/pbx.po [new file with mode: 0644]
trunk/package/luci/po/ru/polipo.po [new file with mode: 0644]
trunk/package/luci/po/ru/qos.po [new file with mode: 0644]
trunk/package/luci/po/ru/radvd.po [new file with mode: 0644]
trunk/package/luci/po/ru/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/ru/samba.po [new file with mode: 0644]
trunk/package/luci/po/ru/splash.po [new file with mode: 0644]
trunk/package/luci/po/ru/statistics.po [new file with mode: 0644]
trunk/package/luci/po/ru/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/ru/transmission.po [new file with mode: 0644]
trunk/package/luci/po/ru/upnp.po [new file with mode: 0644]
trunk/package/luci/po/ru/ushare.po [new file with mode: 0644]
trunk/package/luci/po/ru/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/ru/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/ru/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/ru/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/ru/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/ru/wol.po [new file with mode: 0644]
trunk/package/luci/po/ru/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/sk/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/sk/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/sk/base.po [new file with mode: 0644]
trunk/package/luci/po/sk/commands.po [new file with mode: 0644]
trunk/package/luci/po/sk/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/sk/ddns.po [new file with mode: 0644]
trunk/package/luci/po/sk/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/sk/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/sk/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/sk/firewall.po [new file with mode: 0644]
trunk/package/luci/po/sk/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/sk/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/sk/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/sk/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/sk/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/sk/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/sk/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/sk/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/sk/olsr.po [new file with mode: 0644]
trunk/package/luci/po/sk/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/sk/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/sk/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/sk/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/sk/pbx.po [new file with mode: 0644]
trunk/package/luci/po/sk/polipo.po [new file with mode: 0644]
trunk/package/luci/po/sk/qos.po [new file with mode: 0644]
trunk/package/luci/po/sk/radvd.po [new file with mode: 0644]
trunk/package/luci/po/sk/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/sk/samba.po [new file with mode: 0644]
trunk/package/luci/po/sk/splash.po [new file with mode: 0644]
trunk/package/luci/po/sk/statistics.po [new file with mode: 0644]
trunk/package/luci/po/sk/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/sk/transmission.po [new file with mode: 0644]
trunk/package/luci/po/sk/upnp.po [new file with mode: 0644]
trunk/package/luci/po/sk/ushare.po [new file with mode: 0644]
trunk/package/luci/po/sk/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/sk/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/sk/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/sk/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/sk/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/sk/wol.po [new file with mode: 0644]
trunk/package/luci/po/sk/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/sv/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/sv/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/sv/base.po [new file with mode: 0644]
trunk/package/luci/po/sv/commands.po [new file with mode: 0644]
trunk/package/luci/po/sv/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/sv/ddns.po [new file with mode: 0644]
trunk/package/luci/po/sv/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/sv/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/sv/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/sv/firewall.po [new file with mode: 0644]
trunk/package/luci/po/sv/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/sv/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/sv/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/sv/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/sv/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/sv/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/sv/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/sv/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/sv/olsr.po [new file with mode: 0644]
trunk/package/luci/po/sv/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/sv/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/sv/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/sv/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/sv/pbx.po [new file with mode: 0644]
trunk/package/luci/po/sv/polipo.po [new file with mode: 0644]
trunk/package/luci/po/sv/qos.po [new file with mode: 0644]
trunk/package/luci/po/sv/radvd.po [new file with mode: 0644]
trunk/package/luci/po/sv/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/sv/samba.po [new file with mode: 0644]
trunk/package/luci/po/sv/splash.po [new file with mode: 0644]
trunk/package/luci/po/sv/statistics.po [new file with mode: 0644]
trunk/package/luci/po/sv/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/sv/transmission.po [new file with mode: 0644]
trunk/package/luci/po/sv/upnp.po [new file with mode: 0644]
trunk/package/luci/po/sv/ushare.po [new file with mode: 0644]
trunk/package/luci/po/sv/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/sv/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/sv/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/sv/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/sv/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/sv/wol.po [new file with mode: 0644]
trunk/package/luci/po/sv/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/templates/ahcp.pot [new file with mode: 0644]
trunk/package/luci/po/templates/asterisk.pot [new file with mode: 0644]
trunk/package/luci/po/templates/base.pot [new file with mode: 0644]
trunk/package/luci/po/templates/commands.pot [new file with mode: 0644]
trunk/package/luci/po/templates/coovachilli.pot [new file with mode: 0644]
trunk/package/luci/po/templates/ddns.pot [new file with mode: 0644]
trunk/package/luci/po/templates/diag_core.pot [new file with mode: 0644]
trunk/package/luci/po/templates/diag_devinfo.pot [new file with mode: 0644]
trunk/package/luci/po/templates/ffwizard.pot [new file with mode: 0644]
trunk/package/luci/po/templates/firewall.pot [new file with mode: 0644]
trunk/package/luci/po/templates/freifunk-policyrouting.pot [new file with mode: 0644]
trunk/package/luci/po/templates/freifunk.pot [new file with mode: 0644]
trunk/package/luci/po/templates/hd_idle.pot [new file with mode: 0644]
trunk/package/luci/po/templates/meshwizard.pot [new file with mode: 0644]
trunk/package/luci/po/templates/minidlna.pot [new file with mode: 0644]
trunk/package/luci/po/templates/mmc_over_gpio.pot [new file with mode: 0644]
trunk/package/luci/po/templates/multiwan.pot [new file with mode: 0644]
trunk/package/luci/po/templates/ntpc.pot [new file with mode: 0644]
trunk/package/luci/po/templates/olsr.pot [new file with mode: 0644]
trunk/package/luci/po/templates/openvpn.pot [new file with mode: 0644]
trunk/package/luci/po/templates/p2pblock.pot [new file with mode: 0644]
trunk/package/luci/po/templates/p910nd.pot [new file with mode: 0644]
trunk/package/luci/po/templates/pbx-voicemail.pot [new file with mode: 0644]
trunk/package/luci/po/templates/pbx.pot [new file with mode: 0644]
trunk/package/luci/po/templates/polipo.pot [new file with mode: 0644]
trunk/package/luci/po/templates/qos.pot [new file with mode: 0644]
trunk/package/luci/po/templates/radvd.pot [new file with mode: 0644]
trunk/package/luci/po/templates/rrdtool.pot [new file with mode: 0644]
trunk/package/luci/po/templates/samba.pot [new file with mode: 0644]
trunk/package/luci/po/templates/splash.pot [new file with mode: 0644]
trunk/package/luci/po/templates/statistics.pot [new file with mode: 0644]
trunk/package/luci/po/templates/tinyproxy.pot [new file with mode: 0644]
trunk/package/luci/po/templates/transmission.pot [new file with mode: 0644]
trunk/package/luci/po/templates/upnp.pot [new file with mode: 0644]
trunk/package/luci/po/templates/ushare.pot [new file with mode: 0644]
trunk/package/luci/po/templates/uvc_streamer.pot [new file with mode: 0644]
trunk/package/luci/po/templates/vnstat.pot [new file with mode: 0644]
trunk/package/luci/po/templates/voice_core.pot [new file with mode: 0644]
trunk/package/luci/po/templates/voice_diag.pot [new file with mode: 0644]
trunk/package/luci/po/templates/watchcat.pot [new file with mode: 0644]
trunk/package/luci/po/templates/wol.pot [new file with mode: 0644]
trunk/package/luci/po/templates/wshaper.pot [new file with mode: 0644]
trunk/package/luci/po/tr/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/tr/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/tr/base.po [new file with mode: 0644]
trunk/package/luci/po/tr/commands.po [new file with mode: 0644]
trunk/package/luci/po/tr/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/tr/ddns.po [new file with mode: 0644]
trunk/package/luci/po/tr/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/tr/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/tr/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/tr/firewall.po [new file with mode: 0644]
trunk/package/luci/po/tr/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/tr/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/tr/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/tr/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/tr/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/tr/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/tr/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/tr/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/tr/olsr.po [new file with mode: 0644]
trunk/package/luci/po/tr/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/tr/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/tr/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/tr/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/tr/pbx.po [new file with mode: 0644]
trunk/package/luci/po/tr/polipo.po [new file with mode: 0644]
trunk/package/luci/po/tr/qos.po [new file with mode: 0644]
trunk/package/luci/po/tr/radvd.po [new file with mode: 0644]
trunk/package/luci/po/tr/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/tr/samba.po [new file with mode: 0644]
trunk/package/luci/po/tr/splash.po [new file with mode: 0644]
trunk/package/luci/po/tr/statistics.po [new file with mode: 0644]
trunk/package/luci/po/tr/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/tr/transmission.po [new file with mode: 0644]
trunk/package/luci/po/tr/upnp.po [new file with mode: 0644]
trunk/package/luci/po/tr/ushare.po [new file with mode: 0644]
trunk/package/luci/po/tr/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/tr/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/tr/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/tr/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/tr/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/tr/wol.po [new file with mode: 0644]
trunk/package/luci/po/tr/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/uk/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/uk/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/uk/base.po [new file with mode: 0644]
trunk/package/luci/po/uk/commands.po [new file with mode: 0644]
trunk/package/luci/po/uk/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/uk/ddns.po [new file with mode: 0644]
trunk/package/luci/po/uk/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/uk/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/uk/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/uk/firewall.po [new file with mode: 0644]
trunk/package/luci/po/uk/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/uk/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/uk/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/uk/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/uk/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/uk/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/uk/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/uk/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/uk/olsr.po [new file with mode: 0644]
trunk/package/luci/po/uk/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/uk/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/uk/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/uk/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/uk/pbx.po [new file with mode: 0644]
trunk/package/luci/po/uk/polipo.po [new file with mode: 0644]
trunk/package/luci/po/uk/qos.po [new file with mode: 0644]
trunk/package/luci/po/uk/radvd.po [new file with mode: 0644]
trunk/package/luci/po/uk/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/uk/samba.po [new file with mode: 0644]
trunk/package/luci/po/uk/splash.po [new file with mode: 0644]
trunk/package/luci/po/uk/statistics.po [new file with mode: 0644]
trunk/package/luci/po/uk/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/uk/transmission.po [new file with mode: 0644]
trunk/package/luci/po/uk/upnp.po [new file with mode: 0644]
trunk/package/luci/po/uk/ushare.po [new file with mode: 0644]
trunk/package/luci/po/uk/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/uk/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/uk/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/uk/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/uk/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/uk/wol.po [new file with mode: 0644]
trunk/package/luci/po/uk/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/vi/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/vi/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/vi/base.po [new file with mode: 0644]
trunk/package/luci/po/vi/commands.po [new file with mode: 0644]
trunk/package/luci/po/vi/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/vi/ddns.po [new file with mode: 0644]
trunk/package/luci/po/vi/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/vi/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/vi/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/vi/firewall.po [new file with mode: 0644]
trunk/package/luci/po/vi/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/vi/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/vi/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/vi/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/vi/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/vi/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/vi/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/vi/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/vi/olsr.po [new file with mode: 0644]
trunk/package/luci/po/vi/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/vi/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/vi/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/vi/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/vi/pbx.po [new file with mode: 0644]
trunk/package/luci/po/vi/polipo.po [new file with mode: 0644]
trunk/package/luci/po/vi/qos.po [new file with mode: 0644]
trunk/package/luci/po/vi/radvd.po [new file with mode: 0644]
trunk/package/luci/po/vi/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/vi/samba.po [new file with mode: 0644]
trunk/package/luci/po/vi/splash.po [new file with mode: 0644]
trunk/package/luci/po/vi/statistics.po [new file with mode: 0644]
trunk/package/luci/po/vi/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/vi/transmission.po [new file with mode: 0644]
trunk/package/luci/po/vi/upnp.po [new file with mode: 0644]
trunk/package/luci/po/vi/ushare.po [new file with mode: 0644]
trunk/package/luci/po/vi/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/vi/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/vi/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/vi/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/vi/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/vi/wol.po [new file with mode: 0644]
trunk/package/luci/po/vi/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/base.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/commands.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/ddns.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/firewall.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/olsr.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/pbx.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/polipo.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/qos.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/radvd.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/samba.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/splash.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/statistics.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/transmission.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/upnp.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/ushare.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/wol.po [new file with mode: 0644]
trunk/package/luci/po/zh_CN/wshaper.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/ahcp.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/asterisk.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/base.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/commands.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/coovachilli.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/ddns.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/diag_core.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/diag_devinfo.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/ffwizard.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/firewall.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/freifunk-policyrouting.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/freifunk.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/hd_idle.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/meshwizard.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/minidlna.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/mmc_over_gpio.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/multiwan.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/ntpc.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/olsr.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/openvpn.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/p2pblock.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/p910nd.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/pbx-voicemail.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/pbx.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/polipo.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/qos.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/radvd.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/rrdtool.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/samba.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/splash.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/statistics.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/tinyproxy.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/transmission.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/upnp.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/ushare.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/uvc_streamer.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/vnstat.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/voice_core.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/voice_diag.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/watchcat.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/wol.po [new file with mode: 0644]
trunk/package/luci/po/zh_TW/wshaper.po [new file with mode: 0644]
trunk/package/luci/protocols/3g/Makefile [new file with mode: 0644]
trunk/package/luci/protocols/3g/luasrc/model/cbi/admin_network/proto_3g.lua [new file with mode: 0644]
trunk/package/luci/protocols/ipv6/Makefile [new file with mode: 0644]
trunk/package/luci/protocols/ipv6/luasrc/model/cbi/admin_network/proto_6in4.lua [new file with mode: 0644]
trunk/package/luci/protocols/ipv6/luasrc/model/cbi/admin_network/proto_6rd.lua [new file with mode: 0644]
trunk/package/luci/protocols/ipv6/luasrc/model/cbi/admin_network/proto_6to4.lua [new file with mode: 0644]
trunk/package/luci/protocols/ipv6/luasrc/model/cbi/admin_network/proto_dhcpv6.lua [new file with mode: 0644]
trunk/package/luci/protocols/ipv6/luasrc/model/cbi/admin_network/proto_dslite.lua [new file with mode: 0644]
trunk/package/luci/protocols/ipv6/luasrc/model/cbi/admin_network/proto_hnet.lua [new file with mode: 0644]
trunk/package/luci/protocols/ipv6/luasrc/model/network/proto_4x6.lua [new file with mode: 0644]
trunk/package/luci/protocols/ipv6/luasrc/model/network/proto_6x4.lua [new file with mode: 0644]
trunk/package/luci/protocols/ipv6/luasrc/model/network/proto_dhcpv6.lua [new file with mode: 0644]
trunk/package/luci/protocols/ipv6/luasrc/model/network/proto_hnet.lua [new file with mode: 0644]
trunk/package/luci/protocols/openconnect/Makefile [new file with mode: 0644]
trunk/package/luci/protocols/openconnect/luasrc/model/cbi/admin_network/proto_openconnect.lua [new file with mode: 0644]
trunk/package/luci/protocols/openconnect/luasrc/model/network/proto_openconnect.lua [new file with mode: 0644]
trunk/package/luci/protocols/ppp/Makefile [new file with mode: 0644]
trunk/package/luci/protocols/ppp/luasrc/model/cbi/admin_network/proto_l2tp.lua [new file with mode: 0644]
trunk/package/luci/protocols/ppp/luasrc/model/cbi/admin_network/proto_ppp.lua [new file with mode: 0644]
trunk/package/luci/protocols/ppp/luasrc/model/cbi/admin_network/proto_pppoa.lua [new file with mode: 0644]
trunk/package/luci/protocols/ppp/luasrc/model/cbi/admin_network/proto_pppoe.lua [new file with mode: 0644]
trunk/package/luci/protocols/ppp/luasrc/model/cbi/admin_network/proto_pptp.lua [new file with mode: 0644]
trunk/package/luci/protocols/ppp/luasrc/model/network/proto_ppp.lua [new file with mode: 0644]
trunk/package/luci/protocols/relay/Makefile [new file with mode: 0644]
trunk/package/luci/protocols/relay/luasrc/model/cbi/admin_network/proto_relay.lua [new file with mode: 0644]
trunk/package/luci/protocols/relay/luasrc/model/network/proto_relay.lua [new file with mode: 0644]
trunk/package/luci/themes/bootstrap/Makefile [new file with mode: 0644]
trunk/package/luci/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css [new file with mode: 0644]
trunk/package/luci/themes/bootstrap/htdocs/luci-static/bootstrap/favicon.ico [new file with mode: 0644]
trunk/package/luci/themes/bootstrap/htdocs/luci-static/bootstrap/html5.js [new file with mode: 0644]
trunk/package/luci/themes/bootstrap/htdocs/luci-static/bootstrap/mobile.css [new file with mode: 0644]
trunk/package/luci/themes/bootstrap/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/themes/bootstrap/luasrc/view/themes/bootstrap/footer.htm [new file with mode: 0644]
trunk/package/luci/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm [new file with mode: 0644]
trunk/package/luci/themes/bootstrap/root/etc/uci-defaults/luci-theme-bootstrap [new file with mode: 0755]
trunk/package/luci/themes/freifunk-bno/Makefile [new file with mode: 0644]
trunk/package/luci/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css [new file with mode: 0644]
trunk/package/luci/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/images/bgoption.png [new file with mode: 0644]
trunk/package/luci/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/images/favicon.ico [new file with mode: 0644]
trunk/package/luci/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/images/header-back.gif [new file with mode: 0644]
trunk/package/luci/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/images/header-left.gif [new file with mode: 0644]
trunk/package/luci/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/images/header-right.gif [new file with mode: 0644]
trunk/package/luci/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/images/logo.gif [new file with mode: 0644]
trunk/package/luci/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/images/main-back.png [new file with mode: 0644]
trunk/package/luci/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/images/schriftzug.gif [new file with mode: 0644]
trunk/package/luci/themes/freifunk-bno/ipkg/postinst [new file with mode: 0755]
trunk/package/luci/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm [new file with mode: 0644]
trunk/package/luci/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm [new file with mode: 0644]
trunk/package/luci/themes/freifunk-bno/root/etc/uci-defaults/luci-theme-freifunk-bno [new file with mode: 0755]
trunk/package/luci/themes/freifunk-generic/Makefile [new file with mode: 0644]
trunk/package/luci/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/bg.jpg [new file with mode: 0644]
trunk/package/luci/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css [new file with mode: 0644]
trunk/package/luci/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/header.jpg [new file with mode: 0644]
trunk/package/luci/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/ie7.css [new file with mode: 0644]
trunk/package/luci/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/logo.jpg [new file with mode: 0644]
trunk/package/luci/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/mobile.css [new file with mode: 0644]
trunk/package/luci/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/smallscreen.css [new file with mode: 0644]
trunk/package/luci/themes/freifunk-generic/ipkg/postinst [new file with mode: 0644]
trunk/package/luci/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm [new file with mode: 0644]
trunk/package/luci/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm [new file with mode: 0644]
trunk/package/luci/themes/freifunk-generic/root/etc/uci-defaults/luci-theme-freifunk-generic [new file with mode: 0644]
trunk/package/network/config/firewall/Makefile [new file with mode: 0644]
trunk/package/network/config/firewall/files/firewall.config [new file with mode: 0644]
trunk/package/network/config/firewall/files/firewall.hotplug [new file with mode: 0644]
trunk/package/network/config/firewall/files/firewall.init [new file with mode: 0755]
trunk/package/network/config/firewall/files/firewall.user [new file with mode: 0644]
trunk/package/network/config/gre/Makefile [new file with mode: 0644]
trunk/package/network/config/gre/files/gre.sh [new file with mode: 0755]
trunk/package/network/config/ipip/Makefile [new file with mode: 0644]
trunk/package/network/config/ipip/files/ipip.sh [new file with mode: 0755]
trunk/package/network/config/ltq-adsl-app/Makefile [new file with mode: 0644]
trunk/package/network/config/ltq-adsl-app/files/dsl_control [new file with mode: 0644]
trunk/package/network/config/ltq-adsl-app/patches/010-eglibc_compile_fix.patch [new file with mode: 0644]
trunk/package/network/config/ltq-vdsl-app/Makefile [new file with mode: 0644]
trunk/package/network/config/ltq-vdsl-app/files/dsl_control [new file with mode: 0644]
trunk/package/network/config/ltq-vdsl-app/patches/100-compat.patch [new file with mode: 0644]
trunk/package/network/config/netifd/Makefile [new file with mode: 0644]
trunk/package/network/config/netifd/files/etc/hotplug.d/iface/00-netstate [new file with mode: 0644]
trunk/package/network/config/netifd/files/etc/init.d/network [new file with mode: 0755]
trunk/package/network/config/netifd/files/lib/netifd/dhcp.script [new file with mode: 0755]
trunk/package/network/config/netifd/files/lib/netifd/proto/dhcp.sh [new file with mode: 0755]
trunk/package/network/config/netifd/files/lib/network/config.sh [new file with mode: 0755]
trunk/package/network/config/netifd/files/sbin/devstatus [new file with mode: 0755]
trunk/package/network/config/netifd/files/sbin/ifdown [new file with mode: 0755]
trunk/package/network/config/netifd/files/sbin/ifstatus [new file with mode: 0755]
trunk/package/network/config/netifd/files/sbin/ifup [new file with mode: 0755]
trunk/package/network/config/netifd/files/usr/share/udhcpc/default.script [new file with mode: 0755]
trunk/package/network/config/netifd/patches/001-musl_af_inet_include.patch [new file with mode: 0644]
trunk/package/network/config/qos-scripts/Makefile [new file with mode: 0644]
trunk/package/network/config/qos-scripts/files/etc/config/qos [new file with mode: 0644]
trunk/package/network/config/qos-scripts/files/etc/hotplug.d/iface/10-qos [new file with mode: 0755]
trunk/package/network/config/qos-scripts/files/etc/init.d/qos [new file with mode: 0755]
trunk/package/network/config/qos-scripts/files/usr/bin/qos-start [new file with mode: 0755]
trunk/package/network/config/qos-scripts/files/usr/bin/qos-stat [new file with mode: 0755]
trunk/package/network/config/qos-scripts/files/usr/bin/qos-stop [new file with mode: 0755]
trunk/package/network/config/qos-scripts/files/usr/lib/qos/generate.sh [new file with mode: 0755]
trunk/package/network/config/qos-scripts/files/usr/lib/qos/tcrules.awk [new file with mode: 0644]
trunk/package/network/config/soloscli/Makefile [new file with mode: 0644]
trunk/package/network/config/soloscli/files/etc/hotplug.d/atm/15-solos-init [new file with mode: 0644]
trunk/package/network/config/soloscli/files/etc/uci-default/solos [new file with mode: 0644]
trunk/package/network/config/soloscli/files/solos-log-stats [new file with mode: 0644]
trunk/package/network/config/soloscli/patches/001-no-driver.patch [new file with mode: 0644]
trunk/package/network/config/soloscli/patches/002-cflags.patch [new file with mode: 0644]
trunk/package/network/config/swconfig/Makefile [new file with mode: 0644]
trunk/package/network/config/swconfig/files/switch.sh [new file with mode: 0644]
trunk/package/network/config/swconfig/src/Makefile [new file with mode: 0644]
trunk/package/network/config/swconfig/src/cli.c [new file with mode: 0644]
trunk/package/network/config/swconfig/src/swlib.c [new file with mode: 0644]
trunk/package/network/config/swconfig/src/swlib.h [new file with mode: 0644]
trunk/package/network/config/swconfig/src/uci.c [new file with mode: 0644]
trunk/package/network/ipv6/6in4/Makefile [new file with mode: 0644]
trunk/package/network/ipv6/6in4/files/6in4.sh [new file with mode: 0755]
trunk/package/network/ipv6/6rd/Makefile [new file with mode: 0644]
trunk/package/network/ipv6/6rd/files/6rd.sh [new file with mode: 0644]
trunk/package/network/ipv6/6rd/src/6rdcalc.c [new file with mode: 0644]
trunk/package/network/ipv6/6rd/src/Makefile [new file with mode: 0644]
trunk/package/network/ipv6/6to4/Makefile [new file with mode: 0644]
trunk/package/network/ipv6/6to4/files/6to4.sh [new file with mode: 0755]
trunk/package/network/ipv6/ds-lite/Makefile [new file with mode: 0644]
trunk/package/network/ipv6/ds-lite/files/dslite.sh [new file with mode: 0755]
trunk/package/network/ipv6/map/Makefile [new file with mode: 0644]
trunk/package/network/ipv6/map/files/map.sh [new file with mode: 0755]
trunk/package/network/ipv6/map/src/CMakeLists.txt [new file with mode: 0644]
trunk/package/network/ipv6/map/src/mapcalc.c [new file with mode: 0644]
trunk/package/network/ipv6/odhcp6c/Makefile [new file with mode: 0644]
trunk/package/network/ipv6/odhcp6c/files/dhcpv6.script [new file with mode: 0755]
trunk/package/network/ipv6/odhcp6c/files/dhcpv6.sh [new file with mode: 0755]
trunk/package/network/ipv6/thc-ipv6/Makefile [new file with mode: 0644]
trunk/package/network/ipv6/thc-ipv6/patches/100-no-ssl.patch [new file with mode: 0644]
trunk/package/network/services/authsae/Makefile [new file with mode: 0644]
trunk/package/network/services/authsae/files/lib/wifi/authsae.sh [new file with mode: 0644]
trunk/package/network/services/authsae/patches/100-musl_fix.patch [new file with mode: 0644]
trunk/package/network/services/cjdns/Makefile [new file with mode: 0644]
trunk/package/network/services/cjdns/files/cjdns.defaults [new file with mode: 0644]
trunk/package/network/services/cjdns/files/cjdns.init [new file with mode: 0755]
trunk/package/network/services/cjdns/files/cjdrouteconf [new file with mode: 0755]
trunk/package/network/services/cjdns/lua/cjdns/reload.lua [new file with mode: 0644]
trunk/package/network/services/cjdns/lua/cjdns/uci.lua [new file with mode: 0644]
trunk/package/network/services/cjdns/patches/001-libuv.patch [new file with mode: 0644]
trunk/package/network/services/dnsmasq/Makefile [new file with mode: 0644]
trunk/package/network/services/dnsmasq/files/dhcp.conf [new file with mode: 0644]
trunk/package/network/services/dnsmasq/files/dnsmasq.conf [new file with mode: 0644]
trunk/package/network/services/dnsmasq/files/dnsmasq.hotplug [new file with mode: 0644]
trunk/package/network/services/dnsmasq/files/dnsmasq.init [new file with mode: 0644]
trunk/package/network/services/dnsmasq/patches/100-fix-dhcp-no-address-warning.patch [new file with mode: 0644]
trunk/package/network/services/dnsmasq/patches/110-ipset-remove-old-kernel-support.patch [new file with mode: 0644]
trunk/package/network/services/dropbear/Config.in [new file with mode: 0644]
trunk/package/network/services/dropbear/Makefile [new file with mode: 0644]
trunk/package/network/services/dropbear/files/dropbear.config [new file with mode: 0644]
trunk/package/network/services/dropbear/files/dropbear.init [new file with mode: 0755]
trunk/package/network/services/dropbear/patches/001-dont_send_SSH_MSG_IMPLEMENTED.patch [new file with mode: 0644]
trunk/package/network/services/dropbear/patches/002-match_keepalive_to_OpenSSH.patch [new file with mode: 0644]
trunk/package/network/services/dropbear/patches/100-pubkey_path.patch [new file with mode: 0644]
trunk/package/network/services/dropbear/patches/110-change_user.patch [new file with mode: 0644]
trunk/package/network/services/dropbear/patches/120-openwrt_options.patch [new file with mode: 0644]
trunk/package/network/services/dropbear/patches/130-ssh_ignore_o_and_x_args.patch [new file with mode: 0644]
trunk/package/network/services/dropbear/patches/140-disable_assert.patch [new file with mode: 0644]
trunk/package/network/services/dropbear/patches/150-dbconvert_standalone.patch [new file with mode: 0644]
trunk/package/network/services/dropbear/patches/500-set-default-path.patch [new file with mode: 0644]
trunk/package/network/services/ead/Makefile [new file with mode: 0644]
trunk/package/network/services/ead/src/Makefile [new file with mode: 0644]
trunk/package/network/services/ead/src/aes.c [new file with mode: 0644]
trunk/package/network/services/ead/src/ead-client.c [new file with mode: 0644]
trunk/package/network/services/ead/src/ead-crypt.c [new file with mode: 0644]
trunk/package/network/services/ead/src/ead-crypt.h [new file with mode: 0644]
trunk/package/network/services/ead/src/ead-pcap.h [new file with mode: 0644]
trunk/package/network/services/ead/src/ead.c [new file with mode: 0644]
trunk/package/network/services/ead/src/ead.h [new file with mode: 0644]
trunk/package/network/services/ead/src/filter.c [new file with mode: 0644]
trunk/package/network/services/ead/src/libbridge.h [new file with mode: 0644]
trunk/package/network/services/ead/src/libbridge_init.c [new file with mode: 0644]
trunk/package/network/services/ead/src/libbridge_private.h [new file with mode: 0644]
trunk/package/network/services/ead/src/list.h [new file with mode: 0644]
trunk/package/network/services/ead/src/passwd [new file with mode: 0644]
trunk/package/network/services/ead/src/pfc.c [new file with mode: 0644]
trunk/package/network/services/ead/src/pw_encrypt_md5.c [new file with mode: 0644]
trunk/package/network/services/ead/src/sha1.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/Makefile.am [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/Makefile.in [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/Notes [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/acconfig.h [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/acinclude.m4 [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/aclocal.m4 [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/bn.h [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/bn_add.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/bn_asm.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/bn_ctx.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/bn_div.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/bn_exp.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/bn_lcl.h [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/bn_lib.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/bn_mul.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/bn_prime.h [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/bn_shift.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/bn_sqr.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/bn_word.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/clitest.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/config.h.in [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/configure [new file with mode: 0755]
trunk/package/network/services/ead/src/tinysrp/configure.in [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/install-sh [new file with mode: 0755]
trunk/package/network/services/ead/src/tinysrp/missing [new file with mode: 0755]
trunk/package/network/services/ead/src/tinysrp/mkinstalldirs [new file with mode: 0755]
trunk/package/network/services/ead/src/tinysrp/srvtest.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/stamp-h.in [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/t_client.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/t_client.h [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/t_conf.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/t_conv.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/t_defines.h [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/t_getconf.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/t_getpass.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/t_math.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/t_misc.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/t_pw.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/t_pwd.h [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/t_read.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/t_read.h [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/t_server.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/t_server.h [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/t_sha.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/t_sha.h [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/t_truerand.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/tconf.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/tinysrp.c [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/tinysrp.h [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/tpasswd [new file with mode: 0644]
trunk/package/network/services/ead/src/tinysrp/tphrase.c [new file with mode: 0644]
trunk/package/network/services/hostapd/Config.in [new file with mode: 0644]
trunk/package/network/services/hostapd/Makefile [new file with mode: 0644]
trunk/package/network/services/hostapd/files/hostapd-full.config [new file with mode: 0644]
trunk/package/network/services/hostapd/files/hostapd-mini.config [new file with mode: 0644]
trunk/package/network/services/hostapd/files/hostapd.sh [new file with mode: 0644]
trunk/package/network/services/hostapd/files/multicall.c [new file with mode: 0644]
trunk/package/network/services/hostapd/files/netifd.sh [new file with mode: 0644]
trunk/package/network/services/hostapd/files/wpa_supplicant-full.config [new file with mode: 0644]
trunk/package/network/services/hostapd/files/wpa_supplicant-mesh.config [new file with mode: 0644]
trunk/package/network/services/hostapd/files/wpa_supplicant-mini.config [new file with mode: 0644]
trunk/package/network/services/hostapd/files/wpa_supplicant-p2p.config [new file with mode: 0644]
trunk/package/network/services/hostapd/files/wpa_supplicant.sh [new file with mode: 0644]
trunk/package/network/services/hostapd/files/wps-hotplug.sh [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/001-P2P-Validate-SSID-element-length-before-copying-it-C.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/002-AP-WMM-Fix-integer-underflow-in-WMM-Action-frame-par.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/110-bool_fix.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/120-daemonize_fix.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/130-no_eapol_fix.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/140-disable_bridge_packet_workaround.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/200-multicall.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/300-noscan.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/310-rescan_immediately.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/320-optional_rfkill.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/330-nl80211_fix_set_freq.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/340-reload_freq_change.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/350-nl80211_del_beacon_bss.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/360-ctrl_iface_reload.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/370-ap_sta_support.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/380-disable_ctrl_iface_mib.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/390-wpa_ie_cap_workaround.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/400-wps_single_auth_enc_type.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/410-limit_debug_messages.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/420-indicate-features.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/430-hostapd_cli_ifdef.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/431-wpa_cli_ifdef.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/440-max_num_sta_probe.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/450-scan_wait.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/460-wpa_supplicant-add-new-config-params-to-be-used-with.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/461-driver_nl80211-use-new-parameters-during-ibss-join.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/462-wpa_s-support-htmode-param.patch [new file with mode: 0644]
trunk/package/network/services/hostapd/patches/600-ubus_support.patch [new file with mode: 0644]
trunk/package/network/services/igmpproxy/Makefile [new file with mode: 0644]
trunk/package/network/services/igmpproxy/files/igmpproxy.config [new file with mode: 0644]
trunk/package/network/services/igmpproxy/files/igmpproxy.init [new file with mode: 0644]
trunk/package/network/services/igmpproxy/patches/001-Send-IGMP-packets-with-IP-Router-Alert-option-RFC-21.patch [new file with mode: 0644]
trunk/package/network/services/igmpproxy/patches/002-Change-default-interface-state-to-disabled-wrt-29458.patch [new file with mode: 0644]
trunk/package/network/services/igmpproxy/patches/003-Restrict-igmp-reports-for-downstream-interfaces-wrt-.patch [new file with mode: 0644]
trunk/package/network/services/igmpproxy/patches/004-Restrict-igmp-reports-forwarding-to-upstream-interfa.patch [new file with mode: 0644]
trunk/package/network/services/igmpproxy/patches/010-missing_include.patch [new file with mode: 0644]
trunk/package/network/services/igmpproxy/patches/100-use-monotic-clock-instead-of-time-of-day.patch [new file with mode: 0644]
trunk/package/network/services/igmpproxy/patches/200-allow_wildcard_addr.patch [new file with mode: 0644]
trunk/package/network/services/ipset-dns/Makefile [new file with mode: 0644]
trunk/package/network/services/ipset-dns/files/ipset-dns.config [new file with mode: 0644]
trunk/package/network/services/ipset-dns/files/ipset-dns.init [new file with mode: 0755]
trunk/package/network/services/ipset-dns/patches/100-simultaneous-ipv4-ipv6.patch [new file with mode: 0644]
trunk/package/network/services/lldpd/Config.in [new file with mode: 0644]
trunk/package/network/services/lldpd/Makefile [new file with mode: 0644]
trunk/package/network/services/lldpd/files/lldpd.config [new file with mode: 0644]
trunk/package/network/services/lldpd/files/lldpd.init [new file with mode: 0644]
trunk/package/network/services/lldpd/patches/002-no-stack-protector.patch [new file with mode: 0644]
trunk/package/network/services/mdns/Makefile [new file with mode: 0644]
trunk/package/network/services/mdns/files/mdns.config [new file with mode: 0644]
trunk/package/network/services/mdns/files/mdns.init [new file with mode: 0644]
trunk/package/network/services/odhcpd/Makefile [new file with mode: 0644]
trunk/package/network/services/odhcpd/files/odhcpd-update [new file with mode: 0755]
trunk/package/network/services/odhcpd/files/odhcpd.defaults [new file with mode: 0644]
trunk/package/network/services/odhcpd/files/odhcpd.init [new file with mode: 0644]
trunk/package/network/services/openvpn-easy-rsa/Makefile [new file with mode: 0644]
trunk/package/network/services/openvpn-easy-rsa/files/easy-rsa.index [new file with mode: 0644]
trunk/package/network/services/openvpn-easy-rsa/files/easy-rsa.serial [new file with mode: 0644]
trunk/package/network/services/openvpn-easy-rsa/patches/100-run-ootb.patch [new file with mode: 0644]
trunk/package/network/services/openvpn/Config-nossl.in [new file with mode: 0644]
trunk/package/network/services/openvpn/Config-openssl.in [new file with mode: 0644]
trunk/package/network/services/openvpn/Config-polarssl.in [new file with mode: 0644]
trunk/package/network/services/openvpn/Makefile [new file with mode: 0644]
trunk/package/network/services/openvpn/files/openvpn.config [new file with mode: 0644]
trunk/package/network/services/openvpn/files/openvpn.init [new file with mode: 0644]
trunk/package/network/services/openvpn/files/openvpn.upgrade [new file with mode: 0644]
trunk/package/network/services/openvpn/patches/100-polarssl_compat.h [new file with mode: 0644]
trunk/package/network/services/openvpn/patches/110-musl_compat.patch [new file with mode: 0644]
trunk/package/network/services/ppp/Makefile [new file with mode: 0644]
trunk/package/network/services/ppp/files/etc/ppp/chap-secrets [new file with mode: 0644]
trunk/package/network/services/ppp/files/etc/ppp/filter [new file with mode: 0644]
trunk/package/network/services/ppp/files/etc/ppp/options [new file with mode: 0644]
trunk/package/network/services/ppp/files/etc/ppp/options.pptp [new file with mode: 0644]
trunk/package/network/services/ppp/files/etc/ppp/radius.conf [new file with mode: 0644]
trunk/package/network/services/ppp/files/etc/ppp/radius/dictionary [new file with mode: 0644]
trunk/package/network/services/ppp/files/etc/ppp/radius/dictionary.asnet [new file with mode: 0644]
trunk/package/network/services/ppp/files/etc/ppp/radius/dictionary.microsoft [new file with mode: 0644]
trunk/package/network/services/ppp/files/etc/ppp/radius/servers [new file with mode: 0644]
trunk/package/network/services/ppp/files/lib/netifd/ppp-down [new file with mode: 0755]
trunk/package/network/services/ppp/files/lib/netifd/ppp-up [new file with mode: 0755]
trunk/package/network/services/ppp/files/ppp.sh [new file with mode: 0755]
trunk/package/network/services/ppp/patches/010-use_target_for_configure.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/100-debian_ip-ip_option.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/101-debian_close_dev_ppp.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/103-debian_fix_link_pidfile.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/105-debian_demand.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/106-debian_stripMSdomain.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/107-debian_pppoatm_wildcard.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/110-debian_defaultroute.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/120-debian_ipv6_updown_option.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/121-debian_adaptive_lcp_echo.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/130-no_cdefs_h.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/131-missing_prototype_macro.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/132-fix_linux_includes.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/133-fix_sha1_include.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/140-pppoe_compile_fix.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/200-makefile.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/201-mppe_mppc_1.1.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/202-no_strip.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/203-opt_flags.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/204-radius_config.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/205-no_exponential_timeout.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/206-compensate_time_change.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/207-lcp_mtu_max.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/208-fix_status_code.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/300-filter-pcap-includes-lib.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/310-precompile_filter.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/320-custom_iface_names.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/321-multilink_support_custom_iface_names.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/330-retain_foreign_default_routes.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/340-populate_default_gateway.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/400-simplify_kernel_checks.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/401-no_record_file.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/403-no_wtmp.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/404-remove_obsolete_protocol_names.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/405-no_multilink_option.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/500-add-pptp-plugin.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/510-pptp_compile_fix.patch [new file with mode: 0644]
trunk/package/network/services/ppp/patches/520-uniq.patch [new file with mode: 0644]
trunk/package/network/services/ppp/utils/pfc.c [new file with mode: 0644]
trunk/package/network/services/relayd/Makefile [new file with mode: 0644]
trunk/package/network/services/relayd/files/relay.hotplug [new file with mode: 0644]
trunk/package/network/services/relayd/files/relay.init [new file with mode: 0644]
trunk/package/network/services/samba36/Makefile [new file with mode: 0644]
trunk/package/network/services/samba36/files/samba.config [new file with mode: 0644]
trunk/package/network/services/samba36/files/samba.init [new file with mode: 0755]
trunk/package/network/services/samba36/files/smb.conf.template [new file with mode: 0644]
trunk/package/network/services/samba36/patches/100-configure_fixes.patch [new file with mode: 0644]
trunk/package/network/services/samba36/patches/110-multicall.patch [new file with mode: 0644]
trunk/package/network/services/samba36/patches/111-owrt_smbpasswd.patch [new file with mode: 0644]
trunk/package/network/services/samba36/patches/120-add_missing_ifdef.patch [new file with mode: 0644]
trunk/package/network/services/samba36/patches/200-remove_printer_support.patch [new file with mode: 0644]
trunk/package/network/services/samba36/patches/210-remove_ad_support.patch [new file with mode: 0644]
trunk/package/network/services/samba36/patches/220-remove_services.patch [new file with mode: 0644]
trunk/package/network/services/samba36/patches/230-remove_winreg_support.patch [new file with mode: 0644]
trunk/package/network/services/samba36/patches/240-remove_dfs_api.patch [new file with mode: 0644]
trunk/package/network/services/samba36/patches/250-remove_domain_logon.patch [new file with mode: 0644]
trunk/package/network/services/samba36/patches/260-remove_samr.patch [new file with mode: 0644]
trunk/package/network/services/samba36/patches/270-remove_registry_backend.patch [new file with mode: 0644]
trunk/package/network/services/samba36/patches/280-strip_srvsvc.patch [new file with mode: 0644]
trunk/package/network/services/samba36/patches/290-remove_lsa.patch [new file with mode: 0644]
trunk/package/network/services/samba36/patches/300-assert_debug_level.patch [new file with mode: 0644]
trunk/package/network/services/samba36/patches/310-remove_error_strings.patch [new file with mode: 0644]
trunk/package/network/services/samba36/patches/320-debug_level_checks.patch [new file with mode: 0644]
trunk/package/network/services/samba36/patches/330-librpc_default_print.patch [new file with mode: 0644]
trunk/package/network/services/uhttpd/Makefile [new file with mode: 0644]
trunk/package/network/services/uhttpd/files/ubus.default [new file with mode: 0644]
trunk/package/network/services/uhttpd/files/uhttpd.config [new file with mode: 0644]
trunk/package/network/services/uhttpd/files/uhttpd.init [new file with mode: 0755]
trunk/package/network/utils/arptables/Makefile [new file with mode: 0644]
trunk/package/network/utils/arptables/patches/100-always_optimize.patch [new file with mode: 0644]
trunk/package/network/utils/comgt/Makefile [new file with mode: 0644]
trunk/package/network/utils/comgt/files/3g.chat [new file with mode: 0644]
trunk/package/network/utils/comgt/files/3g.sh [new file with mode: 0644]
trunk/package/network/utils/comgt/files/3g.usb [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0421:03a7 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0421:060d [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0421:060e [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0421:0612 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0421:0619 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0421:061e [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0421:0623 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0421:0629 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0421:062d [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0421:062f [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0421:0638 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/05c6:0016 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/05c6:0023 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/05c6:00a0 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/05c6:6000 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/05c6:9000 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/07d1:3e01 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/07d1:3e02 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/07d1:7e11 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0af0:4005 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0af0:6901 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0af0:7201 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0af0:8120 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0af0:9200 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0b3c:c000 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0b3c:c001 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0b3c:c002 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0b3c:c003 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0b3c:c004 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0b3c:c005 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0b3c:c00a [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0b3c:c00b [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0bdb:1900 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0bdb:1902 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0bdb:190a [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0bdb:190d [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0bdb:1910 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0c88:17da [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0c88:180a [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0f3d:68a2 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/0f3d:68aa [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1004:6124 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1004:6141 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1004:6157 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1004:618f [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/106c:3711 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/106c:3714 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/106c:3715 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/106c:3716 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/106c:3717 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/106c:3718 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/106c:3721 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:0017 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:0018 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:0019 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:0020 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:0021 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:0022 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:0023 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:0024 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:0025 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:0026 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:0027 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:0028 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:0112 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:0120 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:0218 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:0220 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:0224 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:0301 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6802 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6803 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6804 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6805 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6808 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6809 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6813 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6815 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6816 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6820 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6821 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6822 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6833 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6834 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6835 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6838 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6839 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:683a [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:683b [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6850 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6851 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6852 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6853 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6855 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6856 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6859 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:685a [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6880 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6890 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6891 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6892 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:6893 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:68a2 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1199:68aa [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1035 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1404 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1406 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:140b [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:140c [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1412 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:141b [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1433 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1436 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1444 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:144e [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1464 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1465 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1491 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:14a5 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:14a8 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:14ac [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:14ae [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:14c6 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:14c8 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:14c9 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:14ca [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:14cb [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:14cc [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:14cf [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:14d2 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1506 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:150a [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:150c [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:150f [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:151b [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:151d [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:156c [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1576 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1577 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1578 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1589 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1c05 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1c07 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1c08 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1c10 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1c12 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1c1e [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1c1f [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1c23 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/12d1:1f16 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:1400 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:1410 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:1420 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:1430 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:1450 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:2100 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:2110 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:2120 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:2130 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:2400 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:2410 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:2420 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:4100 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:4400 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:6000 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:6001 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:6002 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:6010 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:7001 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:7003 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:7030 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:7031 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:7041 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:7042 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:9011 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1410:b001 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1529:3100 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/16d5:6202 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/16d5:6501 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/16d5:6502 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/16d5:6603 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/16d5:900d [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/16d8:5141 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/16d8:5533 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/16d8:5543 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/16d8:5553 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/16d8:6002 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/16d8:6006 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/16d8:6007 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/16d8:6008 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/16d8:6522 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/16d8:6523 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/16d8:6532 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/16d8:6533 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/16d8:6543 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/16d8:680a [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0001 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0002 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0015 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0016 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0017 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0018 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0019 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0022 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0024 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0025 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0031 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0033 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0037 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0039 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0042 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0052 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0055 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0057 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0063 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0064 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0066 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0073 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0079 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0082 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0086 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0091 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0094 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0104 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0108 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0116 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0117 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0121 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0124 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0128 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0142 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0143 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0152 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0157 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0167 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0170 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0199 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0257 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0265 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0284 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:0326 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1003 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1008 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1010 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1015 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1018 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1172 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1173 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1176 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1177 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1181 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1203 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1208 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1211 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1212 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1217 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1218 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1220 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1222 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1245 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1252 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1254 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1256 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1270 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1401 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1402 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1426 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1512 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1515 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1518 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1519 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1522 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1525 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1527 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1537 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1538 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:1544 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:2002 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:2003 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:ffdd [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:ffe4 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:ffe9 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:fff1 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:fffb [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:fffc [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:fffd [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:fffe [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/19d2:ffff [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1a8d:1002 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1a8d:1003 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1a8d:1007 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1a8d:1009 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1a8d:100c [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1a8d:100d [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1a8d:2006 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1bbb:0000 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1bbb:0012 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1bbb:0017 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1bbb:0052 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1bbb:00b7 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1bbb:00ca [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1bbb:011e [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1bbb:0203 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1c9e:6060 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1c9e:6061 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1c9e:9000 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1c9e:9603 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1c9e:9605 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1c9e:9607 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1c9e:9801 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1c9e:9900 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1e0e:9000 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1e0e:9100 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1e0e:9200 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1e0e:ce16 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/1e0e:cefe [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/2001:7d00 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/2001:7d01 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/2001:7d02 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/2001:7d03 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/211f:6801 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/2357:0201 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/2357:0202 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/2357:0203 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/2357:9000 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:8114 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:8115 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:8116 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:8117 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:8118 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:8128 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:8129 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:8133 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:8134 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:8135 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:8136 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:8137 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:8138 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:8147 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:8180 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:8181 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:8182 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:8186 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:8194 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:8195 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:8196 [new file with mode: 0644]
trunk/package/network/utils/comgt/files/data/413c:819b [new file with mode: 0644]
trunk/package/network/utils/comgt/files/directip-stop.gcom [new file with mode: 0644]
trunk/package/network/utils/comgt/files/directip.gcom [new file with mode: 0644]
trunk/package/network/utils/comgt/files/directip.sh [new file with mode: 0644]
trunk/package/network/utils/comgt/files/evdo.chat [new file with mode: 0644]
trunk/package/network/utils/comgt/files/getcardinfo.gcom [new file with mode: 0644]
trunk/package/network/utils/comgt/files/getcarrier.gcom [new file with mode: 0644]
trunk/package/network/utils/comgt/files/getcnum.gcom [new file with mode: 0644]
trunk/package/network/utils/comgt/files/getimsi.gcom [new file with mode: 0644]
trunk/package/network/utils/comgt/files/getstrength.gcom [new file with mode: 0644]
trunk/package/network/utils/comgt/files/ncm.json [new file with mode: 0644]
trunk/package/network/utils/comgt/files/ncm.sh [new file with mode: 0644]
trunk/package/network/utils/comgt/files/runcommand.gcom [new file with mode: 0644]
trunk/package/network/utils/comgt/files/setmode.gcom [new file with mode: 0644]
trunk/package/network/utils/comgt/files/setpin.gcom [new file with mode: 0644]
trunk/package/network/utils/comgt/patches/001-compile_fix.patch [new file with mode: 0644]
trunk/package/network/utils/comgt/patches/002-termios.patch [new file with mode: 0644]
trunk/package/network/utils/comgt/patches/003-no_XCASE.patch [new file with mode: 0644]
trunk/package/network/utils/conntrack-tools/Makefile [new file with mode: 0644]
trunk/package/network/utils/conntrack-tools/patches/100-compile_fix.patch [new file with mode: 0644]
trunk/package/network/utils/curl/Config.in [new file with mode: 0644]
trunk/package/network/utils/curl/Makefile [new file with mode: 0644]
trunk/package/network/utils/curl/patches/100-check_long_long.patch [new file with mode: 0644]
trunk/package/network/utils/curl/patches/200-no_docs_tests.patch [new file with mode: 0644]
trunk/package/network/utils/dante/Makefile [new file with mode: 0644]
trunk/package/network/utils/dante/patches/001-automake-compat.patch [new file with mode: 0644]
trunk/package/network/utils/dante/patches/100-do-not-use-defdname.patch [new file with mode: 0644]
trunk/package/network/utils/dante/patches/200-fix-RTLD_NEXT.patch [new file with mode: 0644]
trunk/package/network/utils/ebtables/Makefile [new file with mode: 0644]
trunk/package/network/utils/fwknop/Makefile [new file with mode: 0644]
trunk/package/network/utils/fwknop/patches/001-fix_config.patch [new file with mode: 0644]
trunk/package/network/utils/fwknop/patches/002-fix_init.patch [new file with mode: 0644]
trunk/package/network/utils/git/Makefile [new file with mode: 0644]
trunk/package/network/utils/git/patches/100-convert_builtin.patch [new file with mode: 0644]
trunk/package/network/utils/git/patches/200-disable_fasthash.patch [new file with mode: 0644]
trunk/package/network/utils/ifenslave/Makefile [new file with mode: 0644]
trunk/package/network/utils/iftop/Makefile [new file with mode: 0644]
trunk/package/network/utils/iftop/patches/0001-force-ncurses.patch [new file with mode: 0644]
trunk/package/network/utils/iperf/Makefile [new file with mode: 0644]
trunk/package/network/utils/iperf/patches/001-set-report-next-time-in-single-thread-mode.patch [new file with mode: 0644]
trunk/package/network/utils/iproute2/Makefile [new file with mode: 0644]
trunk/package/network/utils/iproute2/files/15-teql [new file with mode: 0644]
trunk/package/network/utils/iproute2/patches/001-config.patch [new file with mode: 0644]
trunk/package/network/utils/iproute2/patches/004-darwin_fixes.patch [new file with mode: 0644]
trunk/package/network/utils/iproute2/patches/006-no_sctp.patch [new file with mode: 0644]
trunk/package/network/utils/iproute2/patches/007-no_arpd.patch [new file with mode: 0644]
trunk/package/network/utils/iproute2/patches/008-no_netem.patch [new file with mode: 0644]
trunk/package/network/utils/iproute2/patches/010-type_fixes.patch [new file with mode: 0644]
trunk/package/network/utils/iproute2/patches/100-allow_pfifo_fast.patch [new file with mode: 0644]
trunk/package/network/utils/iproute2/patches/110-extra-ccopts.patch [new file with mode: 0644]
trunk/package/network/utils/iproute2/patches/120-libnetlink-pic.patch [new file with mode: 0644]
trunk/package/network/utils/iproute2/patches/200-add-tc_esfq.patch [new file with mode: 0644]
trunk/package/network/utils/iproute2/patches/210-add-act_connmark.patch [new file with mode: 0644]
trunk/package/network/utils/iproute2/patches/300-ip_tiny.patch [new file with mode: 0644]
trunk/package/network/utils/iproute2/patches/900-drop_FAILED_POLICY.patch [new file with mode: 0644]
trunk/package/network/utils/ipset/Makefile [new file with mode: 0644]
trunk/package/network/utils/ipset/patches/001-timeout-size.patch [new file with mode: 0644]
trunk/package/network/utils/iptables/Makefile [new file with mode: 0644]
trunk/package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch [new file with mode: 0644]
trunk/package/network/utils/iptables/patches/030-no-libnfnetlink.patch [new file with mode: 0644]
trunk/package/network/utils/iptables/patches/050-optional-xml.patch [new file with mode: 0644]
trunk/package/network/utils/iptables/patches/100-bash-location.patch [new file with mode: 0644]
trunk/package/network/utils/iptables/patches/200-configurable_builtin.patch [new file with mode: 0644]
trunk/package/network/utils/iptables/patches/300-musl_fixes.patch [new file with mode: 0644]
trunk/package/network/utils/iptables/patches/500-add-xt_id-match.patch [new file with mode: 0644]
trunk/package/network/utils/iptables/patches/600-shared-libext.patch [new file with mode: 0644]
trunk/package/network/utils/iptables/patches/700-disable-legacy-revisions.patch [new file with mode: 0644]
trunk/package/network/utils/iputils/Makefile [new file with mode: 0644]
trunk/package/network/utils/iputils/patches/001-iputils.patch [new file with mode: 0644]
trunk/package/network/utils/iputils/patches/002-fix-ipv6.patch [new file with mode: 0644]
trunk/package/network/utils/iputils/patches/003-fix-makefile.patch [new file with mode: 0644]
trunk/package/network/utils/iputils/patches/010-ping6_uclibc_resolv.patch [new file with mode: 0644]
trunk/package/network/utils/iputils/patches/011-ping6_use_gnu_source.patch [new file with mode: 0644]
trunk/package/network/utils/iputils/patches/020-include_fixes.patch [new file with mode: 0644]
trunk/package/network/utils/irssi/Makefile [new file with mode: 0644]
trunk/package/network/utils/iw/Makefile [new file with mode: 0644]
trunk/package/network/utils/iw/patches/001-nl80211_h_sync.patch [new file with mode: 0644]
trunk/package/network/utils/iw/patches/010-dynack.patch [new file with mode: 0644]
trunk/package/network/utils/iw/patches/120-antenna_gain.patch [new file with mode: 0644]
trunk/package/network/utils/iw/patches/200-reduce_size.patch [new file with mode: 0644]
trunk/package/network/utils/iwcap/Makefile [new file with mode: 0644]
trunk/package/network/utils/iwcap/src/iwcap.c [new file with mode: 0644]
trunk/package/network/utils/iwinfo/Makefile [new file with mode: 0644]
trunk/package/network/utils/linux-atm/Makefile [new file with mode: 0644]
trunk/package/network/utils/linux-atm/files/br2684ctl [new file with mode: 0755]
trunk/package/network/utils/linux-atm/patches/000-debian_16.patch [new file with mode: 0644]
trunk/package/network/utils/linux-atm/patches/200-no_libfl.patch [new file with mode: 0644]
trunk/package/network/utils/linux-atm/patches/300-objcopy_path.patch [new file with mode: 0644]
trunk/package/network/utils/linux-atm/patches/400-portability_fixes.patch [new file with mode: 0644]
trunk/package/network/utils/maccalc/Makefile [new file with mode: 0644]
trunk/package/network/utils/maccalc/src/Makefile [new file with mode: 0644]
trunk/package/network/utils/maccalc/src/main.c [new file with mode: 0644]
trunk/package/network/utils/nftables/Makefile [new file with mode: 0644]
trunk/package/network/utils/nftables/patches/102-build-allow-building-with-mini-gmp-instead-of-gmp.patch [new file with mode: 0644]
trunk/package/network/utils/nftables/patches/104-fix-CFLAGS-handling.patch [new file with mode: 0644]
trunk/package/network/utils/nginx/Config.in [new file with mode: 0644]
trunk/package/network/utils/nginx/Makefile [new file with mode: 0644]
trunk/package/network/utils/nginx/files/nginx.init [new file with mode: 0644]
trunk/package/network/utils/nginx/files/nginx.proxyprotocol.example [new file with mode: 0644]
trunk/package/network/utils/nginx/files/nginx.syslog.example [new file with mode: 0644]
trunk/package/network/utils/nginx/patches-lua-nginx/300-ldl.patch [new file with mode: 0644]
trunk/package/network/utils/nginx/patches-nginx-upstream-check/check_1.2.6+.patch [new file with mode: 0644]
trunk/package/network/utils/nginx/patches/101-feature_test_fix.patch [new file with mode: 0644]
trunk/package/network/utils/nginx/patches/102-sizeof_test_fix.patch [new file with mode: 0644]
trunk/package/network/utils/nginx/patches/103-sys_nerr.patch [new file with mode: 0644]
trunk/package/network/utils/nginx/patches/200-config.patch [new file with mode: 0644]
trunk/package/network/utils/nginx/patches/300-crosscompile_ccflags.patch [new file with mode: 0644]
trunk/package/network/utils/nginx/patches/400-nginx-1.4.x_proxy_protocol_patch_v2.patch [new file with mode: 0644]
trunk/package/network/utils/nginx/patches/401-nginx-1.4.0-syslog.patch [new file with mode: 0644]
trunk/package/network/utils/nmap/Makefile [new file with mode: 0644]
trunk/package/network/utils/owipcalc/Makefile [new file with mode: 0644]
trunk/package/network/utils/owipcalc/src/owipcalc.c [new file with mode: 0644]
trunk/package/network/utils/resolveip/Makefile [new file with mode: 0644]
trunk/package/network/utils/resolveip/src/resolveip.c [new file with mode: 0644]
trunk/package/network/utils/rssileds/Makefile [new file with mode: 0644]
trunk/package/network/utils/rssileds/files/rssileds.init [new file with mode: 0644]
trunk/package/network/utils/rssileds/src/rssileds.c [new file with mode: 0644]
trunk/package/network/utils/rsync/Config.in [new file with mode: 0644]
trunk/package/network/utils/rsync/Makefile [new file with mode: 0644]
trunk/package/network/utils/rsync/files/rsyncd.conf [new file with mode: 0644]
trunk/package/network/utils/rsync/files/rsyncd.init [new file with mode: 0644]
trunk/package/network/utils/tcpdump/Makefile [new file with mode: 0644]
trunk/package/network/utils/tcpdump/patches/001-remove_pcap_debug.patch [new file with mode: 0644]
trunk/package/network/utils/tcpdump/patches/002-remove_static_libpcap_check.patch [new file with mode: 0644]
trunk/package/network/utils/tcpdump/patches/100-tcpdump_mini.patch [new file with mode: 0644]
trunk/package/network/utils/umbim/Makefile [new file with mode: 0644]
trunk/package/network/utils/umbim/files/lib/netifd/proto/mbim.sh [new file with mode: 0755]
trunk/package/network/utils/uqmi/Makefile [new file with mode: 0644]
trunk/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh [new file with mode: 0755]
trunk/package/network/utils/wireless-tools/Makefile [new file with mode: 0644]
trunk/package/network/utils/wireless-tools/patches/001-debian.patch [new file with mode: 0644]
trunk/package/network/utils/wireless-tools/patches/002-fix-iwconfig-power-argument-parsing.patch [new file with mode: 0644]
trunk/package/network/utils/wireless-tools/patches/003-we_essential_def.patch [new file with mode: 0644]
trunk/package/network/utils/wireless-tools/patches/004-increase_iwlist_buffer.patch [new file with mode: 0644]
trunk/package/network/utils/wwan/Makefile [new file with mode: 0644]
trunk/package/network/utils/wwan/files/wwan.sh [new file with mode: 0755]
trunk/package/network/utils/wwan/files/wwan.usb [new file with mode: 0644]
trunk/package/network/utils/wwan/files/wwan.usbmisc [new file with mode: 0644]
trunk/package/network/utils/xtables-addons/Makefile [new file with mode: 0644]
trunk/package/network/utils/xtables-addons/patches/002-fix-kernel-version-detection.patch [new file with mode: 0644]
trunk/package/network/utils/xtables-addons/patches/100-add-rtsp-conntrack.patch [new file with mode: 0644]
trunk/package/network/utils/xtables-addons/patches/200-add-lua-packetscript.patch [new file with mode: 0644]
trunk/package/network/utils/xtables-addons/patches/201-fix-lua-packetscript.patch [new file with mode: 0644]
trunk/package/network/utils/xtables-addons/patches/300-geoip-endian-detection.patch [new file with mode: 0644]
trunk/package/system/ca-certificates/Makefile [new file with mode: 0644]
trunk/package/system/fstools/Makefile [new file with mode: 0644]
trunk/package/system/fstools/files/fstab.default [new file with mode: 0644]
trunk/package/system/fstools/files/fstab.init [new file with mode: 0644]
trunk/package/system/fstools/files/mount.hotplug [new file with mode: 0644]
trunk/package/system/fstools/files/snapshot [new file with mode: 0644]
trunk/package/system/mountd/Makefile [new file with mode: 0644]
trunk/package/system/mountd/files/mountd.config [new file with mode: 0644]
trunk/package/system/mountd/files/mountd.init [new file with mode: 0755]
trunk/package/system/mountd/patches/010-uci_rename_history_to_delta.patch [new file with mode: 0644]
trunk/package/system/mountd/patches/020-handle_timeout.patch [new file with mode: 0644]
trunk/package/system/mountd/patches/030-ext4_support.patch [new file with mode: 0644]
trunk/package/system/mountd/patches/040-optional-daemonize.patch [new file with mode: 0644]
trunk/package/system/mountd/patches/050-no_error_h.patch [new file with mode: 0644]
trunk/package/system/mountd/patches/060-link_libubox.patch [new file with mode: 0644]
trunk/package/system/mtd/Makefile [new file with mode: 0644]
trunk/package/system/mtd/src/Makefile [new file with mode: 0644]
trunk/package/system/mtd/src/crc32.c [new file with mode: 0644]
trunk/package/system/mtd/src/crc32.h [new file with mode: 0644]
trunk/package/system/mtd/src/fis.c [new file with mode: 0644]
trunk/package/system/mtd/src/fis.h [new file with mode: 0644]
trunk/package/system/mtd/src/imagetag.c [new file with mode: 0644]
trunk/package/system/mtd/src/jffs2.c [new file with mode: 0644]
trunk/package/system/mtd/src/jffs2.h [new file with mode: 0644]
trunk/package/system/mtd/src/md5.c [new file with mode: 0644]
trunk/package/system/mtd/src/md5.h [new file with mode: 0644]
trunk/package/system/mtd/src/mtd.c [new file with mode: 0644]
trunk/package/system/mtd/src/mtd.h [new file with mode: 0644]
trunk/package/system/mtd/src/seama.c [new file with mode: 0644]
trunk/package/system/mtd/src/seama.h [new file with mode: 0644]
trunk/package/system/mtd/src/trx.c [new file with mode: 0644]
trunk/package/system/opkg/Makefile [new file with mode: 0644]
trunk/package/system/opkg/files/opkg-smime.conf [new file with mode: 0644]
trunk/package/system/opkg/files/opkg.conf [new file with mode: 0644]
trunk/package/system/opkg/patches/001-ship-pkg-m4.patch [new file with mode: 0644]
trunk/package/system/opkg/patches/002-no-shave.patch [new file with mode: 0644]
trunk/package/system/opkg/patches/004-host_cpu.patch [new file with mode: 0644]
trunk/package/system/opkg/patches/007-force_static.patch [new file with mode: 0644]
trunk/package/system/opkg/patches/009-remove-upgrade-all.patch [new file with mode: 0644]
trunk/package/system/opkg/patches/011-old-config-location.patch [new file with mode: 0644]
trunk/package/system/opkg/patches/012-strip-trailing-conffiles-whitespace.patch [new file with mode: 0644]
trunk/package/system/opkg/patches/014-errors-to-stderr.patch [new file with mode: 0644]
trunk/package/system/opkg/patches/020-avoid_getline.patch [new file with mode: 0644]
trunk/package/system/opkg/patches/030-fix-double-free.patch [new file with mode: 0644]
trunk/package/system/opkg/patches/040-wrap-descriptions-only-on-ttys.patch [new file with mode: 0644]
trunk/package/system/opkg/patches/050-add-case-insensitive-flag.patch [new file with mode: 0644]
trunk/package/system/opkg/patches/060-add-find-command.patch [new file with mode: 0644]
trunk/package/system/opkg/patches/070-use_gzipped_pkg_list.patch [new file with mode: 0644]
trunk/package/system/opkg/patches/080-suppress-blank-package-fields.patch [new file with mode: 0644]
trunk/package/system/opkg/patches/090-suppress-blank-provides-field.patch [new file with mode: 0644]
trunk/package/system/opkg/patches/100-add-force-checksum.patch [new file with mode: 0644]
trunk/package/system/opkg/patches/110-upgrade.patch [new file with mode: 0644]
trunk/package/system/procd/Makefile [new file with mode: 0644]
trunk/package/system/procd/files/hotplug-preinit.json [new file with mode: 0644]
trunk/package/system/procd/files/hotplug.json [new file with mode: 0644]
trunk/package/system/procd/files/nand-preinit.sh [new file with mode: 0644]
trunk/package/system/procd/files/nand.sh [new file with mode: 0644]
trunk/package/system/procd/files/procd.sh [new file with mode: 0644]
trunk/package/system/procd/files/reload_config [new file with mode: 0644]
trunk/package/system/rpcd/Makefile [new file with mode: 0644]
trunk/package/system/rpcd/files/rpcd.config [new file with mode: 0644]
trunk/package/system/rpcd/files/rpcd.init [new file with mode: 0755]
trunk/package/system/ubox/Makefile [new file with mode: 0644]
trunk/package/system/ubox/files/log.init [new file with mode: 0644]
trunk/package/system/ubus/Makefile [new file with mode: 0644]
trunk/package/system/uci/Makefile [new file with mode: 0644]
trunk/package/system/uci/files/lib/config/uci.sh [new file with mode: 0644]
trunk/package/system/udev/Config.in [new file with mode: 0644]
trunk/package/system/udev/Makefile [new file with mode: 0644]
trunk/package/system/udev/patches/0001-build-don-t-use-gc-sections.patch [new file with mode: 0644]
trunk/package/system/udev/patches/0002-udevd-add-lrt-for-message-queue-symbols.patch [new file with mode: 0644]
trunk/package/system/udev/patches/0003-add_btn_trigger_happy_define.patch [new file with mode: 0644]
trunk/package/system/zram-swap/Makefile [new file with mode: 0644]
trunk/package/system/zram-swap/files/zram.init [new file with mode: 0644]
trunk/package/utils/admswconfig/Makefile [new file with mode: 0644]
trunk/package/utils/admswconfig/files/admswconfig [new file with mode: 0644]
trunk/package/utils/admswconfig/files/admswswitch.sh [new file with mode: 0644]
trunk/package/utils/admswconfig/patches/001-matrix.patch [new file with mode: 0644]
trunk/package/utils/busybox/Config-defaults.in [new file with mode: 0644]
trunk/package/utils/busybox/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/Makefile [new file with mode: 0644]
trunk/package/utils/busybox/config/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/archival/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/console-tools/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/coreutils/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/debianutils/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/e2fsprogs/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/e2fsprogs/old_e2fsprogs/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/editors/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/findutils/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/init/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/libbb/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/loginutils/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/mailutils/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/miscutils/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/modutils/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/networking/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/networking/udhcp/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/printutils/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/procps/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/runit/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/selinux/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/shell/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/sysklogd/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/util-linux/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/config/util-linux/volume_id/Config.in [new file with mode: 0644]
trunk/package/utils/busybox/convert_defaults.pl [new file with mode: 0755]
trunk/package/utils/busybox/convert_menuconfig.pl [new file with mode: 0755]
trunk/package/utils/busybox/files/cron [new file with mode: 0755]
trunk/package/utils/busybox/files/ntpd-hotplug [new file with mode: 0755]
trunk/package/utils/busybox/files/sysntpd [new file with mode: 0755]
trunk/package/utils/busybox/files/telnet [new file with mode: 0755]
trunk/package/utils/busybox/patches/001-resource_h_include.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/002-upstream_ash_fix.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/003-upstream_date_fix.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/004-upstream_iplink_fix.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/005-upstream_nc_fix.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/006-upstream_lzop_fix.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/007-upstream_zcat_no_ext_fix.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/100-trylink_bash.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/101-gen_build_files_bash.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/110-no_static_libgcc.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/120-remove_uclibc_rpc_check.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/130-mconf_missing_sigwinch.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/200-udhcpc_reduce_msgs.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/201-udhcpc_changed_ifindex.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/203-udhcpc_renew_no_deconfig.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/204-udhcpc_src_ip_rebind.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/210-add_netmsg_util.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/220-add_lock_util.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/230-ntpd_delayed_resolve.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/240-telnetd_intr.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/250-date-k-flag.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/260-arping_missing_includes.patch [new file with mode: 0644]
trunk/package/utils/busybox/patches/270-libbb_make_unicode_printable.patch [new file with mode: 0644]
trunk/package/utils/e2fsprogs/Makefile [new file with mode: 0644]
trunk/package/utils/e2fsprogs/files/e2fsck.conf [new file with mode: 0644]
trunk/package/utils/e2fsprogs/files/e2fsck.sh [new file with mode: 0644]
trunk/package/utils/e2fsprogs/patches/001-link-against-libuuid.patch [new file with mode: 0644]
trunk/package/utils/e2fsprogs/patches/002-no_malloc_h.patch [new file with mode: 0644]
trunk/package/utils/e2fsprogs/patches/003-com_err_version.patch [new file with mode: 0644]
trunk/package/utils/fbtest/Makefile [new file with mode: 0644]
trunk/package/utils/fbtest/src/Makefile [new file with mode: 0644]
trunk/package/utils/fbtest/src/fbtest.c [new file with mode: 0644]
trunk/package/utils/flashrom/Makefile [new file with mode: 0644]
trunk/package/utils/flashrom/patches/100-mipsel_fix.patch [new file with mode: 0755]
trunk/package/utils/fuse/Makefile [new file with mode: 0644]
trunk/package/utils/fuse/patches/112-no_break_on_mknod.patch [new file with mode: 0644]
trunk/package/utils/hostap-utils/Makefile [new file with mode: 0644]
trunk/package/utils/jsonfilter/Makefile [new file with mode: 0644]
trunk/package/utils/lua/Makefile [new file with mode: 0644]
trunk/package/utils/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch [new file with mode: 0644]
trunk/package/utils/lua/patches-host/011-lnum-use-double.patch [new file with mode: 0644]
trunk/package/utils/lua/patches-host/015-lnum-ppc-compat.patch [new file with mode: 0644]
trunk/package/utils/lua/patches-host/030-archindependent-bytecode.patch [new file with mode: 0644]
trunk/package/utils/lua/patches-host/100-no_readline.patch [new file with mode: 0644]
trunk/package/utils/lua/patches/010-lua-5.1.3-lnum-full-260308.patch [new file with mode: 0644]
trunk/package/utils/lua/patches/011-lnum-use-double.patch [new file with mode: 0644]
trunk/package/utils/lua/patches/015-lnum-ppc-compat.patch [new file with mode: 0644]
trunk/package/utils/lua/patches/020-shared_liblua.patch [new file with mode: 0644]
trunk/package/utils/lua/patches/030-archindependent-bytecode.patch [new file with mode: 0644]
trunk/package/utils/lua/patches/100-no_readline.patch [new file with mode: 0644]
trunk/package/utils/lua/patches/200-lua-path.patch [new file with mode: 0644]
trunk/package/utils/lua/patches/300-opcode_performance.patch [new file with mode: 0644]
trunk/package/utils/mdadm/Makefile [new file with mode: 0644]
trunk/package/utils/mdadm/patches/000-compile.patch [new file with mode: 0644]
trunk/package/utils/mdadm/patches/100-cross_compile.patch [new file with mode: 0644]
trunk/package/utils/mdadm/patches/200-reduce_size.patch [new file with mode: 0644]
trunk/package/utils/mkelfimage/Makefile [new file with mode: 0644]
trunk/package/utils/mkelfimage/patches/no-stack-protector.patch [new file with mode: 0644]
trunk/package/utils/nano/Makefile [new file with mode: 0644]
trunk/package/utils/nvram/Makefile [new file with mode: 0644]
trunk/package/utils/nvram/files/nvram.init [new file with mode: 0755]
trunk/package/utils/nvram/src/Makefile [new file with mode: 0644]
trunk/package/utils/nvram/src/cli.c [new file with mode: 0644]
trunk/package/utils/nvram/src/crc.c [new file with mode: 0644]
trunk/package/utils/nvram/src/nvram.c [new file with mode: 0644]
trunk/package/utils/nvram/src/nvram.h [new file with mode: 0644]
trunk/package/utils/nvram/src/sdinitvals.h [new file with mode: 0644]
trunk/package/utils/pciutils/Makefile [new file with mode: 0644]
trunk/package/utils/pciutils/patches/100-remove-no-timestamping.patch [new file with mode: 0644]
trunk/package/utils/pciutils/patches/101-no-strip.patch [new file with mode: 0644]
trunk/package/utils/pciutils/patches/102-compressed-ids.patch [new file with mode: 0644]
trunk/package/utils/pciutils/patches/103-relative-path-ids.patch [new file with mode: 0644]
trunk/package/utils/pciutils/patches/104-resolv.patch [new file with mode: 0644]
trunk/package/utils/px5g-standalone/Makefile [new file with mode: 0644]
trunk/package/utils/px5g-standalone/src/Makefile [new file with mode: 0644]
trunk/package/utils/px5g-standalone/src/library/base64.c [new file with mode: 0644]
trunk/package/utils/px5g-standalone/src/library/bignum.c [new file with mode: 0644]
trunk/package/utils/px5g-standalone/src/library/havege.c [new file with mode: 0644]
trunk/package/utils/px5g-standalone/src/library/rsa.c [new file with mode: 0644]
trunk/package/utils/px5g-standalone/src/library/sha1.c [new file with mode: 0644]
trunk/package/utils/px5g-standalone/src/library/timing.c [new file with mode: 0644]
trunk/package/utils/px5g-standalone/src/library/x509write.c [new file with mode: 0644]
trunk/package/utils/px5g-standalone/src/polarssl/base64.h [new file with mode: 0644]
trunk/package/utils/px5g-standalone/src/polarssl/bignum.h [new file with mode: 0644]
trunk/package/utils/px5g-standalone/src/polarssl/bn_mul.h [new file with mode: 0644]
trunk/package/utils/px5g-standalone/src/polarssl/config.h [new file with mode: 0644]
trunk/package/utils/px5g-standalone/src/polarssl/havege.h [new file with mode: 0644]
trunk/package/utils/px5g-standalone/src/polarssl/rsa.h [new file with mode: 0644]
trunk/package/utils/px5g-standalone/src/polarssl/sha1.h [new file with mode: 0644]
trunk/package/utils/px5g-standalone/src/polarssl/timing.h [new file with mode: 0644]
trunk/package/utils/px5g-standalone/src/polarssl/x509.h [new file with mode: 0644]
trunk/package/utils/px5g-standalone/src/px5g.c [new file with mode: 0644]
trunk/package/utils/px5g/Makefile [new file with mode: 0644]
trunk/package/utils/px5g/px5g.c [new file with mode: 0644]
trunk/package/utils/robocfg/Makefile [new file with mode: 0644]
trunk/package/utils/robocfg/src/Makefile [new file with mode: 0644]
trunk/package/utils/robocfg/src/etc53xx.h [new file with mode: 0644]
trunk/package/utils/robocfg/src/robocfg.c [new file with mode: 0644]
trunk/package/utils/spidev_test/Makefile [new file with mode: 0644]
trunk/package/utils/ubi-utils/Makefile [new file with mode: 0644]
trunk/package/utils/ubi-utils/patches/010-fix-rpmatch.patch [new file with mode: 0644]
trunk/package/utils/ubi-utils/patches/100-fix_includes.patch [new file with mode: 0644]
trunk/package/utils/ubi-utils/patches/130-lzma_jffs2.patch [new file with mode: 0644]
trunk/package/utils/ugps/Makefile [new file with mode: 0644]
trunk/package/utils/ugps/files/gps.config [new file with mode: 0644]
trunk/package/utils/ugps/files/ugps.init [new file with mode: 0644]
trunk/package/utils/usbmode/Makefile [new file with mode: 0644]
trunk/package/utils/usbmode/data/12d1:1f16 [new file with mode: 0644]
trunk/package/utils/usbmode/files/usbmode.hotplug [new file with mode: 0644]
trunk/package/utils/usbmode/files/usbmode.init [new file with mode: 0755]
trunk/package/utils/usbreset/Makefile [new file with mode: 0644]
trunk/package/utils/usbreset/src/usbreset.c [new file with mode: 0644]
trunk/package/utils/usbutils/Makefile [new file with mode: 0644]
trunk/package/utils/util-linux/Makefile [new file with mode: 0644]
trunk/package/utils/util-linux/patches/0001-switch_root-improve-statfs-f_type-portability.patch [new file with mode: 0644]
trunk/package/utils/util-linux/patches/0002-lib-colors-use-static-buffers-when-parse-scheme.patch [new file with mode: 0644]
trunk/package/utils/util-linux/patches/001-no-printf-alloc.patch [new file with mode: 0644]
trunk/package/utils/util-linux/patches/002-mkostemp.patch [new file with mode: 0644]
trunk/package/utils/xfsprogs/Makefile [new file with mode: 0644]
trunk/package/utils/xfsprogs/patches/001-automake-compat.patch [new file with mode: 0644]
trunk/package/utils/xfsprogs/patches/100-no_aio.patch [new file with mode: 0644]
trunk/package/utils/xfsprogs/patches/110-uclibc_no_ustat.patch [new file with mode: 0644]
trunk/package/utils/xfsprogs/patches/120-portability.patch [new file with mode: 0644]
trunk/package/utils/xfsprogs/patches/130-uclibc_no_xattr.patch [new file with mode: 0644]
trunk/package/utils/xfsprogs/patches/140-no_po.patch [new file with mode: 0644]
trunk/package/utils/xfsprogs/patches/150-include_fixes.patch [new file with mode: 0644]
trunk/rules.mk [new file with mode: 0644]
trunk/scripts/arm-magic.sh [new file with mode: 0755]
trunk/scripts/brcmImage.pl [new file with mode: 0755]
trunk/scripts/bundle-libraries.sh [new file with mode: 0755]
trunk/scripts/checkpatch.pl [new file with mode: 0755]
trunk/scripts/clang-gcc-wrapper [new file with mode: 0755]
trunk/scripts/clean-package.sh [new file with mode: 0755]
trunk/scripts/cleanfile [new file with mode: 0755]
trunk/scripts/cleanpatch [new file with mode: 0755]
trunk/scripts/combined-ext-image.sh [new file with mode: 0755]
trunk/scripts/combined-image.sh [new file with mode: 0644]
trunk/scripts/config.guess [new file with mode: 0755]
trunk/scripts/config.rpath [new file with mode: 0755]
trunk/scripts/config.sub [new file with mode: 0755]
trunk/scripts/config/Makefile [new file with mode: 0644]
trunk/scripts/config/README [new file with mode: 0644]
trunk/scripts/config/conf.c [new file with mode: 0644]
trunk/scripts/config/confdata.c [new file with mode: 0644]
trunk/scripts/config/expr.c [new file with mode: 0644]
trunk/scripts/config/expr.h [new file with mode: 0644]
trunk/scripts/config/list.h [new file with mode: 0644]
trunk/scripts/config/lkc.h [new file with mode: 0644]
trunk/scripts/config/lkc_proto.h [new file with mode: 0644]
trunk/scripts/config/lxdialog/check-lxdialog.sh [new file with mode: 0644]
trunk/scripts/config/lxdialog/checklist.c [new file with mode: 0644]
trunk/scripts/config/lxdialog/dialog.h [new file with mode: 0644]
trunk/scripts/config/lxdialog/inputbox.c [new file with mode: 0644]
trunk/scripts/config/lxdialog/menubox.c [new file with mode: 0644]
trunk/scripts/config/lxdialog/textbox.c [new file with mode: 0644]
trunk/scripts/config/lxdialog/util.c [new file with mode: 0644]
trunk/scripts/config/lxdialog/yesno.c [new file with mode: 0644]
trunk/scripts/config/mconf.c [new file with mode: 0644]
trunk/scripts/config/mconf_check [new file with mode: 0644]
trunk/scripts/config/menu.c [new file with mode: 0644]
trunk/scripts/config/symbol.c [new file with mode: 0644]
trunk/scripts/config/util.c [new file with mode: 0644]
trunk/scripts/config/zconf.gperf [new file with mode: 0644]
trunk/scripts/config/zconf.hash.c [new file with mode: 0644]
trunk/scripts/config/zconf.hash.c_shipped [new file with mode: 0644]
trunk/scripts/config/zconf.l [new file with mode: 0644]
trunk/scripts/config/zconf.lex.c [new file with mode: 0644]
trunk/scripts/config/zconf.lex.c_shipped [new file with mode: 0644]
trunk/scripts/config/zconf.tab.c [new file with mode: 0644]
trunk/scripts/config/zconf.tab.c_shipped [new file with mode: 0644]
trunk/scripts/config/zconf.y [new file with mode: 0644]
trunk/scripts/deptest.sh [new file with mode: 0755]
trunk/scripts/diffconfig.sh [new file with mode: 0755]
trunk/scripts/dl_cleanup.py [new file with mode: 0755]
trunk/scripts/download.pl [new file with mode: 0755]
trunk/scripts/env [new file with mode: 0755]
trunk/scripts/ext-toolchain.sh [new file with mode: 0755]
trunk/scripts/feeds [new file with mode: 0755]
trunk/scripts/flashing/adam2flash-502T.pl [new file with mode: 0755]
trunk/scripts/flashing/adam2flash-fritzbox.pl [new file with mode: 0755]
trunk/scripts/flashing/adam2flash.pl [new file with mode: 0755]
trunk/scripts/flashing/adsl2mue_flash.pl [new file with mode: 0755]
trunk/scripts/flashing/flash.sh [new file with mode: 0755]
trunk/scripts/flashing/jungo-image.py [new file with mode: 0755]
trunk/scripts/freebsd.sh [new file with mode: 0644]
trunk/scripts/gen-dependencies.sh [new file with mode: 0755]
trunk/scripts/getver.sh [new file with mode: 0755]
trunk/scripts/ipkg-build [new file with mode: 0755]
trunk/scripts/ipkg-make-index.sh [new file with mode: 0755]
trunk/scripts/kconfig.pl [new file with mode: 0755]
trunk/scripts/make-ipkg-dir.sh [new file with mode: 0755]
trunk/scripts/md5sum [new file with mode: 0755]
trunk/scripts/metadata.pl [new file with mode: 0755]
trunk/scripts/metadata.pm [new file with mode: 0644]
trunk/scripts/mkits.sh [new file with mode: 0755]
trunk/scripts/om-fwupgradecfg-gen.sh [new file with mode: 0644]
trunk/scripts/openbsd.sh [new file with mode: 0644]
trunk/scripts/pad_image [new file with mode: 0755]
trunk/scripts/patch-kernel.sh [new file with mode: 0755]
trunk/scripts/patch-specs.sh [new file with mode: 0755]
trunk/scripts/redboot-script.pl [new file with mode: 0755]
trunk/scripts/relink-lib.sh [new file with mode: 0755]
trunk/scripts/remote-gdb [new file with mode: 0755]
trunk/scripts/rstrip.sh [new file with mode: 0755]
trunk/scripts/slugimage.pl [new file with mode: 0755]
trunk/scripts/srecimage.pl [new file with mode: 0755]
trunk/scripts/strip-kmod.sh [new file with mode: 0755]
trunk/scripts/symlink-tree.sh [new file with mode: 0755]
trunk/scripts/timestamp.pl [new file with mode: 0755]
trunk/scripts/ubinize-image.sh [new file with mode: 0755]
trunk/scripts/update-package-md5sum [new file with mode: 0755]
trunk/target/Config.in [new file with mode: 0644]
trunk/target/Makefile [new file with mode: 0644]
trunk/target/imagebuilder/Config.in [new file with mode: 0644]
trunk/target/imagebuilder/Makefile [new file with mode: 0644]
trunk/target/imagebuilder/files/Makefile [new file with mode: 0644]
trunk/target/imagebuilder/files/repositories.conf [new file with mode: 0644]
trunk/target/linux/Makefile [new file with mode: 0644]
trunk/target/linux/ar71xx/Makefile [new file with mode: 0644]
trunk/target/linux/ar71xx/base-files.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/base-files/etc/diag.sh [new file with mode: 0755]
trunk/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom [new file with mode: 0644]
trunk/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata [new file with mode: 0644]
trunk/target/linux/ar71xx/base-files/etc/hotplug.d/net/10-ar922x-led-fix [new file with mode: 0644]
trunk/target/linux/ar71xx/base-files/etc/inittab [new file with mode: 0644]
trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_gpio-switches [new file with mode: 0644]
trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds [new file with mode: 0755]
trunk/target/linux/ar71xx/base-files/etc/uci-defaults/02_network [new file with mode: 0755]
trunk/target/linux/ar71xx/base-files/etc/uci-defaults/03_network-switchX-migration [new file with mode: 0755]
trunk/target/linux/ar71xx/base-files/etc/uci-defaults/03_network-vlan-migration [new file with mode: 0755]
trunk/target/linux/ar71xx/base-files/etc/uci-defaults/04_led_migration [new file with mode: 0755]
trunk/target/linux/ar71xx/base-files/etc/uci-defaults/09_fix-seama-header [new file with mode: 0755]
trunk/target/linux/ar71xx/base-files/etc/uci-defaults/09_fix-trx-header [new file with mode: 0644]
trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh [new file with mode: 0755]
trunk/target/linux/ar71xx/base-files/lib/preinit/03_preinit_do_ar71xx.sh [new file with mode: 0644]
trunk/target/linux/ar71xx/base-files/lib/preinit/05_set_iface_mac_ar71xx [new file with mode: 0644]
trunk/target/linux/ar71xx/base-files/lib/preinit/05_set_preinit_iface_ar71xx [new file with mode: 0644]
trunk/target/linux/ar71xx/base-files/lib/preinit/82_patch_ath10k [new file with mode: 0644]
trunk/target/linux/ar71xx/base-files/lib/upgrade/allnet.sh [new file with mode: 0644]
trunk/target/linux/ar71xx/base-files/lib/upgrade/dir825.sh [new file with mode: 0644]
trunk/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh [new file with mode: 0644]
trunk/target/linux/ar71xx/base-files/lib/upgrade/platform.sh [new file with mode: 0755]
trunk/target/linux/ar71xx/base-files/sbin/wget2nand [new file with mode: 0755]
trunk/target/linux/ar71xx/config-3.18 [new file with mode: 0644]
trunk/target/linux/ar71xx/config-4.1 [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/dev-ap9x-pci.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/dev-ap9x-pci.h [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/dev-dsa.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/dev-dsa.h [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.h [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/dev-m25p80.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/dev-m25p80.h [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/dev-nfc.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/dev-nfc.h [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-alfa-ap96.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-alfa-nx.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-all0258n.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-all0315n.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-antminer-s1.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-antminer-s3.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-ap113.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-ap132.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-ap143.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-ap147.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-ap83.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-ap96.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-aw-nr580.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-bhu-bxu2000n2-a.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-cap4200ag.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-dgl-5500-a1.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-dhp-1565-a1.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-505-a1.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-600-a1.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-615-c1.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-615-i1.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-825-b1.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-825-c1.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-dlan-pro-1200-ac.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-dlan-pro-500-wp.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-dragino2.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-eap300v2.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-eap7660d.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-el-mini.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-epg5000.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-esr1750.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-esr900.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-ew-dorin.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-f9k1115v2.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-inet.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-gs-oolite.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-hiwifi-hc6361.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-hornet-ub.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-ja76pf.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-jwap003.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-mc-mac1200r.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-mr12.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-mr16.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-mr600.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-mr900.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n600.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n750.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-rext.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-mzk-w04nu.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-mzk-w300nh.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-nbg460n.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-nbg6716.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-om5p.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-onion-omega.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-pb42.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-pb92.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-qihoo-c301.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-r6100.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-rb750.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-rb91x.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-rb922.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-rb95x.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-rbsxtlite.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-rw2458n.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-smart-300.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tew-632brp.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tew-673gru.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tew-712br.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tew-732br.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr11u.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr13u.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr3020.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr3x20.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa701nd-v2.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa7210n-v2.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa830re-v2.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa901nd-v2.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa901nd.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wax50re.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wdr3500.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wdr4300.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr1041n-v2.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr1043nd-v2.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr1043nd.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr2543n.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr703n.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr720n-v3.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr741nd-v4.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr741nd.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v9.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr941nd.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tube2h.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-ubnt.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-whr-hp-g300n.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wlae-ag300n.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wlr8100.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wndr3700.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v3.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2200.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wp543.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wpe72.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj344.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj558.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wrt160nl.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wrt400n.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-450hp2.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-ag300h.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g300nh.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g300nh2.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g450h.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-zcn-1523h.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/nvram.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/nvram.h [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/pci-ath9k-fixup.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/pci-ath9k-fixup.h [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/routerboot.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/ath79/routerboot.h [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/include/asm/fw/myloader/myloader.h [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/mach-rb750.h [new file with mode: 0644]
trunk/target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/rb4xx_cpld.h [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/gpio/gpio-latch.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/gpio/gpio-nxp-74hc153.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/leds/leds-rb750.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/leds/leds-wndr3700-usb.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/mtd/cybertan_part.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/mtd/nand/ar934x_nfc.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/mtd/nand/rb750_nand.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/mtd/nand/rb91x_nand.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/mtd/tplinkpart.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/net/dsa/mv88e6063.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/Kconfig [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/Makefile [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx.h [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_ar7240.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_ar8216.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_debugfs.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_ethtool.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_mdio.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_phy.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/spi/spi-ap83.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/spi/spi-rb4xx-cpld.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/spi/spi-rb4xx.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/drivers/spi/spi-vsc7385.c [new file with mode: 0644]
trunk/target/linux/ar71xx/files/include/linux/nxp_74hc153.h [new file with mode: 0644]
trunk/target/linux/ar71xx/files/include/linux/platform/ar934x_nfc.h [new file with mode: 0644]
trunk/target/linux/ar71xx/files/include/linux/platform_data/gpio-latch.h [new file with mode: 0644]
trunk/target/linux/ar71xx/files/include/linux/platform_data/rb91x_nand.h [new file with mode: 0644]
trunk/target/linux/ar71xx/files/include/linux/spi/vsc7385.h [new file with mode: 0644]
trunk/target/linux/ar71xx/files/net/dsa/mv88e6063.c [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/config-default [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/00-default.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/01-minimal.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/02-ath5k.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/8devices.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/alfa.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/allnet.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/antminer.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/atheros.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/atlantis.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/belkin.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/bhu.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/buffalo.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/compex.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/d-link.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/devolo-dlan.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/dragino.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/easylink.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/engenius.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/ew.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/gl-connect.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/hiwifi.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/jjplus.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/linksys.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/meraki.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/mercury.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/nclink.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/netgear.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/onion.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/oolite.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/openmesh.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/pcs.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/planex.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/qihoo.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/redwave.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/rosewill.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/senao.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/sitecom.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/tp-link.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/trendnet.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/ubnt.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/wd.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/zcomax.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/profiles/zyxel.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/generic/target.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/image/Makefile [new file with mode: 0644]
trunk/target/linux/ar71xx/image/lzma-loader/Makefile [new file with mode: 0644]
trunk/target/linux/ar71xx/image/lzma-loader/src/LzmaDecode.c [new file with mode: 0644]
trunk/target/linux/ar71xx/image/lzma-loader/src/LzmaDecode.h [new file with mode: 0644]
trunk/target/linux/ar71xx/image/lzma-loader/src/LzmaTypes.h [new file with mode: 0644]
trunk/target/linux/ar71xx/image/lzma-loader/src/Makefile [new file with mode: 0644]
trunk/target/linux/ar71xx/image/lzma-loader/src/ar71xx_regs.h [new file with mode: 0644]
trunk/target/linux/ar71xx/image/lzma-loader/src/board.c [new file with mode: 0644]
trunk/target/linux/ar71xx/image/lzma-loader/src/cache.c [new file with mode: 0644]
trunk/target/linux/ar71xx/image/lzma-loader/src/cache.h [new file with mode: 0644]
trunk/target/linux/ar71xx/image/lzma-loader/src/cacheops.h [new file with mode: 0644]
trunk/target/linux/ar71xx/image/lzma-loader/src/config.h [new file with mode: 0644]
trunk/target/linux/ar71xx/image/lzma-loader/src/cp0regdef.h [new file with mode: 0644]
trunk/target/linux/ar71xx/image/lzma-loader/src/head.S [new file with mode: 0644]
trunk/target/linux/ar71xx/image/lzma-loader/src/loader.c [new file with mode: 0644]
trunk/target/linux/ar71xx/image/lzma-loader/src/loader.lds [new file with mode: 0644]
trunk/target/linux/ar71xx/image/lzma-loader/src/loader2.lds [new file with mode: 0644]
trunk/target/linux/ar71xx/image/lzma-loader/src/lzma-data.lds [new file with mode: 0644]
trunk/target/linux/ar71xx/image/lzma-loader/src/printf.c [new file with mode: 0644]
trunk/target/linux/ar71xx/image/lzma-loader/src/printf.h [new file with mode: 0644]
trunk/target/linux/ar71xx/image/ubinize-nbg6716.ini [new file with mode: 0644]
trunk/target/linux/ar71xx/image/ubinize-wndr4300.ini [new file with mode: 0644]
trunk/target/linux/ar71xx/mikrotik/config-default [new file with mode: 0644]
trunk/target/linux/ar71xx/mikrotik/profiles/01-minimal.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/mikrotik/profiles/02-ath5k.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/mikrotik/target.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/modules.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/nand/config-default [new file with mode: 0644]
trunk/target/linux/ar71xx/nand/profiles/netgear.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/nand/profiles/zyxel.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/nand/target.mk [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/102-MIPS-ath79-Avoid-using-unitialized-reg-variable.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/206-spi-ath79-make-chipselect-logic-more-flexible.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/213-MIPS-ath79-fix-ar933x-wmac-reset.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/220-add_cpu_feature_overrides.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/300-MIPS-add-MIPS_MACHINE_NONAME-macro.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/310-lib-add-rle-decompression.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/401-mtd-physmap-add-lock-unlock.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/402-mtd-SST39VF6401B-support.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/403-mtd_fix_cfi_cmdset_0002_status_check.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/404-mtd-cybertan-trx-parser.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/405-mtd-tp-link-partition-parser.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/407-mtd-m25p80-allow-to-pass-probe-types-via-platform-data.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/408-mtd-redboot_partition_scan.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/409-mtd-rb4xx_nand_driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/410-mtd-rb750-nand-driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/411-mtd-cfi_cmdset_0002-force-word-write.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/412-mtd-m25p80-zero-partition-parser-data.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/413-mtd-ar934x-nand-driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/414-mtd-rb91x-nand-driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/420-net-ar71xx_mac_driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/422-dsa-trailer-tag-validation-fix.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/423-dsa-add-88e6063-driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/425-net-phy-at803x-allow-to-configure-via-pdata.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/430-drivers-link-spi-before-mtd.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/431-spi-add-various-flags.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/432-spi-rb4xx-spi-driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/433-spi-rb4xx-cpld-driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/434-spi-ap83_spi_controller.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/435-spi-vsc7385_driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/440-leds-wndr3700-usb-led-driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/441-leds-rb750-led-driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/450-gpio-nxp-74hc153-gpio-chip-driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/451-gpio-74x164-improve-platform-device-support.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/452-gpio-add-gpio-latch-driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/460-spi-bitbang-export-spi_bitbang_bufs.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/461-spi-add-type-field-to-spi_transfer.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/462-mtd-m25p80-set-spi-transfer-type.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/463-spi-ath79-add-fast-flash-read.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/464-spi-ath79-fix-fast-flash-read.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/470-MIPS-ath79-swizzle-pci-address-for-ar71xx.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/480-ar913x_wmac_external_reset.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/490-usb-ehci-add-quirks-for-qca-socs.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/500-MIPS-fw-myloader.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/501-MIPS-ath79-add-mac-argument-to-ath79_register_wmac.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/502-MIPS-ath79-export-ath79_gpio_base.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/503-MIPS-ath79-add-flash-acquire-release.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/504-MIPS-ath79-add-ath79_device_reset_get.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/505-MIPS-ath79-add-ath79_gpio_function_select.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/506-MIPS-ath79-prom-parse-redboot-args.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/507-MIPS-ath79-prom-add-myloader-support.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/508-MIPS-ath79-prom-image-command-line-hack.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/509-MIPS-ath79-process-board-kernel-option.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/510-MIPS-ath79-init-gpio-pin-of-wmac-device.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/520-MIPS-ath79-enable-UART-function.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/521-MIPS-ath79-enable-UART-for-early_serial.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/522-MIPS-ath79-add-ath79_wmac_register_simple-helper.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/523-MIPS-ath79-OTP-support.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/524-MIPS-ath79-add-ath79_wmac_disable_25ghz-helpers.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/525-MIPS-ath79-enable-qca-usb-quirks.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/601-MIPS-ath79-add-more-register-defines.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/602-MIPS-ath79-add-openwrt-stuff.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/603-MIPS-ath79-ap121-fixes.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/604-MIPS-ath79-ap81-fixes.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/605-MIPS-ath79-db120-fixes.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/606-MIPS-ath79-pb44-fixes.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/607-MIPS-ath79-ubnt-xm-fixes.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/608-MIPS-ath79-ubnt-xm-add-more-boards.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/609-MIPS-ath79-ap136-fixes.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/611-MIPS-ath79-wdt-timeout.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/612-MIPS-ath79-set-buffalo-txgain.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/613-MIPS-ath79-add-ath79_wmac_setup_ext_lna_gpio-helper.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/615-MIPS-ath79-ap83-remove-mtd-partitions.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/707-MIPS-ath79-add-support-for-QCA953x-SoC.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/718-MIPS-ath79-add-EPG5000-support.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/727-MIPS-ath79-ar934x-wmac-revision.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/728-MIPS-ath79-fix-restart.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/735-MIPS-ath79-add-support-for-QCA956x-SoC.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/736-MIPS-ath79-add-MC-MAC1200R-support.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/736-MIPS-ath79-fix-chained-irq-disable.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/737-MIPS-ath79-add-om5p-an-support.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/738-MIPS-ath79-add-meraki-mr12-mr16-support.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/739-MIPS-ath79-add-gpio-func-register-for-QCA955x-SoC.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/739-MIPS-ath79-add-gpio-irq-support.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/740-MIPS-ath79-add-PCI-for-QCA953x-SoC.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/800-MIPS-ath79-add-RB922GS-support.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/810-MIPS-ath79-wmac-enable-set-led-pin.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/811-MIPS-ath79-gpio-enable-set-direction.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/812-MIPS-ath79-add-ap143-support.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/813-MIPS-ath79-add-ap147-support.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/901-mdio_bitbang_ignore_ta_value.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/902-unaligned_access_hacks.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/903-MIPS-ath79-ubnt-rocket-m-xw-support.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/904-MIPS-ath79-bitmain-antminer-s1-support.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/904-MIPS-ath79-ubnt-rocket-m-ti-supprt.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/904-phy-mdio-bitbang-prevent-rescheduling-during-command.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-3.18/905-MIPS-ath79-bitmain-antminer-s3-support.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/100-MIPS-ath79-Avoid-using-unitialized-reg-variable.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/200-MIPS-ath79-fix-ar933x-wmac-reset.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/201-ar913x_wmac_external_reset.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/202-MIPS-ath79-ar934x-wmac-revision.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/203-MIPS-ath79-fix-restart.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/206-spi-ath79-make-chipselect-logic-more-flexible.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/220-add_cpu_feature_overrides.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/300-MIPS-add-MIPS_MACHINE_NONAME-macro.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/310-lib-add-rle-decompression.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/401-mtd-physmap-add-lock-unlock.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/402-mtd-SST39VF6401B-support.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/403-mtd_fix_cfi_cmdset_0002_status_check.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/404-mtd-cybertan-trx-parser.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/405-mtd-tp-link-partition-parser.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/407-mtd-m25p80-allow-to-pass-probe-types-via-platform-data.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/408-mtd-redboot_partition_scan.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/409-mtd-rb4xx_nand_driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/410-mtd-rb750-nand-driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/411-mtd-cfi_cmdset_0002-force-word-write.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/412-mtd-m25p80-zero-partition-parser-data.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/413-mtd-ar934x-nand-driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/414-mtd-rb91x-nand-driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/420-net-ar71xx_mac_driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/422-dsa-trailer-tag-validation-fix.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/423-dsa-add-88e6063-driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/425-net-phy-at803x-allow-to-configure-via-pdata.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/430-drivers-link-spi-before-mtd.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/431-spi-add-various-flags.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/432-spi-rb4xx-spi-driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/433-spi-rb4xx-cpld-driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/434-spi-ap83_spi_controller.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/435-spi-vsc7385_driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/440-leds-wndr3700-usb-led-driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/441-leds-rb750-led-driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/450-gpio-nxp-74hc153-gpio-chip-driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/451-gpio-74x164-improve-platform-device-support.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/452-gpio-add-gpio-latch-driver.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/460-spi-bitbang-export-spi_bitbang_bufs.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/461-spi-add-type-field-to-spi_transfer.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/462-mtd-m25p80-set-spi-transfer-type.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/463-spi-ath79-add-fast-flash-read.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/464-spi-ath79-fix-fast-flash-read.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/470-MIPS-ath79-swizzle-pci-address-for-ar71xx.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/490-usb-ehci-add-quirks-for-qca-socs.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/500-MIPS-fw-myloader.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/501-MIPS-ath79-add-mac-argument-to-ath79_register_wmac.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/502-MIPS-ath79-export-ath79_gpio_base.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/503-MIPS-ath79-add-flash-acquire-release.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/504-MIPS-ath79-add-ath79_device_reset_get.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/505-MIPS-ath79-add-ath79_gpio_function_select.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/506-MIPS-ath79-prom-parse-redboot-args.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/507-MIPS-ath79-prom-add-myloader-support.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/508-MIPS-ath79-prom-image-command-line-hack.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/509-MIPS-ath79-process-board-kernel-option.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/510-MIPS-ath79-init-gpio-pin-of-wmac-device.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/520-MIPS-ath79-enable-UART-function.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/521-MIPS-ath79-enable-UART-for-early_serial.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/522-MIPS-ath79-add-ath79_wmac_register_simple-helper.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/523-MIPS-ath79-OTP-support.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/524-MIPS-ath79-add-ath79_wmac_disable_25ghz-helpers.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/525-MIPS-ath79-enable-qca-usb-quirks.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/601-MIPS-ath79-add-more-register-defines.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/602-MIPS-ath79-add-openwrt-stuff.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/603-MIPS-ath79-ap121-fixes.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/604-MIPS-ath79-ap81-fixes.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/605-MIPS-ath79-db120-fixes.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/606-MIPS-ath79-pb44-fixes.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/607-MIPS-ath79-ubnt-xm-fixes.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/608-MIPS-ath79-ubnt-xm-add-more-boards.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/609-MIPS-ath79-ap136-fixes.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/611-MIPS-ath79-wdt-timeout.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/612-MIPS-ath79-set-buffalo-txgain.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/613-MIPS-ath79-add-ath79_wmac_setup_ext_lna_gpio-helper.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/615-MIPS-ath79-ap83-remove-mtd-partitions.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/620-MIPS-ath79-add-support-for-QCA953x-SoC.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/621-MIPS-ath79-add-support-for-QCA956x-SoC.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/630-MIPS-ath79-fix-chained-irq-disable.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/631-MIPS-ath79-wmac-enable-set-led-pin.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/632-MIPS-ath79-gpio-enable-set-direction.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/633-MIPS-ath79-add-gpio-irq-support.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/700-MIPS-ath79-openwrt-machines.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/739-MIPS-ath79-add-gpio-func-register-for-QCA955x-SoC.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/740-MIPS-ath79-add-PCI-for-QCA953x-SoC.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/813-MIPS-ath79-add-ap147-support.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/900-mdio_bitbang_ignore_ta_value.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/901-phy-mdio-bitbang-prevent-rescheduling-during-command.patch [new file with mode: 0644]
trunk/target/linux/ar71xx/patches-4.1/910-unaligned_access_hacks.patch [new file with mode: 0644]
trunk/target/linux/generic/PATCHES [new file with mode: 0644]
trunk/target/linux/generic/base-files/init [new file with mode: 0755]
trunk/target/linux/generic/config-3.18 [new file with mode: 0644]
trunk/target/linux/generic/config-4.0 [new file with mode: 0644]
trunk/target/linux/generic/config-4.1 [new file with mode: 0644]
trunk/target/linux/generic/files/Documentation/networking/adm6996.txt [new file with mode: 0644]
trunk/target/linux/generic/files/arch/mips/fw/myloader/Makefile [new file with mode: 0644]
trunk/target/linux/generic/files/arch/mips/fw/myloader/myloader.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/Config.in [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/Kconfig [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/Makefile [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/c7108/Makefile [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/c7108/aes-7108.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/c7108/aes-7108.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/criov.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/crypto.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/cryptocteon/Makefile [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/cryptocteon/README.txt [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/cryptocteon/cavium_crypto.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/cryptocteon/cryptocteon.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/cryptodev.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/cryptodev.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/cryptosoft.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/ep80579/Makefile [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/ep80579/environment.mk [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/ep80579/icp_asym.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/ep80579/icp_common.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/ep80579/icp_ocf.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/ep80579/icp_sym.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/ep80579/linux_2.6_kernel_space.mk [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/hifn/Makefile [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/hifn/hifn7751.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/hifn/hifn7751reg.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/hifn/hifn7751var.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/hifn/hifnHIPP.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/hifn/hifnHIPPreg.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/hifn/hifnHIPPvar.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/ixp4xx/Makefile [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/ixp4xx/ixp4xx.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/Makefile [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/cesa/AES/mvAes.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/cesa/AES/mvAesAlg.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/cesa/AES/mvAesAlg.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/cesa/AES/mvAesApi.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/cesa/AES/mvAesBoxes.dat [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/cesa/mvCesa.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/cesa/mvCesa.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/cesa/mvCesaDebug.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/cesa/mvCesaRegs.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/cesa/mvCesaTest.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/cesa/mvCompVer.txt [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/cesa/mvLru.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/cesa/mvLru.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/cesa/mvMD5.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/cesa/mvMD5.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/cesa/mvSHA1.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/cesa/mvSHA1.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/cesa_ocf_drv.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/common/mv802_3.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/common/mvCommon.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/common/mvCommon.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/common/mvCompVer.txt [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/common/mvDebug.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/common/mvDebug.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/common/mvDeviceId.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/common/mvHalVer.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/common/mvStack.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/common/mvStack.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/common/mvTypes.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/dbg-trace.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/dbg-trace.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/boardEnv/mvBoardEnvLib.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/boardEnv/mvBoardEnvLib.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/boardEnv/mvBoardEnvSpec.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/boardEnv/mvBoardEnvSpec.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/cpu/mvCpu.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/cpu/mvCpu.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/mvCtrlEnvAddrDec.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/mvCtrlEnvAddrDec.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/mvCtrlEnvAsm.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/mvCtrlEnvLib.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/mvCtrlEnvLib.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/mvCtrlEnvRegs.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/mvCtrlEnvSpec.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvAhbToMbus.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvAhbToMbus.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvAhbToMbusRegs.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvCpuIf.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvCpuIf.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvCpuIfInit.S [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvCpuIfRegs.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysAudio.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysAudio.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysCesa.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysCesa.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysDram.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysDram.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysGbe.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysGbe.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysPex.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysPex.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysSata.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysSata.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysSdmmc.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysSdmmc.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysTdm.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysTdm.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysTs.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysTs.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysUsb.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysUsb.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysXor.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/mvSysXor.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/device/mvDevice.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/device/mvDevice.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/device/mvDeviceRegs.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/mvCompVer.txt [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/linux_oss/mvOs.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/linux_oss/mvOs.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/linux_oss/mvOsSata.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mvSysHwConfig.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/cntmr/mvCntmr.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/cntmr/mvCntmr.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/cntmr/mvCntmrRegs.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/cntmr/mvCompVer.txt [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/cpu/mvCpuCntrs.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/cpu/mvCpuCntrs.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/cpu/mvCpuL2Cntrs.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/cpu/mvCpuL2Cntrs.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr1_2/mvCompVer.txt [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr1_2/mvDram.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr1_2/mvDram.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr1_2/mvDramIf.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr1_2/mvDramIf.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr1_2/mvDramIfBasicInit.S [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr1_2/mvDramIfConfig.S [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr1_2/mvDramIfConfig.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr1_2/mvDramIfRegs.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr2/mvCompVer.txt [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr2/mvDramIf.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr2/mvDramIf.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr2/mvDramIfBasicInit.S [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr2/mvDramIfConfig.S [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr2/mvDramIfConfig.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr2/mvDramIfRegs.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr2/mvDramIfStaticInit.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr2/spd/mvSpd.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr2/spd/mvSpd.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/eth/gbe/mvEth.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/eth/gbe/mvEthDebug.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/eth/gbe/mvEthDebug.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/eth/gbe/mvEthGbe.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/eth/gbe/mvEthRegs.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/eth/mvCompVer.txt [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/eth/mvEth.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/gpp/mvCompVer.txt [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/gpp/mvGpp.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/gpp/mvGpp.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/gpp/mvGppRegs.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pci-if/mvCompVer.txt [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pci-if/mvPciIf.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pci-if/mvPciIf.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pci-if/mvPciIfRegs.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pci-if/pci_util/mvPciUtils.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pci-if/pci_util/mvPciUtils.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pci/mvCompVer.txt [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pci/mvPci.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pci/mvPci.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pci/mvPciRegs.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pex/mvCompVer.txt [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pex/mvPex.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pex/mvPex.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pex/mvPexRegs.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pex/mvVrtBrgPex.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pex/mvVrtBrgPex.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/sflash/mvCompVer.txt [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/sflash/mvSFlash.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/sflash/mvSFlash.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/sflash/mvSFlashSpec.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/spi/mvCompVer.txt [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/spi/mvSpi.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/spi/mvSpi.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/spi/mvSpiCmnd.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/spi/mvSpiCmnd.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/spi/mvSpiSpec.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/twsi/mvCompVer.txt [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/twsi/mvTwsi.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/twsi/mvTwsi.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/twsi/mvTwsiEeprom.S [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/twsi/mvTwsiSpec.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/ocf-bench.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/ocf-compat.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/ocfnull/Makefile [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/ocfnull/ocfnull.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/pasemi/Makefile [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/pasemi/pasemi.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/pasemi/pasemi_fnu.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/random.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/rndtest.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/rndtest.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/safe/Makefile [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/safe/hmachack.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/safe/md5.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/safe/md5.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/safe/safe.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/safe/safereg.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/safe/safevar.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/safe/sha1.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/safe/sha1.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/talitos/Makefile [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/talitos/talitos.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/talitos/talitos_dev.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/talitos/talitos_soft.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/ubsec_ssb/Makefile [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/ubsec_ssb/bsdqueue.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/ubsec_ssb/ubsec_ssb.c [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/ubsec_ssb/ubsecreg.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/ubsec_ssb/ubsecvar.h [new file with mode: 0644]
trunk/target/linux/generic/files/crypto/ocf/uio.h [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/leds/ledtrig-morse.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/leds/ledtrig-netdev.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/leds/ledtrig-usbdev.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/mtd/mtdsplit/Kconfig [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/mtd/mtdsplit/Makefile [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit.h [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_fit.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_lzma.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_seama.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_squashfs.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_tplink.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_trx.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_uimage.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/mtd/myloader.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/adm6996.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/adm6996.h [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/ar8216.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/ar8216.h [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/ar8327.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/ar8327.h [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/b53/Kconfig [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/b53/Makefile [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/b53/b53_common.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/b53/b53_mdio.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/b53/b53_mmap.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/b53/b53_phy_fixup.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/b53/b53_priv.h [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/b53/b53_regs.h [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/b53/b53_spi.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/b53/b53_srab.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/ip17xx.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/mvsw61xx.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/mvsw61xx.h [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/mvswitch.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/mvswitch.h [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/psb6970.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/rtl8306.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/rtl8366_smi.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/rtl8366_smi.h [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/rtl8366rb.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/rtl8366s.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/rtl8367.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/rtl8367b.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/swconfig.c [new file with mode: 0644]
trunk/target/linux/generic/files/drivers/net/phy/swconfig_leds.c [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/Kconfig [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/Makefile [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/NOTE.openwrt [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_allocator.c [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_allocator.h [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_attribs.c [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_attribs.h [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_bitmap.c [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_bitmap.h [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_checkptrw.c [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_checkptrw.h [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_ecc.c [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_ecc.h [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_getblockinfo.h [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_guts.c [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_guts.h [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_linux.h [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_mtdif.c [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_mtdif.h [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_nameval.c [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_nameval.h [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_nand.c [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_nand.h [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_packedtags1.c [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_packedtags1.h [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_packedtags2.c [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_packedtags2.h [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_summary.c [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_summary.h [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_tagscompat.c [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_tagscompat.h [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_tagsmarshall.c [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_tagsmarshall.h [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_trace.h [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_verify.c [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_verify.h [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_vfs.c [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_yaffs1.c [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_yaffs1.h [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_yaffs2.c [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yaffs_yaffs2.h [new file with mode: 0644]
trunk/target/linux/generic/files/fs/yaffs2/yportenv.h [new file with mode: 0644]
trunk/target/linux/generic/files/include/linux/ar8216_platform.h [new file with mode: 0644]
trunk/target/linux/generic/files/include/linux/ath5k_platform.h [new file with mode: 0644]
trunk/target/linux/generic/files/include/linux/ath9k_platform.h [new file with mode: 0644]
trunk/target/linux/generic/files/include/linux/myloader.h [new file with mode: 0644]
trunk/target/linux/generic/files/include/linux/platform_data/adm6996-gpio.h [new file with mode: 0644]
trunk/target/linux/generic/files/include/linux/platform_data/b53.h [new file with mode: 0644]
trunk/target/linux/generic/files/include/linux/platform_data/brcmfmac-sdio.h [new file with mode: 0644]
trunk/target/linux/generic/files/include/linux/routerboot.h [new file with mode: 0644]
trunk/target/linux/generic/files/include/linux/rt2x00_platform.h [new file with mode: 0644]
trunk/target/linux/generic/files/include/linux/rtl8366.h [new file with mode: 0644]
trunk/target/linux/generic/files/include/linux/rtl8367.h [new file with mode: 0644]
trunk/target/linux/generic/files/include/linux/switch.h [new file with mode: 0644]
trunk/target/linux/generic/files/include/uapi/linux/switch.h [new file with mode: 0644]
trunk/target/linux/generic/image/Makefile [new file with mode: 0644]
trunk/target/linux/generic/image/initramfs-base-files.txt [new file with mode: 0644]
trunk/target/linux/generic/image/lzma-loader/Makefile [new file with mode: 0644]
trunk/target/linux/generic/image/lzma-loader/src/LzmaDecode.c [new file with mode: 0644]
trunk/target/linux/generic/image/lzma-loader/src/LzmaDecode.h [new file with mode: 0644]
trunk/target/linux/generic/image/lzma-loader/src/Makefile [new file with mode: 0644]
trunk/target/linux/generic/image/lzma-loader/src/decompress.c [new file with mode: 0644]
trunk/target/linux/generic/image/lzma-loader/src/lzma-copy.lds.in [new file with mode: 0644]
trunk/target/linux/generic/image/lzma-loader/src/lzma.lds.in [new file with mode: 0644]
trunk/target/linux/generic/image/lzma-loader/src/print.c [new file with mode: 0644]
trunk/target/linux/generic/image/lzma-loader/src/print.h [new file with mode: 0644]
trunk/target/linux/generic/image/lzma-loader/src/printf.c [new file with mode: 0644]
trunk/target/linux/generic/image/lzma-loader/src/printf.h [new file with mode: 0644]
trunk/target/linux/generic/image/lzma-loader/src/start.S [new file with mode: 0644]
trunk/target/linux/generic/image/lzma-loader/src/uart16550.c [new file with mode: 0644]
trunk/target/linux/generic/image/lzma-loader/src/uart16550.h [new file with mode: 0644]
trunk/target/linux/generic/image/relocate/Makefile [new file with mode: 0644]
trunk/target/linux/generic/image/relocate/cacheops.h [new file with mode: 0644]
trunk/target/linux/generic/image/relocate/cp0regdef.h [new file with mode: 0644]
trunk/target/linux/generic/image/relocate/head.S [new file with mode: 0644]
trunk/target/linux/generic/image/relocate/loader.lds [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/000-keep_initrafs_the_default.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/020-ssb_update.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/021-ssb_sprom.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/030-nl80211-Allow-set-network-namespace-by-fd.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/050-backport_netfilter_rtcache.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/051-02-bridge-allow-setting-hash_max-multicast_router-if-in.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/060-mips_decompressor_memmove.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/070-bgmac-register-napi-before-the-device.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/071-bgmac-activate-irqs-only-if-there-is-nothing-to-poll.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/072-bgmac-fix-device-initialization-on-Northstar-SoCs-co.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/073-bgmac-Clean-warning-messages.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/074-bgmac-register-fixed-PHY-for-ARM-BCM470X-BCM5301X-ch.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/075-bgmac-allow-enabling-on-ARCH_BCM_5301X.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/076-net-phy-export-fixed_phy_register.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/077-01-bgmac-fix-descriptor-frame-start-end-definitions.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/077-02-bgmac-implement-GRO-and-use-build_skb.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/077-03-bgmac-implement-scatter-gather-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/077-04-bgmac-simplify-tx-ring-index-handling.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/077-05-bgmac-leave-interrupts-disabled-as-long-as-there-is-.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/077-06-bgmac-set-received-skb-headroom-to-NET_SKB_PAD.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/077-07-bgmac-simplify-rx-DMA-error-handling.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/077-08-bgmac-add-check-for-oversized-packets.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/077-09-bgmac-increase-rx-ring-size-from-511-to-512.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/077-10-bgmac-simplify-dma-init-cleanup.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/077-11-bgmac-fix-DMA-rx-corruption.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/077-12-bgmac-drop-ring-num_slots.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/077-13-bgmac-fix-MAC-soft-reset-bit-for-corerev-4.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/077-14-bgmac-reset-all-4-GMAC-cores-on-init.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-00-fib_trie-Fix-proc-net-fib_trie-when-CONFIG_IP_MULTIP.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-01-fib_trie-Fix-trie-balancing-issue-if-new-node-pushes.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-02-fib_trie-Update-usage-stats-to-be-percpu-instead-of-.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-03-fib_trie-Make-leaf-and-tnode-more-uniform.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-04-fib_trie-Merge-tnode_free-and-leaf_free-into-node_fr.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-05-fib_trie-Merge-leaf-into-tnode.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-06-fib_trie-Optimize-fib_table_lookup-to-avoid-wasting-.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-07-fib_trie-Optimize-fib_find_node.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-08-fib_trie-Optimize-fib_table_insert.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-09-fib_trie-Update-meaning-of-pos-to-represent-unchecke.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-10-fib_trie-Use-unsigned-long-for-anything-dealing-with.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-11-fib_trie-Push-rcu_read_lock-unlock-to-callers.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-12-fib_trie-Move-resize-to-after-inflate-halve.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-13-fib_trie-Add-functions-should_inflate-and-should_hal.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-14-fib_trie-Push-assignment-of-child-to-parent-down-int.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-15-fib_trie-Push-tnode-flushing-down-to-inflate-halve.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-16-fib_trie-inflate-halve-nodes-in-a-more-RCU-friendly-.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-17-fib_trie-Remove-checks-for-index-tnode_child_length-.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-18-fib_trie-Add-tracking-value-for-suffix-length.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-19-fib_trie-Use-index-0ul-n-bits-instead-of-index-n-bit.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-20-fib_trie-Fix-RCU-bug-and-merge-similar-bits-of-infla.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-21-fib_trie-Fall-back-to-slen-update-on-inflate-halve-f.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-22-fib_trie-Add-collapse-and-should_collapse-to-resize.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-23-fib_trie-Use-empty_children-instead-of-counting-empt.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-24-fib_trie-Move-fib_find_alias-to-file-where-it-is-use.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/080-25-fib_trie-Various-clean-ups-for-handling-slen.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/081-pppoe-Use-workqueue-to-die-properly-when-a-PADT-is-r.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/090-overlayfs-fallback-to-readonly-when-full.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/091-mtd-spi-nor-add-support-Spansion_S25FL164K [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/095-api-fix-compatibility-of-linux-in.h-with-netinet-in..patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/099-module_arch_freeing_init-new-hook-for-archs-before-m.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/100-pppoe-drop-pppoe-device-in-pppoe_unbind_sock_work.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/102-ehci_hcd_ignore_oc.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/110-jffs2-use-.rename2-and-add-RENAME_WHITEOUT-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/111-jffs2-add-RENAME_EXCHANGE-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/120-bridge_allow_receiption_on_disabled_port.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/130-MIPS-kernel-fix-sched_getaffinity-with-MT-FPAFF-enab.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/132-mips_inline_dma_ops.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/180-usb-xhci-make-USB_XHCI_PLATFORM-selectable.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/190-cdc_ncm_add_support_for_moving_ndp_to_end_of_ncm_frame.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/200-fix_localversion.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/201-extra_optimization.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/202-reduce_module_size.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/203-kallsyms_uncompressed.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/204-module_strip.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/205-backtrace_module_info.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/210-darwin_scripts_include.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/212-byteshift_portability.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/213-x86_vdso_portability.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/214-spidev_h_portability.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/220-gc_sections.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/221-module_exports.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/230-openwrt_lzma_options.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/250-netfilter_depends.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/251-sound_kconfig.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/252-mv_cesa_depends.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/254-textsearch_kconfig_hacks.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/255-lib80211_kconfig_hacks.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/256-crypto_add_kconfig_prompts.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/257-wireless_ext_kconfig_hack.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/258-netfilter_netlink_kconfig_hack.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/259-regmap_dynamic.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/260-crypto_test_dependencies.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/262-compressor_kconfig_hack.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/270-uapi-kernel.h-glibc-specific-inclusion-of-sysinfo.h.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/271-uapi-libc-compat.h-do-not-rely-on-__GLIBC__.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/272-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/300-mips_expose_boot_raw.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/301-mips_image_cmdline_hack.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/302-mips_no_branch_likely.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/304-mips_disable_fpu.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/305-mips_module_reloc.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/306-mips_mem_functions_performance.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/307-mips_highmem_offset.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/309-mips_fuse_workaround.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/310-arm_module_unresolved_weak_sym.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/320-ppc4xx_optimization.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/321-powerpc_crtsavres_prereq.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/330-MIPS-kexec-Accept-command-line-parameters-from-users.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/400-mtd-add-rootfs-split-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/401-mtd-add-support-for-different-partition-parser-types.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/402-mtd-use-typed-mtd-parsers-for-rootfs-and-firmware-split.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/403-mtd-hook-mtdsplit-to-Kbuild.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/404-mtd-add-more-helper-functions.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/405-mtd-old-firmware-uimage-splitter.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/406-mtd-old-rootfs-squashfs-splitter.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/410-mtd-move-forward-declaration-of-struct-mtd_info.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/411-mtd-partial_eraseblock_write.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/412-mtd-partial_eraseblock_unlock.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/420-mtd-redboot_space.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/430-mtd-add-myloader-partition-parser.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/440-block2mtd_init.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/441-block2mtd_probe.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/450-mtd-nand-allow-to-use-platform-specific-chip-fixup.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/451-mtd-nand-fix-return-code-of-nand_correct_data-function.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/460-mtd-cfi_cmdset_0002-no-erase_suspend.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/461-mtd-cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/472-mtd-m25p80-add-support-for-Winbond-W25X05-flash.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/473-mtd-spi-nor-add-support-for-the-Macronix-MX25L512E-S.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/474-mtd-spi-nor-add-support-for-the-ISSI-SI25CD512-SPI-f.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/480-mtd-set-rootfs-to-be-root-dev.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/491-ubi-auto-create-ubiblock-device-for-rootfs.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/492-try-auto-mounting-ubi0-rootfs-in-init-do_mounts.c.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/493-ubi-set-ROOT_DEV-to-ubiblock-rootfs-if-unset.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/494-mtd-ubi-add-EOF-marker-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/500-yaffs-Kbuild-integration.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/501-yaffs-add-missing-flush-arguments.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/502-yaffs-fix-compat-tags-handling.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/503-yaffs-add-tags-9bytes-mount-option.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/504-yaffs-3.16-new-fops.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/520-squashfs_update_xz_comp_opts.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/530-jffs2_make_lzma_available.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/531-debloat_lzma.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/532-jffs2_eofdetect.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/540-crypto-xz-decompression-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/541-ubifs-xz-decompression-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/550-ubifs-symlink-xattr-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/551-ubifs-fix-default-compression-selection.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/600-netfilter_conntrack_flush.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/610-netfilter_match_bypass_default_checks.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/611-netfilter_match_bypass_default_table.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/612-netfilter_match_reduce_memory_access.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/613-netfilter_optional_tcp_window_check.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/615-netfilter_add_xt_id_match.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/616-net_optimize_xfrm_calls.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/620-sched_esfq.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/621-sched_act_connmark.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/630-packet_socket_type.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/640-bridge_no_eap_forward.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/641-bridge_always_accept_eap.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/642-bridge_port_isolate.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/643-bridge_remove_ipv6_dependency.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/644-bridge_optimize_netfilter_hooks.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/645-bridge_multicast_to_unicast.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/650-pppoe_header_pad.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/651-wireless_mesh_header.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/652-atm_header_changes.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/653-disable_netlink_trim.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/655-increase_skb_pad.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/656-skb_reduce_truesize-helper.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/657-qdisc_reduce_truesize.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/660-fq_codel_defaults.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/661-fq_codel_keep_dropped_stats.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/662-use_fq_codel_by_default.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/663-remove_pfifo_fast.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/666-Add-support-for-MAP-E-FMRs-mesh-mode.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/667-ipv6-Fixed-source-specific-default-route-handling.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/670-ipv6-allow-rejecting-with-source-address-failed-policy.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/671-net-provide-defines-for-_POLICY_FAILED-until-all-cod.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/680-NET-skip-GRO-for-foreign-MAC-addresses.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/681-NET-add-of_get_mac_address_mtd.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/700-swconfig.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/701-phy_extension.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/702-phy_add_aneg_done_function.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/703-phy-add-detach-callback-to-struct-phy_driver.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/704-phy-no-genphy-soft-reset.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/710-phy-add-mdio_register_board_info.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/720-phy_adm6996.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/721-phy_packets.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/722-phy_mvswitch.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/723-phy_ip175c.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/724-phy_ar8216.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/725-phy_rtl8306.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/726-phy_rtl8366.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/727-phy-rtl8367.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/728-phy-rtl8367b.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/729-phy-tantos.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/730-phy_b53.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/731-phy_mvswitch_3.10_compilation.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/732-phy-ar8216-led-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/733-phy_mvsw61xx.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/750-hostap_txpower.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/773-bgmac-add-srab-switch.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/780-igb-Fix-Null-pointer-dereference-in-igb_reset_q_vect.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/785-hso-support-0af0-9300.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/810-pci_disable_common_quirks.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/811-pci_disable_usb_common_quirks.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/820-usb_add_usb_find_device_by_name.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/821-usb-dwc2-dualrole.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/830-ledtrig_morse.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/831-ledtrig_netdev.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/832-ledtrig_usbdev.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/834-ledtrig-libata.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/840-rtc7301.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/841-rtc_pt7c4338.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/861-04_spi_gpio_implement_spi_delay.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/862-gpio_spi_driver.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/863-gpiommc.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/864-gpiommc_configfs_locking.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/870-hifn795x_byteswap.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/880-gateworks_system_controller.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/890-8250_optional_sysrq.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/900-slab_maxsize.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/901-debloat_sock_diag.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/902-debloat_proc.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/903-debloat_direct_io.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/910-kobject_uevent.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/911-kobject_add_broadcast_uevent.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/921-use_preinit_as_init.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/922-always-create-console-node-in-initramfs.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/930-crashlog.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/940-ocf_kbuild_integration.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/941-ocf_20120127.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/960-decompress_unlzo_fix.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/970-remove-unsane-filenames-from-deps_initramfs-list.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/980-arm_openwrt_machtypes.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/990-gpio_wdt.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/995-mangle_bootargs.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/997-device_tree_cmdline.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/998-enable_wilink_platform_without_drivers.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-3.18/999-seccomp_log.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/000-keep_initrafs_the_default.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/020-ssb_update.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/021-ssb_sprom.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/050-backport_netfilter_rtcache.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/060-mips_decompressor_memmove.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/070-bgmac-register-fixed-PHY-for-ARM-BCM470X-BCM5301X-ch.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/071-bgmac-allow-enabling-on-ARCH_BCM_5301X.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/072-01-bgmac-fix-descriptor-frame-start-end-definitions.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/072-02-bgmac-implement-GRO-and-use-build_skb.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/072-03-bgmac-implement-scatter-gather-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/072-04-bgmac-simplify-tx-ring-index-handling.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/072-05-bgmac-leave-interrupts-disabled-as-long-as-there-is-.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/072-06-bgmac-set-received-skb-headroom-to-NET_SKB_PAD.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/072-07-bgmac-simplify-rx-DMA-error-handling.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/072-08-bgmac-add-check-for-oversized-packets.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/072-09-bgmac-increase-rx-ring-size-from-511-to-512.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/072-10-bgmac-simplify-dma-init-cleanup.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/072-11-bgmac-fix-DMA-rx-corruption.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/072-12-bgmac-drop-ring-num_slots.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/072-13-bgmac-fix-MAC-soft-reset-bit-for-corerev-4.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/072-14-bgmac-reset-all-4-GMAC-cores-on-init.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/072-15-bgmac-fix-requests-for-extra-polling-calls-from-NAPI.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/073-pppoe-Use-workqueue-to-die-properly-when-a-PADT-is-r.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/091-mtd-spi-nor-add-support-Spansion_S25FL164K [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/095-api-fix-compatibility-of-linux-in.h-with-netinet-in..patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/100-pppoe-drop-pppoe-device-in-pppoe_unbind_sock_work.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/102-ehci_hcd_ignore_oc.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/110-jffs2-use-.rename2-and-add-RENAME_WHITEOUT-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/111-jffs2-add-RENAME_EXCHANGE-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/120-bridge_allow_receiption_on_disabled_port.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/130-MIPS-kernel-fix-sched_getaffinity-with-MT-FPAFF-enab.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/132-mips_inline_dma_ops.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/140-overlayfs_readdir_locking_fix.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/180-usb-xhci-make-USB_XHCI_PLATFORM-selectable.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/190-cdc_ncm_add_support_for_moving_ndp_to_end_of_ncm_frame.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/200-fix_localversion.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/201-extra_optimization.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/202-reduce_module_size.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/203-kallsyms_uncompressed.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/204-module_strip.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/205-backtrace_module_info.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/210-darwin_scripts_include.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/212-byteshift_portability.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/214-spidev_h_portability.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/220-gc_sections.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/221-module_exports.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/230-openwrt_lzma_options.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/250-netfilter_depends.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/251-sound_kconfig.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/252-mv_cesa_depends.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/254-textsearch_kconfig_hacks.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/255-lib80211_kconfig_hacks.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/256-crypto_add_kconfig_prompts.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/257-wireless_ext_kconfig_hack.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/258-netfilter_netlink_kconfig_hack.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/259-regmap_dynamic.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/260-crypto_test_dependencies.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/262-compressor_kconfig_hack.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/270-uapi-kernel.h-glibc-specific-inclusion-of-sysinfo.h.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/271-uapi-libc-compat.h-do-not-rely-on-__GLIBC__.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/272-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/300-mips_expose_boot_raw.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/301-mips_image_cmdline_hack.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/302-mips_no_branch_likely.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/304-mips_disable_fpu.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/305-mips_module_reloc.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/306-mips_mem_functions_performance.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/307-mips_highmem_offset.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/309-mips_fuse_workaround.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/310-arm_module_unresolved_weak_sym.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/320-ppc4xx_optimization.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/321-powerpc_crtsavres_prereq.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/330-MIPS-kexec-Accept-command-line-parameters-from-users.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/400-mtd-add-rootfs-split-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/401-mtd-add-support-for-different-partition-parser-types.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/402-mtd-use-typed-mtd-parsers-for-rootfs-and-firmware-split.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/403-mtd-hook-mtdsplit-to-Kbuild.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/404-mtd-add-more-helper-functions.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/405-mtd-old-firmware-uimage-splitter.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/406-mtd-old-rootfs-squashfs-splitter.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/410-mtd-move-forward-declaration-of-struct-mtd_info.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/411-mtd-partial_eraseblock_write.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/412-mtd-partial_eraseblock_unlock.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/420-mtd-redboot_space.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/430-mtd-add-myloader-partition-parser.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/440-block2mtd_init.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/441-block2mtd_probe.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/450-mtd-nand-allow-to-use-platform-specific-chip-fixup.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/451-mtd-nand-fix-return-code-of-nand_correct_data-function.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/460-mtd-cfi_cmdset_0002-no-erase_suspend.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/461-mtd-cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/472-mtd-m25p80-add-support-for-Winbond-W25X05-flash.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/473-mtd-spi-nor-add-support-for-the-Macronix-MX25L512E-S.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/474-mtd-spi-nor-add-support-for-the-ISSI-SI25CD512-SPI-f.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/480-mtd-set-rootfs-to-be-root-dev.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/491-ubi-auto-create-ubiblock-device-for-rootfs.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/492-try-auto-mounting-ubi0-rootfs-in-init-do_mounts.c.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/493-ubi-set-ROOT_DEV-to-ubiblock-rootfs-if-unset.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/494-mtd-ubi-add-EOF-marker-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/500-yaffs-Kbuild-integration.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/501-yaffs-add-missing-flush-arguments.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/502-yaffs-fix-compat-tags-handling.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/503-yaffs-add-tags-9bytes-mount-option.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/504-yaffs-3.16-new-fops.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/520-squashfs_update_xz_comp_opts.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/530-jffs2_make_lzma_available.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/531-debloat_lzma.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/532-jffs2_eofdetect.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/540-crypto-xz-decompression-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/541-ubifs-xz-decompression-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/551-ubifs-fix-default-compression-selection.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/600-netfilter_conntrack_flush.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/610-netfilter_match_bypass_default_checks.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/611-netfilter_match_bypass_default_table.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/612-netfilter_match_reduce_memory_access.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/613-netfilter_optional_tcp_window_check.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/615-netfilter_add_xt_id_match.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/616-net_optimize_xfrm_calls.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/620-sched_esfq.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/630-packet_socket_type.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/640-bridge_no_eap_forward.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/641-bridge_always_accept_eap.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/642-bridge_port_isolate.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/643-bridge_remove_ipv6_dependency.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/644-bridge_optimize_netfilter_hooks.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/645-bridge_multicast_to_unicast.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/650-pppoe_header_pad.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/651-wireless_mesh_header.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/652-atm_header_changes.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/653-disable_netlink_trim.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/655-increase_skb_pad.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/656-skb_reduce_truesize-helper.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/657-qdisc_reduce_truesize.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/660-fq_codel_defaults.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/661-fq_codel_keep_dropped_stats.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/662-use_fq_codel_by_default.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/663-remove_pfifo_fast.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/664-codel_fix_3_12.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/666-Add-support-for-MAP-E-FMRs-mesh-mode.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/667-ipv6-Fixed-source-specific-default-route-handling.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/670-ipv6-allow-rejecting-with-source-address-failed-policy.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/671-net-provide-defines-for-_POLICY_FAILED-until-all-cod.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/680-NET-skip-GRO-for-foreign-MAC-addresses.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/681-NET-add-of_get_mac_address_mtd.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/700-swconfig.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/701-phy_extension.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/702-phy_add_aneg_done_function.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/703-phy-add-detach-callback-to-struct-phy_driver.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/704-phy-no-genphy-soft-reset.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/710-phy-add-mdio_register_board_info.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/720-phy_adm6996.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/721-phy_packets.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/722-phy_mvswitch.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/723-phy_ip175c.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/724-phy_ar8216.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/725-phy_rtl8306.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/726-phy_rtl8366.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/727-phy-rtl8367.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/728-phy-rtl8367b.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/729-phy-tantos.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/730-phy_b53.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/731-phy_mvswitch_3.10_compilation.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/732-phy-ar8216-led-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/733-phy_mvsw61xx.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/750-hostap_txpower.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/773-bgmac-add-srab-switch.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/780-igb-Fix-Null-pointer-dereference-in-igb_reset_q_vect.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/785-hso-support-0af0-9300.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/810-pci_disable_common_quirks.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/811-pci_disable_usb_common_quirks.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/820-usb_add_usb_find_device_by_name.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/830-ledtrig_morse.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/831-ledtrig_netdev.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/832-ledtrig_usbdev.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/834-ledtrig-libata.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/840-rtc7301.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/841-rtc_pt7c4338.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/861-04_spi_gpio_implement_spi_delay.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/862-gpio_spi_driver.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/863-gpiommc.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/864-gpiommc_configfs_locking.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/870-hifn795x_byteswap.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/880-gateworks_system_controller.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/890-8250_optional_sysrq.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/900-slab_maxsize.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/901-debloat_sock_diag.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/902-debloat_proc.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/903-debloat_direct_io.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/910-kobject_uevent.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/911-kobject_add_broadcast_uevent.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/921-use_preinit_as_init.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/922-always-create-console-node-in-initramfs.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/930-crashlog.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/940-ocf_kbuild_integration.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/941-ocf_20120127.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/960-decompress_unlzo_fix.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/970-remove-unsane-filenames-from-deps_initramfs-list.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/980-arm_openwrt_machtypes.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/990-gpio_wdt.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/995-mangle_bootargs.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/997-device_tree_cmdline.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.0/998-enable_wilink_platform_without_drivers.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/000-keep_initrafs_the_default.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/021-ssb_sprom.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/050-backport_netfilter_rtcache.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/060-mips_decompressor_memmove.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/072-13-bgmac-fix-MAC-soft-reset-bit-for-corerev-4.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/072-14-bgmac-reset-all-4-GMAC-cores-on-init.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/091-mtd-spi-nor-add-support-Spansion_S25FL164K [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/095-api-fix-compatibility-of-linux-in.h-with-netinet-in..patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/102-ehci_hcd_ignore_oc.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/110-jffs2-use-.rename2-and-add-RENAME_WHITEOUT-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/111-jffs2-add-RENAME_EXCHANGE-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/120-bridge_allow_receiption_on_disabled_port.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/130-MIPS-kernel-fix-sched_getaffinity-with-MT-FPAFF-enab.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/131-MIPS-export-get_c0_perfcount_int.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/132-mips_inline_dma_ops.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/140-overlayfs_readdir_locking_fix.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/180-usb-xhci-make-USB_XHCI_PLATFORM-selectable.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/190-cdc_ncm_add_support_for_moving_ndp_to_end_of_ncm_frame.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/200-fix_localversion.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/201-extra_optimization.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/202-reduce_module_size.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/203-kallsyms_uncompressed.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/204-module_strip.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/205-backtrace_module_info.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/210-darwin_scripts_include.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/212-byteshift_portability.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/214-spidev_h_portability.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/220-gc_sections.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/221-module_exports.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/230-openwrt_lzma_options.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/250-netfilter_depends.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/251-sound_kconfig.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/252-mv_cesa_depends.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/254-textsearch_kconfig_hacks.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/255-lib80211_kconfig_hacks.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/256-crypto_add_kconfig_prompts.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/257-wireless_ext_kconfig_hack.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/258-netfilter_netlink_kconfig_hack.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/259-regmap_dynamic.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/260-crypto_test_dependencies.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/262-compressor_kconfig_hack.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/270-uapi-kernel.h-glibc-specific-inclusion-of-sysinfo.h.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/271-uapi-libc-compat.h-do-not-rely-on-__GLIBC__.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/272-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/300-mips_expose_boot_raw.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/301-mips_image_cmdline_hack.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/302-mips_no_branch_likely.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/304-mips_disable_fpu.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/305-mips_module_reloc.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/306-mips_mem_functions_performance.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/307-mips_highmem_offset.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/309-mips_fuse_workaround.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/310-arm_module_unresolved_weak_sym.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/320-ppc4xx_optimization.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/321-powerpc_crtsavres_prereq.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/330-MIPS-kexec-Accept-command-line-parameters-from-users.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/400-mtd-add-rootfs-split-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/401-mtd-add-support-for-different-partition-parser-types.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/402-mtd-use-typed-mtd-parsers-for-rootfs-and-firmware-split.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/403-mtd-hook-mtdsplit-to-Kbuild.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/404-mtd-add-more-helper-functions.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/405-mtd-old-firmware-uimage-splitter.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/406-mtd-old-rootfs-squashfs-splitter.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/410-mtd-move-forward-declaration-of-struct-mtd_info.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/411-mtd-partial_eraseblock_write.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/412-mtd-partial_eraseblock_unlock.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/420-mtd-redboot_space.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/430-mtd-add-myloader-partition-parser.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/440-block2mtd_init.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/441-block2mtd_probe.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/450-mtd-nand-allow-to-use-platform-specific-chip-fixup.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/451-mtd-nand-fix-return-code-of-nand_correct_data-function.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/460-mtd-cfi_cmdset_0002-no-erase_suspend.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/461-mtd-cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/473-mtd-spi-nor-add-support-for-the-Macronix-MX25L512E-S.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/474-mtd-spi-nor-add-support-for-the-ISSI-SI25CD512-SPI-f.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/480-mtd-set-rootfs-to-be-root-dev.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/491-ubi-auto-create-ubiblock-device-for-rootfs.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/492-try-auto-mounting-ubi0-rootfs-in-init-do_mounts.c.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/493-ubi-set-ROOT_DEV-to-ubiblock-rootfs-if-unset.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/494-mtd-ubi-add-EOF-marker-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/500-yaffs-Kbuild-integration.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/501-yaffs-add-missing-flush-arguments.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/502-yaffs-fix-compat-tags-handling.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/503-yaffs-add-tags-9bytes-mount-option.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/504-yaffs-3.16-new-fops.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/520-squashfs_update_xz_comp_opts.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/530-jffs2_make_lzma_available.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/531-debloat_lzma.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/532-jffs2_eofdetect.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/540-crypto-xz-decompression-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/541-ubifs-xz-decompression-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/551-ubifs-fix-default-compression-selection.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/600-netfilter_conntrack_flush.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/610-netfilter_match_bypass_default_checks.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/611-netfilter_match_bypass_default_table.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/612-netfilter_match_reduce_memory_access.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/613-netfilter_optional_tcp_window_check.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/615-netfilter_add_xt_id_match.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/616-net_optimize_xfrm_calls.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/620-sched_esfq.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/630-packet_socket_type.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/640-bridge_no_eap_forward.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/641-bridge_always_accept_eap.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/642-bridge_port_isolate.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/643-bridge_remove_ipv6_dependency.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/644-bridge_optimize_netfilter_hooks.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/645-bridge_multicast_to_unicast.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/650-pppoe_header_pad.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/651-wireless_mesh_header.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/652-atm_header_changes.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/653-disable_netlink_trim.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/655-increase_skb_pad.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/656-skb_reduce_truesize-helper.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/657-qdisc_reduce_truesize.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/660-fq_codel_defaults.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/661-fq_codel_keep_dropped_stats.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/662-use_fq_codel_by_default.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/663-remove_pfifo_fast.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/664-codel_fix_3_12.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/666-Add-support-for-MAP-E-FMRs-mesh-mode.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/670-ipv6-allow-rejecting-with-source-address-failed-policy.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/671-net-provide-defines-for-_POLICY_FAILED-until-all-cod.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/680-NET-skip-GRO-for-foreign-MAC-addresses.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/681-NET-add-of_get_mac_address_mtd.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/700-swconfig.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/701-phy_extension.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/702-phy_add_aneg_done_function.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/703-phy-add-detach-callback-to-struct-phy_driver.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/704-phy-no-genphy-soft-reset.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/710-phy-add-mdio_register_board_info.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/720-phy_adm6996.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/721-phy_packets.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/722-phy_mvswitch.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/723-phy_ip175c.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/724-phy_ar8216.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/725-phy_rtl8306.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/726-phy_rtl8366.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/727-phy-rtl8367.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/728-phy-rtl8367b.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/729-phy-tantos.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/730-phy_b53.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/731-phy_mvswitch_3.10_compilation.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/732-phy-ar8216-led-support.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/733-phy_mvsw61xx.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/750-hostap_txpower.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/773-bgmac-add-srab-switch.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/780-igb-Fix-Null-pointer-dereference-in-igb_reset_q_vect.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/785-hso-support-0af0-9300.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/810-pci_disable_common_quirks.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/811-pci_disable_usb_common_quirks.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/820-usb_add_usb_find_device_by_name.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/830-ledtrig_morse.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/831-ledtrig_netdev.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/832-ledtrig_usbdev.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/834-ledtrig-libata.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/840-rtc7301.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/841-rtc_pt7c4338.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/861-04_spi_gpio_implement_spi_delay.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/862-gpio_spi_driver.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/863-gpiommc.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/864-gpiommc_configfs_locking.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/870-hifn795x_byteswap.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/880-gateworks_system_controller.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/890-8250_optional_sysrq.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/900-slab_maxsize.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/901-debloat_sock_diag.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/902-debloat_proc.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/903-debloat_direct_io.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/910-kobject_uevent.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/911-kobject_add_broadcast_uevent.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/921-use_preinit_as_init.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/922-always-create-console-node-in-initramfs.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/930-crashlog.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/940-ocf_kbuild_integration.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/941-ocf_20120127.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/960-decompress_unlzo_fix.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/970-remove-unsane-filenames-from-deps_initramfs-list.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/980-arm_openwrt_machtypes.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/990-gpio_wdt.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/995-mangle_bootargs.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/997-device_tree_cmdline.patch [new file with mode: 0644]
trunk/target/linux/generic/patches-4.1/998-enable_wilink_platform_without_drivers.patch [new file with mode: 0644]
trunk/target/linux/sunxi/Makefile [new file with mode: 0644]
trunk/target/linux/sunxi/base-files.mk [new file with mode: 0644]
trunk/target/linux/sunxi/base-files/etc/inittab [new file with mode: 0644]
trunk/target/linux/sunxi/base-files/etc/uci-defaults/02_network [new file with mode: 0644]
trunk/target/linux/sunxi/base-files/lib/preinit/01_preinit_sunxi.sh [new file with mode: 0644]
trunk/target/linux/sunxi/base-files/lib/preinit/02_b53_hack.sh [new file with mode: 0644]
trunk/target/linux/sunxi/base-files/lib/sunxi.sh [new file with mode: 0644]
trunk/target/linux/sunxi/config-3.18 [new file with mode: 0644]
trunk/target/linux/sunxi/image/Config.in [new file with mode: 0644]
trunk/target/linux/sunxi/image/Makefile [new file with mode: 0644]
trunk/target/linux/sunxi/image/gen_sunxi_sdcard_img.sh [new file with mode: 0755]
trunk/target/linux/sunxi/modules.mk [new file with mode: 0644]
trunk/target/linux/sunxi/patches-3.18/100-dt-sun7i-add_spi0_pins_a.patch [new file with mode: 0644]
trunk/target/linux/sunxi/patches-3.18/101-dt-sun7i-add-uart3_pins.patch [new file with mode: 0644]
trunk/target/linux/sunxi/patches-3.18/102-dt-sun7i-add_mmc2_pins.patch [new file with mode: 0644]
trunk/target/linux/sunxi/patches-3.18/110-input-add-sun4i-lradc.patch [new file with mode: 0644]
trunk/target/linux/sunxi/patches-3.18/111-dt-sun4i-add-lradc.patch [new file with mode: 0644]
trunk/target/linux/sunxi/patches-3.18/112-dt-sun5i-add-lradc.patch [new file with mode: 0644]
trunk/target/linux/sunxi/patches-3.18/113-dt-sun7i-add-lradc.patch [new file with mode: 0644]
trunk/target/linux/sunxi/patches-3.18/115-input-sun4i-ts-update-temp-curve.patch [new file with mode: 0644]
trunk/target/linux/sunxi/patches-3.18/116-dt-sunxi-update-compats-for-tempcurves.patch [new file with mode: 0644]
trunk/target/linux/sunxi/patches-3.18/130-input-add-axp20x-pek.patch [new file with mode: 0644]
trunk/target/linux/sunxi/patches-3.18/150-pwm-add-sunxi-driver.patch [new file with mode: 0644]
trunk/target/linux/sunxi/patches-3.18/200-mmc-add-sdio-function-subnode.patch [new file with mode: 0644]
trunk/target/linux/sunxi/patches-3.18/201-dt-sun7i-add-oob-irq-to-bcm-sdio-wifi.patch [new file with mode: 0644]
trunk/target/linux/sunxi/patches-3.18/202-dt-sun7i-add-bluetooth-to-cubietruck.patch [new file with mode: 0644]
trunk/target/linux/sunxi/patches-3.18/270-dt-sun7i-add-ss-to-a20.patch [new file with mode: 0644]
trunk/target/linux/sunxi/patches-3.18/271-crypto-add-ss.patch [new file with mode: 0644]
trunk/target/linux/sunxi/patches-3.18/300-dt-sun7i-add-bananapi.patch [new file with mode: 0644]
trunk/target/linux/sunxi/patches-3.18/301-dt-sun7i-add-bananapro.patch [new file with mode: 0644]
trunk/target/linux/sunxi/patches-3.18/302-dt-sun7i-add-lamobo-r1.patch [new file with mode: 0644]
trunk/target/linux/sunxi/profiles/01-default.mk [new file with mode: 0644]
trunk/target/linux/sunxi/profiles/a10-olinuxino.mk [new file with mode: 0644]
trunk/target/linux/sunxi/profiles/a13-olimex-som.mk [new file with mode: 0644]
trunk/target/linux/sunxi/profiles/a13-olinuxino.mk [new file with mode: 0644]
trunk/target/linux/sunxi/profiles/a20-olinuxino.mk [new file with mode: 0644]
trunk/target/linux/sunxi/profiles/bananapi.mk [new file with mode: 0644]
trunk/target/linux/sunxi/profiles/bananapro.mk [new file with mode: 0644]
trunk/target/linux/sunxi/profiles/cubieboard.mk [new file with mode: 0644]
trunk/target/linux/sunxi/profiles/cubieboard2.mk [new file with mode: 0644]
trunk/target/linux/sunxi/profiles/cubietruck.mk [new file with mode: 0644]
trunk/target/linux/sunxi/profiles/lamobo-r1.mk [new file with mode: 0644]
trunk/target/linux/sunxi/profiles/mele_m9.mk [new file with mode: 0644]
trunk/target/linux/sunxi/profiles/pcduino.mk [new file with mode: 0644]
trunk/target/linux/sunxi/profiles/pcduino3.mk [new file with mode: 0644]
trunk/target/linux/uml/Makefile [new file with mode: 0644]
trunk/target/linux/uml/README [new file with mode: 0644]
trunk/target/linux/uml/config/i386 [new file with mode: 0644]
trunk/target/linux/uml/config/x86_64 [new file with mode: 0644]
trunk/target/linux/uml/image/Makefile [new file with mode: 0644]
trunk/target/linux/uml/patches-3.18/001-fix_make_headers_install.patch [new file with mode: 0644]
trunk/target/linux/uml/patches-3.18/101-mconsole-exec.patch [new file with mode: 0644]
trunk/target/linux/uml/patches-3.18/102-pseudo-random-mac.patch [new file with mode: 0644]
trunk/target/linux/x86/64/config-default [new file with mode: 0644]
trunk/target/linux/x86/64/target.mk [new file with mode: 0644]
trunk/target/linux/x86/Makefile [new file with mode: 0644]
trunk/target/linux/x86/base-files/etc/config/network [new file with mode: 0644]
trunk/target/linux/x86/base-files/etc/inittab [new file with mode: 0644]
trunk/target/linux/x86/base-files/lib/preinit/15_essential_fs_x86 [new file with mode: 0644]
trunk/target/linux/x86/base-files/lib/preinit/20_check_iso [new file with mode: 0644]
trunk/target/linux/x86/base-files/lib/preinit/79_move_config [new file with mode: 0644]
trunk/target/linux/x86/base-files/lib/upgrade/platform.sh [new file with mode: 0644]
trunk/target/linux/x86/config-3.18 [new file with mode: 0644]
trunk/target/linux/x86/ep80579/config-3.3 [new file with mode: 0644]
trunk/target/linux/x86/ep80579/target.mk [new file with mode: 0644]
trunk/target/linux/x86/generic/config-default [new file with mode: 0644]
trunk/target/linux/x86/generic/profiles/000-Generic.mk [new file with mode: 0644]
trunk/target/linux/x86/generic/target.mk [new file with mode: 0644]
trunk/target/linux/x86/geode/config-default [new file with mode: 0644]
trunk/target/linux/x86/geode/target.mk [new file with mode: 0644]
trunk/target/linux/x86/image/Config.in [new file with mode: 0644]
trunk/target/linux/x86/image/Makefile [new file with mode: 0644]
trunk/target/linux/x86/image/gen_image_generic.sh [new file with mode: 0755]
trunk/target/linux/x86/image/grub-early.cfg [new file with mode: 0644]
trunk/target/linux/x86/image/grub-iso.cfg [new file with mode: 0644]
trunk/target/linux/x86/image/grub.cfg [new file with mode: 0644]
trunk/target/linux/x86/image/mkimg_bifferboard.py [new file with mode: 0755]
trunk/target/linux/x86/image/mkimg_sitecom.pl [new file with mode: 0755]
trunk/target/linux/x86/kvm_guest/config-default [new file with mode: 0644]
trunk/target/linux/x86/kvm_guest/target.mk [new file with mode: 0644]
trunk/target/linux/x86/modules.mk [new file with mode: 0644]
trunk/target/linux/x86/patches-3.18/006-yenta_mistery.patch [new file with mode: 0644]
trunk/target/linux/x86/patches-3.18/009-rdc321x_select_embedded.patch [new file with mode: 0644]
trunk/target/linux/x86/patches-3.18/010-rdc_cpu_ident.patch [new file with mode: 0644]
trunk/target/linux/x86/patches-3.18/011-tune_lzma_options.patch [new file with mode: 0644]
trunk/target/linux/x86/patches-3.18/012-export_erase_write.patch [new file with mode: 0644]
trunk/target/linux/x86/patches-3.18/100-rdc_boards.patch [new file with mode: 0644]
trunk/target/linux/x86/patches-3.18/120-panic_on_unrecovered_nmi.patch [new file with mode: 0644]
trunk/target/linux/x86/patches-3.18/150-pit-tick-rate.patch [new file with mode: 0644]
trunk/target/linux/x86/patches-3.18/160-kexec-fix.patch [new file with mode: 0644]
trunk/target/linux/x86/rdc/base-files/etc/config/network [new file with mode: 0644]
trunk/target/linux/x86/rdc/base-files/etc/diag.sh [new file with mode: 0644]
trunk/target/linux/x86/rdc/base-files/lib/preinit/05_set_ether_mac_rdc [new file with mode: 0644]
trunk/target/linux/x86/rdc/base-files/lib/upgrade/platform.sh [new file with mode: 0644]
trunk/target/linux/x86/rdc/config-default [new file with mode: 0644]
trunk/target/linux/x86/rdc/profiles/ar525w.mk [new file with mode: 0644]
trunk/target/linux/x86/rdc/profiles/bifferboard.mk [new file with mode: 0644]
trunk/target/linux/x86/rdc/profiles/r8610.mk [new file with mode: 0644]
trunk/target/linux/x86/rdc/profiles/sitecom.mk [new file with mode: 0644]
trunk/target/linux/x86/rdc/target.mk [new file with mode: 0644]
trunk/target/linux/x86/xen_domu/base-files/etc/inittab [new file with mode: 0644]
trunk/target/linux/x86/xen_domu/base-files/lib/preinit/45_mount_xenfs [new file with mode: 0644]
trunk/target/linux/x86/xen_domu/config-default [new file with mode: 0644]
trunk/target/linux/x86/xen_domu/target.mk [new file with mode: 0644]
trunk/target/linux/xburst/Makefile [new file with mode: 0644]
trunk/target/linux/xburst/base-files/etc/config/fstab [new file with mode: 0644]
trunk/target/linux/xburst/base-files/etc/config/network [new file with mode: 0644]
trunk/target/linux/xburst/base-files/etc/config/system [new file with mode: 0644]
trunk/target/linux/xburst/config-3.18 [new file with mode: 0644]
trunk/target/linux/xburst/image/Makefile [new file with mode: 0644]
trunk/target/linux/xburst/image/ubinize.cfg [new file with mode: 0644]
trunk/target/linux/xburst/modules.mk [new file with mode: 0644]
trunk/target/linux/xburst/patches-3.18/001-ubi-Read-only-the-vid-header-instead-of-the-whole-pa.patch [new file with mode: 0644]
trunk/target/linux/xburst/patches-3.18/002-NAND-Optimize-NAND_ECC_HW_OOB_FIRST-read.patch [new file with mode: 0644]
trunk/target/linux/xburst/patches-3.18/003-NAND-Add-support-for-subpage-reads-for-NAND_ECC_HW_O.patch [new file with mode: 0644]
trunk/target/linux/xburst/patches-3.18/004-ASoC-JZ4740-delay-activation-of-the-DAC-to-work-arou.patch [new file with mode: 0644]
trunk/target/linux/xburst/patches-3.18/005-RTC-JZ4740-Init-the-regulator-register-on-startup.patch [new file with mode: 0644]
trunk/target/linux/xburst/patches-3.18/006-Add-ili8960-lcd-driver.patch [new file with mode: 0644]
trunk/target/linux/xburst/patches-3.18/007-qi_lb60-Don-t-use-3-wire-spi-mode-for-the-display-fo.patch [new file with mode: 0644]
trunk/target/linux/xburst/qi_lb60/config-default [new file with mode: 0644]
trunk/target/linux/xburst/qi_lb60/target.mk [new file with mode: 0644]
trunk/target/sdk/Config.in [new file with mode: 0644]
trunk/target/sdk/Makefile [new file with mode: 0644]
trunk/target/sdk/convert-config.pl [new file with mode: 0755]
trunk/target/sdk/files/Config.in [new file with mode: 0644]
trunk/target/sdk/files/Makefile [new file with mode: 0644]
trunk/target/sdk/files/README.SDK [new file with mode: 0644]
trunk/target/sdk/files/include/prepare.mk [new file with mode: 0644]
trunk/target/toolchain/Config.in [new file with mode: 0644]
trunk/target/toolchain/Makefile [new file with mode: 0644]
trunk/target/toolchain/files/README.TOOLCHAIN [new file with mode: 0644]
trunk/target/toolchain/files/wrapper.sh [new file with mode: 0755]
trunk/toolchain/Config.in [new file with mode: 0644]
trunk/toolchain/Makefile [new file with mode: 0644]
trunk/toolchain/binutils/Config.in [new file with mode: 0644]
trunk/toolchain/binutils/Makefile [new file with mode: 0644]
trunk/toolchain/binutils/patches/linaro/300-001_ld_makefile_patch.patch [new file with mode: 0644]
trunk/toolchain/binutils/patches/linaro/300-012_check_ldrunpath_length.patch [new file with mode: 0644]
trunk/toolchain/binutils/patches/linaro/400-mips_no_dynamic_linking_sym.patch [new file with mode: 0644]
trunk/toolchain/binutils/patches/linaro/500-Change-default-emulation-for-mips64-linux.patch [new file with mode: 0644]
trunk/toolchain/fortify-headers/Makefile [new file with mode: 0644]
trunk/toolchain/gcc/Config.in [new file with mode: 0644]
trunk/toolchain/gcc/Config.version [new file with mode: 0644]
trunk/toolchain/gcc/common.mk [new file with mode: 0644]
trunk/toolchain/gcc/files/alternate-arch-cc.in [new file with mode: 0644]
trunk/toolchain/gcc/final/Makefile [new file with mode: 0644]
trunk/toolchain/gcc/initial/Makefile [new file with mode: 0644]
trunk/toolchain/gcc/minimal/Makefile [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/010-documentation.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/020-gcc_bug_54295.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/030-gcc_bug_48403.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/040-gcc_bug_49696.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/100-uclibc-conf.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/200-musl.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/301-missing-execinfo_h.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/302-c99-snprintf.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/305-libmudflap-susv3-legacy.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/800-arm_v5te_no_ldrd_strd.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/810-arm-softfloat-libgcc.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/820-libgcc_pic.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/830-arm_unbreak_armv4t.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/840-armv4_pass_fix-v4bx_to_ld.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/850-use_shared_libgcc.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/860-uclibc_use_eh_frame.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/870-ppc_no_crtsavres.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/880-no_java_section.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/900-bad-mips16-crt [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/910-mbsd_multi.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/920-specs_nonfatal_getenv.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/940-no-clobber-stamp-bits.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/999-coldfire.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.6-linaro/999-gcc5-gcc_cp_cfns_h.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/001-revert_register_mode_search.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/002-weak_data_fix.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/003-universal_initializer.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/004-case_insensitive.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/010-documentation.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/020-no-plt-backport.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/100-uclibc-conf.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/200-musl_config.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/201-musl_arm.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/202-musl_mips.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/203-musl_powerpc.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/204-musl_sh.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/205-musl_x86.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/206-musl_aarch64.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/207-musl_fixincludes.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/208-musl_gomp.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/209-musl_libstdc++.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/210-disable_libsanitizer_off_t_check.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/220-musl_mips_softfloat.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/221-musl_mips64.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/230-musl_libssp.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/800-arm_v5te_no_ldrd_strd.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/810-arm-softfloat-libgcc.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/820-libgcc_pic.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/830-arm_unbreak_armv4t.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/840-armv4_pass_fix-v4bx_to_ld.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/850-use_shared_libgcc.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/851-libgcc_no_compat.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/860-use_eh_frame.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/870-ppc_no_crtsavres.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/880-no_java_section.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/900-bad-mips16-crt.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/910-mbsd_multi.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/920-specs_nonfatal_getenv.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/930-fix-mips-noexecstack.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/940-no-clobber-stamp-bits.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.8-linaro/951-arm_bug_58595.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/001-revert_register_mode_search.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/002-case_insensitive.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/010-documentation.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/020-no-plt-backport.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/100-uclibc-conf.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/200-musl_config.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/201-musl_arm.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/202-musl_mips.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/203-musl_powerpc.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/204-musl_sh.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/205-musl_x86.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/206-musl_aarch64.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/207-musl_fixincludes.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/208-musl_gomp.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/209-musl_libstdc++.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/210-disable_libsanitizer_off_t_check.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/220-musl_mips_softfloat.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/221-musl_mips64.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/800-arm_v5te_no_ldrd_strd.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/810-arm-softfloat-libgcc.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/820-libgcc_pic.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/830-arm_unbreak_armv4t.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/840-armv4_pass_fix-v4bx_to_ld.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/850-use_shared_libgcc.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/851-libgcc_no_compat.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/860-use_eh_frame.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/870-ppc_no_crtsavres.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/880-no_java_section.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/900-bad-mips16-crt.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/910-mbsd_multi.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/920-specs_nonfatal_getenv.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/930-fix-mips-noexecstack.patch [new file with mode: 0644]
trunk/toolchain/gcc/patches/4.9-linaro/940-no-clobber-stamp-bits.patch [new file with mode: 0644]
trunk/toolchain/gdb/Makefile [new file with mode: 0644]
trunk/toolchain/gdb/patches/100-no_extern_inline.patch [new file with mode: 0644]
trunk/toolchain/gdb/patches/110-no_testsuite.patch [new file with mode: 0644]
trunk/toolchain/gdb/patches/120-fix-compile-flag-mismatch.patch [new file with mode: 0644]
trunk/toolchain/glibc/Config.in [new file with mode: 0644]
trunk/toolchain/glibc/Config.version [new file with mode: 0644]
trunk/toolchain/glibc/Makefile [new file with mode: 0644]
trunk/toolchain/glibc/common.mk [new file with mode: 0644]
trunk/toolchain/glibc/config/Config.in [new file with mode: 0644]
trunk/toolchain/glibc/headers/Makefile [new file with mode: 0644]
trunk/toolchain/glibc/include/libintl.h [new file with mode: 0644]
trunk/toolchain/glibc/patches/2.15/001-fix_autoconf_macro.patch [new file with mode: 0644]
trunk/toolchain/glibc/patches/2.15/005-versions.patch [new file with mode: 0644]
trunk/toolchain/glibc/patches/2.15/050-all_glibc-2.14-leak-revert-crash.patch [new file with mode: 0644]
trunk/toolchain/glibc/patches/2.15/100-fix_cross_rpcgen.patch [new file with mode: 0644]
trunk/toolchain/glibc/patches/2.15/110-fix_cross_zic.patch [new file with mode: 0644]
trunk/toolchain/glibc/patches/2.15/120-use_host_cflags.patch [new file with mode: 0644]
trunk/toolchain/glibc/patches/2.15/200-add-dl-search-paths.patch [new file with mode: 0644]
trunk/toolchain/glibc/patches/2.19/100-fix_cross_rpcgen.patch [new file with mode: 0644]
trunk/toolchain/glibc/patches/2.19/200-add-dl-search-paths.patch [new file with mode: 0644]
trunk/toolchain/glibc/patches/2.19/300-require-autoconf-2.69.patch [new file with mode: 0644]
trunk/toolchain/glibc/patches/2.21/100-fix_cross_rpcgen.patch [new file with mode: 0644]
trunk/toolchain/glibc/patches/2.21/200-add-dl-search-paths.patch [new file with mode: 0644]
trunk/toolchain/info.mk [new file with mode: 0644]
trunk/toolchain/insight/Makefile [new file with mode: 0644]
trunk/toolchain/insight/patches/600-fix-compile-flag-mismatch.patch [new file with mode: 0644]
trunk/toolchain/kernel-headers/Makefile [new file with mode: 0644]
trunk/toolchain/musl/Config.in [new file with mode: 0644]
trunk/toolchain/musl/Config.version [new file with mode: 0644]
trunk/toolchain/musl/Makefile [new file with mode: 0644]
trunk/toolchain/musl/common.mk [new file with mode: 0644]
trunk/toolchain/musl/headers/Makefile [new file with mode: 0644]
trunk/toolchain/musl/include/bits/wordsize.h [new file with mode: 0644]
trunk/toolchain/musl/include/features.h [new file with mode: 0644]
trunk/toolchain/musl/include/sgidefs.h [new file with mode: 0644]
trunk/toolchain/musl/include/sys/cdefs.h [new file with mode: 0644]
trunk/toolchain/musl/include/sys/glibc-types.h [new file with mode: 0644]
trunk/toolchain/musl/include/sys/queue.h [new file with mode: 0644]
trunk/toolchain/musl/patches/001-git-2015-07-22.patch [new file with mode: 0644]
trunk/toolchain/musl/patches/010-Add-PowerPC-soft-float-support.patch [new file with mode: 0644]
trunk/toolchain/musl/patches/100-add_glob_onlydir.patch [new file with mode: 0644]
trunk/toolchain/musl/patches/110-read_timezone_from_fs.patch [new file with mode: 0644]
trunk/toolchain/musl/patches/200-add_libssp_nonshared.patch [new file with mode: 0644]
trunk/toolchain/musl/patches/300-relative.patch [new file with mode: 0644]
trunk/toolchain/musl/patches/900-iconv_size_hack.patch [new file with mode: 0644]
trunk/toolchain/uClibc/Config.in [new file with mode: 0644]
trunk/toolchain/uClibc/Config.version [new file with mode: 0644]
trunk/toolchain/uClibc/Makefile [new file with mode: 0644]
trunk/toolchain/uClibc/common.mk [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/arm [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/armeb [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/common [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/debug [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/i386 [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/i686 [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/m68k [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/mips [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/mips64 [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/mips64.32 [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/mips64.64 [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/mips64.n32 [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/mips64el [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/mips64el.32 [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/mips64el.64 [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/mips64el.n32 [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/mipsel [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/mipsel.cobalt [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/powerpc [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/powerpc.e500 [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/sparc [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/sparc.leon [new file with mode: 0644]
trunk/toolchain/uClibc/config-0.9.33.2/x86_64 [new file with mode: 0644]
trunk/toolchain/uClibc/headers/Makefile [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/009_backport_mount.h-update.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/010-backport_sscanf_alloc.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/011-dlsym_rtld_next_fix.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/012-elf-Add-STT_GNU_IFUNC-from-glibc.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/020-endian.h-add-some-handy-macros-to-be-used-in-syscall.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/021-add-posix_madvise.c.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/022-libc-add-posix_fallocate.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/023-libc-add-fallocate-and-fallocate64.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/024-i386-bits-syscalls.h-allow-immediate-values-as-6th-s.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/025-libc-sync_file_range.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/100-fix_unifdef.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/110-compat_macros.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/120-adjtimex.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/131-inet-fix-__read_etc_hosts_r-segfault.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/132-inet_fix_res_init.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/133-inet6-scoped-getnameinfo.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/135-inet_fix_threaded_use_of_res_functions.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/136-inet_make_res_init_thread_safe.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/137-inet_fix_threaded_res_init.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/150-vasprintf_size_reduce.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/170-math_finite.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/180-pthread_cleanup_fix.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/190-nptl_use_arch_default_stack_limit.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/200-no_forced_unwind.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/210-mips_use_pic_crt1.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/350-use-fputs_unlocked.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/410-llvm_workaround.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/450-powerpc_copysignl.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/460-powerpc_ptrace_h.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/470-powerpc_syscall6.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/480-powerpc_rel24_support.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/500-eventfd.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/600-mips64_abi_selection.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/610-mips64_syscall_fix.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/611-mips_syscall_error_argument.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/612-mips64_relocation_fix.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/613-mips64_more_relocation_fixes.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/614-mips64_fix_setjmp_longjmp.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/615-mips_fix_sigev_pad_size.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/616-mips_fix_stat_time.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/617-mips_fix_setjmp_ptrsize.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/618-mips64_fix_syscall_error.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/619-mips64_fix_sysdep_cancel.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/960-remove_eabi_oabi_selection.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/970-add___kernel_long_and___kernel_ulong.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/981-fix_setting_arch_native_bit.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/990-no-stack-cache.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/991-gen_wctype.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/995-add-sigsys-to-siginfo_t-union.patch [new file with mode: 0644]
trunk/toolchain/uClibc/patches-0.9.33.2/999-eventfd_use_bits_scheme.patch [new file with mode: 0644]
trunk/toolchain/uClibc/utils/Makefile [new file with mode: 0644]
trunk/toolchain/wrapper/Makefile [new file with mode: 0644]
trunk/tools/Makefile [new file with mode: 0644]
trunk/tools/autoconf/Makefile [new file with mode: 0644]
trunk/tools/autoconf/patches/000-relocatable.patch [new file with mode: 0644]
trunk/tools/autoconf/patches/001-no_emacs_lib.patch [new file with mode: 0644]
trunk/tools/autoconf/patches/002-musl_host_fixup.patch [new file with mode: 0644]
trunk/tools/automake/Makefile [new file with mode: 0644]
trunk/tools/automake/files/aclocal [new file with mode: 0755]
trunk/tools/automake/patches/000-relocatable.patch [new file with mode: 0644]
trunk/tools/automake/patches/100-aclocal-skip-not-existing-directories.patch [new file with mode: 0644]
trunk/tools/automake/patches/200-do-not-override-silent-rules.patch [new file with mode: 0644]
trunk/tools/bc/Makefile [new file with mode: 0644]
trunk/tools/bc/patches/001-no_doc.patch [new file with mode: 0644]
trunk/tools/bison/Makefile [new file with mode: 0644]
trunk/tools/bison/patches/010-intl-stub-compat.patch [new file with mode: 0644]
trunk/tools/bison/patches/100-fix-gets-removal.patch [new file with mode: 0644]
trunk/tools/ccache/Makefile [new file with mode: 0644]
trunk/tools/ccache/files/ccache_cc [new file with mode: 0755]
trunk/tools/ccache/files/ccache_cxx [new file with mode: 0755]
trunk/tools/ccache/patches/100-honour-copts.patch [new file with mode: 0644]
trunk/tools/cloog/Makefile [new file with mode: 0644]
trunk/tools/cmake/Makefile [new file with mode: 0644]
trunk/tools/cmake/patches/100-disable_qt_tests.patch [new file with mode: 0644]
trunk/tools/cmake/patches/110-freebsd-compat.patch [new file with mode: 0644]
trunk/tools/dosfstools/Makefile [new file with mode: 0644]
trunk/tools/dosfstools/patches/0001-Add-tags-and-editor-backup-files-to-.gitignore.patch [new file with mode: 0644]
trunk/tools/dosfstools/patches/0002-Fix-indentation-of-fix-power-loss-damage-commit.patch [new file with mode: 0644]
trunk/tools/dosfstools/patches/0003-mkfs.fat.c-Use-unsigned-char-for-binary-data.patch [new file with mode: 0644]
trunk/tools/dosfstools/patches/0004-Make-all-char-that-may-take-literals-const.patch [new file with mode: 0644]
trunk/tools/dosfstools/patches/0005-mkfs.fat-Allow-0xF0-to-be-specified-as-media-byte.patch [new file with mode: 0644]
trunk/tools/dosfstools/patches/0006-fsck.fat-Make-r-option-default.patch [new file with mode: 0644]
trunk/tools/dosfstools/patches/0007-Makefile-fix-typo-in-uninstall-man.patch [new file with mode: 0644]
trunk/tools/dosfstools/patches/0008-Makefile-avoid-using-install-D.patch [new file with mode: 0644]
trunk/tools/dosfstools/patches/0009-Improve-.gitignore.patch [new file with mode: 0644]
trunk/tools/dosfstools/patches/0010-Remove-non-standard-int-types.patch [new file with mode: 0644]
trunk/tools/dosfstools/patches/0011-Remove-linux-msdos_fs.h-includes.patch [new file with mode: 0644]
trunk/tools/dosfstools/patches/0012-fsck.fat-Fix-read-beyond-end-of-array-on-FAT12.patch [new file with mode: 0644]
trunk/tools/dosfstools/patches/0013-Add-compatible-ioctl-calls-for-OSX-and-FreeBSD.patch [new file with mode: 0644]
trunk/tools/dosfstools/patches/0014-Add-OSX-and-FreeBSD-support.patch [new file with mode: 0644]
trunk/tools/e2fsprogs/Makefile [new file with mode: 0644]
trunk/tools/e2fsprogs/patches/001-exit_0_on_corrected_errors.patch [new file with mode: 0644]
trunk/tools/e2fsprogs/patches/002-dont-build-e4defrag.patch [new file with mode: 0644]
trunk/tools/e2fsprogs/patches/003-openbsd-compat.patch [new file with mode: 0644]
trunk/tools/e2fsprogs/patches/004-freebsd-compat.patch [new file with mode: 0644]
trunk/tools/e2fsprogs/patches/005-darwin-compat.patch [new file with mode: 0644]
trunk/tools/elftosb/Makefile [new file with mode: 0644]
trunk/tools/elftosb/patches/001-libm.patch [new file with mode: 0644]
trunk/tools/elftosb/patches/002-fix-header-path.patch [new file with mode: 0644]
trunk/tools/elftosb/patches/003-use-ldflags.patch [new file with mode: 0644]
trunk/tools/expat/Makefile [new file with mode: 0644]
trunk/tools/findutils/Makefile [new file with mode: 0644]
trunk/tools/findutils/patches/21-Fix-time_t-vs-long-int-mismatches.patch [new file with mode: 0644]
trunk/tools/firmware-utils/Makefile [new file with mode: 0644]
trunk/tools/firmware-utils/src/add_header.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/addpattern.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/airlink.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/asustrx.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/bcm_tag.h [new file with mode: 0644]
trunk/tools/firmware-utils/src/bcmalgo.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/bcmalgo.h [new file with mode: 0644]
trunk/tools/firmware-utils/src/buffalo-enc.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/buffalo-lib.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/buffalo-lib.h [new file with mode: 0644]
trunk/tools/firmware-utils/src/buffalo-tag.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/buffalo-tftp.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/csysimg.h [new file with mode: 0644]
trunk/tools/firmware-utils/src/cyg_crc.h [new file with mode: 0644]
trunk/tools/firmware-utils/src/cyg_crc16.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/cyg_crc32.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/dgfirmware.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/dgn3500sum.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/edimax_fw_header.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/encode_crc.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/fix-u-media-header.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/fw.h [new file with mode: 0644]
trunk/tools/firmware-utils/src/hcsmakeimage.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/imagetag.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/imagetag.ggo [new file with mode: 0644]
trunk/tools/firmware-utils/src/imagetag_cmdline.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/imagetag_cmdline.h [new file with mode: 0644]
trunk/tools/firmware-utils/src/lzma2eva.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/makeamitbin.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/md5.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/md5.h [new file with mode: 0644]
trunk/tools/firmware-utils/src/mkbrncmdline.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mkbrnimg.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mkcameofw.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mkcasfw.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mkchkimg.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mkcsysimg.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mkdapimg.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mkdcs932.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mkdniimg.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mkedimaximg.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mkfwimage.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mkfwimage2.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mkheader_gemtek.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mkhilinkfw.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mkmylofw.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mkplanexfw.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mkporayfw.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mkrtn56uimg.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mksenaofw.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mktitanimg.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mktitanimg.h [new file with mode: 0644]
trunk/tools/firmware-utils/src/mktplinkfw.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mktplinkfw2.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mkwrgimg.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mkzcfw.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/mkzynfw.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/motorola-bin.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/myloader.h [new file with mode: 0644]
trunk/tools/firmware-utils/src/nand_ecc.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/osbridge-crc.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/pc1crypt.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/ptgen.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/seama.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/seama.h [new file with mode: 0644]
trunk/tools/firmware-utils/src/sha1.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/sha1.h [new file with mode: 0644]
trunk/tools/firmware-utils/src/spw303v.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/srec2bin.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/tplink-safeloader.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/trx.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/trx2edips.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/trx2usr.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/wrt400n.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/xorimage.c [new file with mode: 0644]
trunk/tools/firmware-utils/src/zynos.h [new file with mode: 0644]
trunk/tools/firmware-utils/src/zyxbcm.c [new file with mode: 0644]
trunk/tools/flex/Makefile [new file with mode: 0644]
trunk/tools/flex/patches/100-remove_no_undefined.patch [new file with mode: 0644]
trunk/tools/flock/Makefile [new file with mode: 0644]
trunk/tools/flock/src/flock.c [new file with mode: 0644]
trunk/tools/gengetopt/Makefile [new file with mode: 0644]
trunk/tools/gengetopt/patches/100-dependency_fix.patch [new file with mode: 0644]
trunk/tools/gengetopt/patches/200-no_docs_tests.patch [new file with mode: 0644]
trunk/tools/gmp/Makefile [new file with mode: 0644]
trunk/tools/include/byteswap.h [new file with mode: 0644]
trunk/tools/include/elf.h [new file with mode: 0644]
trunk/tools/include/endian.h [new file with mode: 0644]
trunk/tools/include/getline.h [new file with mode: 0644]
trunk/tools/include/sys/sysmacros.h [new file with mode: 0644]
trunk/tools/libelf/Makefile [new file with mode: 0644]
trunk/tools/libtool/Makefile [new file with mode: 0644]
trunk/tools/libtool/files/libtool-v1.5.patch [new file with mode: 0644]
trunk/tools/libtool/files/libtool-v2.2.patch [new file with mode: 0644]
trunk/tools/libtool/files/libtool-v2.4.patch [new file with mode: 0644]
trunk/tools/libtool/patches/000-relocatable.patch [new file with mode: 0644]
trunk/tools/libtool/patches/001-fix-func_append.patch [new file with mode: 0644]
trunk/tools/libtool/patches/100-libdir-fixes.patch [new file with mode: 0644]
trunk/tools/libtool/patches/110-dont-use-target-dir-for-relinking.patch [new file with mode: 0644]
trunk/tools/libtool/patches/120-strip-unsafe-dirs-for-relinking.patch [new file with mode: 0644]
trunk/tools/libtool/patches/150-trailingslash.patch [new file with mode: 0644]
trunk/tools/libtool/patches/160-passthrough-ssp.patch [new file with mode: 0644]
trunk/tools/libtool/patches/200-openwrt-branding.patch [new file with mode: 0644]
trunk/tools/lzma-old/Makefile [new file with mode: 0644]
trunk/tools/lzma-old/patches/100-lzma_zlib.patch [new file with mode: 0644]
trunk/tools/lzma-old/patches/110-ranlib.patch [new file with mode: 0644]
trunk/tools/lzma/Makefile [new file with mode: 0644]
trunk/tools/lzma/patches/001-large_files.patch [new file with mode: 0644]
trunk/tools/lzma/patches/002-lzmp.patch [new file with mode: 0644]
trunk/tools/lzma/patches/003-compile_fixes.patch [new file with mode: 0644]
trunk/tools/lzma/patches/100-static_library.patch [new file with mode: 0644]
trunk/tools/m4/Makefile [new file with mode: 0644]
trunk/tools/m4/patches/100-fix-gets-removal.patch [new file with mode: 0644]
trunk/tools/make-ext4fs/Makefile [new file with mode: 0644]
trunk/tools/missing-macros/Makefile [new file with mode: 0644]
trunk/tools/missing-macros/src/README [new file with mode: 0644]
trunk/tools/missing-macros/src/bin/help2man [new file with mode: 0755]
trunk/tools/missing-macros/src/bin/makeinfo [new file with mode: 0755]
trunk/tools/missing-macros/src/m4/as-ac-expand.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/as-compiler-flag.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/as-unaligned-access.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/as-version.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/dnet.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/fake-gtk-doc-check.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/fake-intltool.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/glibc2.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/glibc21.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/intdiv0.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/intmax.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/inttypes-pri.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/inttypes_h.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/lib-ld.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/lib-link.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/lib-prefix.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/mfx_acc.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/mfx_cppflags.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/mfx_limits.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/progtest.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/stdint_h.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/uintmax_t.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/va_copy.m4 [new file with mode: 0644]
trunk/tools/missing-macros/src/m4/wint_t.m4 [new file with mode: 0644]
trunk/tools/mkimage/Makefile [new file with mode: 0644]
trunk/tools/mkimage/patches/010-freebsd-ulong-fix.patch [new file with mode: 0644]
trunk/tools/mkimage/patches/020-include_compile_fix.patch [new file with mode: 0644]
trunk/tools/mkimage/patches/030-allow-to-use-different-magic.patch [new file with mode: 0644]
trunk/tools/mkimage/patches/040-include_order.patch [new file with mode: 0644]
trunk/tools/mkimage/patches/050-image_h_portability.patch [new file with mode: 0644]
trunk/tools/mkimage/patches/060-remove_kernel_includes.patch [new file with mode: 0644]
trunk/tools/mkimage/patches/070-socfpgaimage_portability.patch [new file with mode: 0644]
trunk/tools/mkimage/patches/080-remove_compiler_check.patch [new file with mode: 0644]
trunk/tools/mkimage/patches/100-freebsd-compat.patch [new file with mode: 0644]
trunk/tools/mkimage/patches/200-gcc5_compat.patch [new file with mode: 0644]
trunk/tools/mklibs/Makefile [new file with mode: 0644]
trunk/tools/mklibs/include/elf.h [new file with mode: 0644]
trunk/tools/mklibs/patches/001-compile.patch [new file with mode: 0644]
trunk/tools/mklibs/patches/002-disable_symbol_checks.patch [new file with mode: 0644]
trunk/tools/mklibs/patches/003-no_copy.patch [new file with mode: 0644]
trunk/tools/mklibs/patches/004-libpthread_link.patch [new file with mode: 0644]
trunk/tools/mklibs/patches/005-duplicate_syms.patch [new file with mode: 0644]
trunk/tools/mklibs/patches/006-uclibc_init.patch [new file with mode: 0644]
trunk/tools/mklibs/patches/007-gc_sections.patch [new file with mode: 0644]
trunk/tools/mklibs/patches/008-uclibc_libgcc_link.patch [new file with mode: 0644]
trunk/tools/mklibs/patches/009-uclibc_libpthread_symbols.patch [new file with mode: 0644]
trunk/tools/mklibs/patches/010-remove_STT_GNU_IFUNC.patch [new file with mode: 0644]
trunk/tools/mklibs/patches/011-remove_multiarch.patch [new file with mode: 0644]
trunk/tools/mm-macros/Makefile [new file with mode: 0644]
trunk/tools/mpc/Makefile [new file with mode: 0644]
trunk/tools/mpfr/Makefile [new file with mode: 0644]
trunk/tools/mpfr/patches/001-only_src.patch [new file with mode: 0644]
trunk/tools/mpfr/patches/100-freebsd-compat.patch [new file with mode: 0644]
trunk/tools/mtd-utils/Makefile [new file with mode: 0644]
trunk/tools/mtd-utils/include/fls.h [new file with mode: 0644]
trunk/tools/mtd-utils/include/linux/types.h [new file with mode: 0644]
trunk/tools/mtd-utils/patches/100-sscanf_fix.patch [new file with mode: 0644]
trunk/tools/mtd-utils/patches/110-portability.patch [new file with mode: 0644]
trunk/tools/mtd-utils/patches/130-lzma_jffs2.patch [new file with mode: 0644]
trunk/tools/mtd-utils/patches/134-freebsd_loff_t.patch [new file with mode: 0644]
trunk/tools/mtd-utils/patches/135-mkubifs_optional_lzo.patch [new file with mode: 0644]
trunk/tools/mtd-utils/patches/136-mkfs.ubifs-xz-support.patch [new file with mode: 0644]
trunk/tools/mtd-utils/patches/137-no_extern_inline.patch [new file with mode: 0644]
trunk/tools/mtd-utils/patches/200-libubigen-add-ubigen_write_terminator-function.patch [new file with mode: 0644]
trunk/tools/mtd-utils/patches/201-ubinize-add-terminator-support.patch [new file with mode: 0644]
trunk/tools/mtd-utils/patches/300-libfec_use_standard_unsigned_long.patch [new file with mode: 0644]
trunk/tools/mtools/Makefile [new file with mode: 0644]
trunk/tools/mtools/patches/100-compile_fix.patch [new file with mode: 0644]
trunk/tools/padjffs2/Makefile [new file with mode: 0644]
trunk/tools/padjffs2/src/Makefile [new file with mode: 0644]
trunk/tools/padjffs2/src/padjffs2.c [new file with mode: 0644]
trunk/tools/patch-image/Makefile [new file with mode: 0644]
trunk/tools/patch-image/src/patch-cmdline.c [new file with mode: 0644]
trunk/tools/patch-image/src/patch-dtb.c [new file with mode: 0644]
trunk/tools/patch/Makefile [new file with mode: 0644]
trunk/tools/patchelf/Makefile [new file with mode: 0644]
trunk/tools/patchelf/patches/100-portability.patch [new file with mode: 0644]
trunk/tools/pkg-config/Makefile [new file with mode: 0644]
trunk/tools/pkg-config/files/pkg-config [new file with mode: 0755]
trunk/tools/pkg-config/patches/001-fix-package-rebuild.patch [new file with mode: 0644]
trunk/tools/pkg-config/patches/002-musl_host_fixup.patch [new file with mode: 0644]
trunk/tools/ppl/Makefile [new file with mode: 0644]
trunk/tools/ppl/patches/001-disable-serial-tests.patch [new file with mode: 0644]
trunk/tools/qemu/Makefile [new file with mode: 0644]
trunk/tools/quilt/Makefile [new file with mode: 0644]
trunk/tools/quilt/patches/000-relocatable.patch [new file with mode: 0644]
trunk/tools/quilt/patches/001-fix_compile.patch [new file with mode: 0644]
trunk/tools/scons/Makefile [new file with mode: 0644]
trunk/tools/scons/files/pywrap.sh [new file with mode: 0755]
trunk/tools/scons/patches/001-platform_env.patch [new file with mode: 0644]
trunk/tools/sed/Makefile [new file with mode: 0644]
trunk/tools/sed/patches/001-musl_host_fixup.patch [new file with mode: 0644]
trunk/tools/sparse/Makefile [new file with mode: 0644]
trunk/tools/squashfs/Makefile [new file with mode: 0644]
trunk/tools/squashfs/patches/100-lzma.patch [new file with mode: 0644]
trunk/tools/squashfs/patches/110-no_nonstatic_inline.patch [new file with mode: 0644]
trunk/tools/squashfs4/Makefile [new file with mode: 0644]
trunk/tools/squashfs4/patches/100-portability.patch [new file with mode: 0644]
trunk/tools/squashfs4/patches/110-allow_static_liblzma.patch [new file with mode: 0644]
trunk/tools/squashfs4/patches/120-cygwin_fixes.patch [new file with mode: 0644]
trunk/tools/squashfs4/patches/150-freebsd_fixes.patch [new file with mode: 0644]
trunk/tools/squashfs4/patches/160-expose_lzma_xz_options.patch [new file with mode: 0644]
trunk/tools/squashfs4/patches/170-add_support_for_LZMA_MAGIC_to_unsqashfs.patch [new file with mode: 0644]
trunk/tools/squashfs4/patches/180-openbsd_compat.patch [new file with mode: 0644]
trunk/tools/squashfs4/patches/190-no_nonstatic_inline.patch [new file with mode: 0644]
trunk/tools/sstrip/Makefile [new file with mode: 0644]
trunk/tools/sstrip/src/sstrip.c [new file with mode: 0644]
trunk/tools/upslug2/Makefile [new file with mode: 0644]
trunk/tools/upslug2/patches/100-libpcap_fix.patch [new file with mode: 0644]
trunk/tools/upslug2/patches/110-wrt350nv2_support.patch [new file with mode: 0644]
trunk/tools/upx/Makefile [new file with mode: 0644]
trunk/tools/upx/patches/100-lzmaonly.patch [new file with mode: 0644]
trunk/tools/wrt350nv2-builder/Makefile [new file with mode: 0644]
trunk/tools/wrt350nv2-builder/src/crypt.h [new file with mode: 0644]
trunk/tools/wrt350nv2-builder/src/ioapi.c [new file with mode: 0644]
trunk/tools/wrt350nv2-builder/src/ioapi.h [new file with mode: 0644]
trunk/tools/wrt350nv2-builder/src/md5.c [new file with mode: 0644]
trunk/tools/wrt350nv2-builder/src/md5.h [new file with mode: 0644]
trunk/tools/wrt350nv2-builder/src/upgrade.h [new file with mode: 0644]
trunk/tools/wrt350nv2-builder/src/wrt350nv2-builder.c [new file with mode: 0644]
trunk/tools/xz/Makefile [new file with mode: 0644]
trunk/tools/xz/patches/100-freebsd-compat.patch [new file with mode: 0644]
trunk/tools/yaffs2/Makefile [new file with mode: 0644]
trunk/tools/yaffs2/patches/100-compile.patch [new file with mode: 0644]
trunk/tools/yaffs2/patches/110-openbsd-compat.patch [new file with mode: 0644]