├── .gitattributes ├── .gitignore ├── BSDmakefile ├── Config.in ├── LICENSE ├── Makefile ├── README ├── docs ├── .gitignore ├── Makefile ├── adding.tex ├── bugs.tex ├── build.tex ├── config.tex ├── debugging.tex ├── init-scripts.tex ├── network-scripts.tex ├── network.tex ├── openwrt.sty ├── openwrt.tex ├── submitting-patches.tex ├── wireless.tex └── working.tex ├── feeds.conf.default ├── include ├── autotools.mk ├── cmake.mk ├── debug.mk ├── depends.mk ├── download.mk ├── host-build.mk ├── host.mk ├── image.mk ├── kernel-build.mk ├── kernel-defaults.mk ├── kernel-version.mk ├── kernel.mk ├── ltqtapi.mk ├── netfilter.mk ├── nls.mk ├── package-bin.mk ├── package-defaults.mk ├── package-dumpinfo.mk ├── package-ipkg.mk ├── package-version-override.mk ├── package.mk ├── prereq-build.mk ├── prereq.mk ├── quilt.mk ├── scan.mk ├── scons.mk ├── shell.sh ├── site │ ├── arm-linux │ ├── arm-openwrt-linux-gnu │ ├── arm-openwrt-linux-gnueabi │ ├── arm-openwrt-linux-musl │ ├── arm-openwrt-linux-muslgnueabi │ ├── arm-openwrt-linux-uclibc │ ├── arm-openwrt-linux-uclibcgnueabi │ ├── armeb-linux │ ├── armeb-openwrt-linux-gnu │ ├── armeb-openwrt-linux-gnueabi │ ├── armeb-openwrt-linux-musl │ ├── armeb-openwrt-linux-muslgnueabi │ ├── armeb-openwrt-linux-uclibc │ ├── armeb-openwrt-linux-uclibcgnueabi │ ├── avr32-linux │ ├── avr32-openwrt-linux-gnu │ ├── avr32-openwrt-linux-uclibc │ ├── cris-linux │ ├── cris-openwrt-linux-gnu │ ├── cris-openwrt-linux-uclibc │ ├── i486-linux │ ├── i486-openwrt-linux-gnu │ ├── i486-openwrt-linux-musl │ ├── i486-openwrt-linux-uclibc │ ├── i686-linux │ ├── i686-openwrt-linux-gnu │ ├── i686-openwrt-linux-musl │ ├── i686-openwrt-linux-uclibc │ ├── linux │ ├── linux-gnu │ ├── linux-uclibc │ ├── m68k-linux │ ├── m68k-openwrt-linux-gnu │ ├── m68k-openwrt-linux-uclibc │ ├── mips-linux │ ├── mips-linux-gnu │ ├── mips-openwrt-linux-gnu │ ├── mips-openwrt-linux-musl │ ├── mips-openwrt-linux-uclibc │ ├── mips64-linux │ ├── mips64-openwrt-linux-gnu │ ├── mips64-openwrt-linux-uclibc │ ├── mips64el-linux │ ├── mips64el-openwrt-linux-gnu │ ├── mips64el-openwrt-linux-uclibc │ ├── mipsel-linux │ ├── mipsel-linux-gnu │ ├── mipsel-openwrt-linux-gnu │ ├── mipsel-openwrt-linux-musl │ ├── mipsel-openwrt-linux-uclibc │ ├── mipsel-openwrt-linux2.4-uclibc │ ├── powerpc-linux │ ├── powerpc-openwrt-linux-gnu │ ├── powerpc-openwrt-linux-gnuspe │ ├── powerpc-openwrt-linux-musl │ ├── powerpc-openwrt-linux-uclibc │ ├── powerpc-openwrt-linux-uclibcspe │ ├── sparc-linux │ ├── sparc-linux-gnu │ ├── sparc-openwrt-linux-gnu │ ├── sparc-openwrt-linux-uclibc │ ├── x86_64-linux │ ├── x86_64-openwrt-linux-gnu │ ├── x86_64-openwrt-linux-musl │ └── x86_64-openwrt-linux-uclibc ├── subdir.mk ├── target.mk ├── toolchain-build.mk ├── toplevel.mk ├── uclibc++.mk ├── unpack.mk ├── verbose.mk └── version.mk ├── package ├── Makefile ├── acx-mac80211 │ ├── Makefile │ └── patches │ │ ├── 001-make-compatible-with-recent-mac80211.patch │ │ ├── 002-remove-usage-of__dev.patch │ │ ├── 003-add-changes-for-3-10.patch │ │ ├── 100-hw-queue-check-fix.patch │ │ └── 200-initial-macaddr.patch ├── admswconfig │ ├── Makefile │ ├── files │ │ ├── admswconfig │ │ └── admswswitch.sh │ └── patches │ │ └── 001-matrix.patch ├── apex │ ├── Makefile │ └── patches │ │ ├── 001-compile_fix.patch │ │ ├── 100-openwrt_nslu2_armeb_config.patch │ │ ├── 120-openwrt_nslu2_16mb_armeb_config.patch │ │ ├── 140-openwrt_fsg3_armeb_config.patch │ │ ├── 150-limit_ram_to_64mb.patch │ │ └── 160-openwrt_nas100d_armeb_config.patch ├── base-files │ ├── Makefile │ ├── files.old │ │ ├── etc │ │ │ ├── hotplug2-common.rules │ │ │ ├── hotplug2-init.rules │ │ │ ├── init.d │ │ │ │ ├── boot │ │ │ │ ├── done │ │ │ │ ├── rcS │ │ │ │ └── watchdog │ │ │ ├── inittab │ │ │ ├── preinit │ │ │ └── watchdog │ │ ├── init │ │ ├── lib │ │ │ ├── firstboot │ │ │ │ ├── 05_firstboot_skip │ │ │ │ ├── 10_determine_parts │ │ │ │ ├── 10_no_fo_clear_overlay │ │ │ │ ├── 10_reset_has_mini_fo │ │ │ │ ├── 20_has_mini_fo │ │ │ │ ├── 20_no_fo_mount_jffs │ │ │ │ ├── 20_reset_clear_jffs │ │ │ │ ├── 30_is_rootfs_mounted │ │ │ │ ├── 30_no_fo_pivot │ │ │ │ ├── 30_reset_copy_rom │ │ │ │ ├── 40_copy_ramoverlay │ │ │ │ ├── 40_no_fo_copy_ramoverlay │ │ │ │ ├── 50_pivot │ │ │ │ ├── 99_10_no_fo_cleanup │ │ │ │ └── 99_10_with_fo_cleanup │ │ │ ├── preinit │ │ │ │ ├── 05_mount_skip │ │ │ │ ├── 10_check_for_mtd │ │ │ │ ├── 10_essential_fs │ │ │ │ ├── 10_indicate_preinit │ │ │ │ ├── 20_check_jffs2_ready │ │ │ │ ├── 20_device_fs_mount │ │ │ │ ├── 30_device_fs_daemons │ │ │ │ ├── 40_init_shm │ │ │ │ ├── 40_mount_devpts │ │ │ │ ├── 40_mount_jffs2 │ │ │ │ ├── 41_merge_overlay_hooks │ │ │ │ ├── 50_choose_console │ │ │ │ ├── 50_indicate_regular_preinit │ │ │ │ ├── 60_init_hotplug │ │ │ │ ├── 70_pivot_jffs2_root │ │ │ │ ├── 80_mount_root │ │ │ │ ├── 90_init_console │ │ │ │ ├── 90_mount_no_jffs2 │ │ │ │ ├── 90_restore_config │ │ │ │ ├── 99_10_mount_no_mtd │ │ │ │ └── 99_10_run_init │ │ │ └── upgrade │ │ │ │ └── common.sh │ │ └── sbin │ │ │ ├── firstboot │ │ │ └── mount_root │ ├── files │ │ ├── bin │ │ │ ├── ipcalc.sh │ │ │ └── login.sh │ │ ├── etc │ │ │ ├── banner │ │ │ ├── config │ │ │ │ ├── network │ │ │ │ └── system │ │ │ ├── diag.sh │ │ │ ├── group │ │ │ ├── hosts │ │ │ ├── hotplug.d │ │ │ │ ├── ieee1394 │ │ │ │ │ └── 10-ieee1394 │ │ │ │ ├── net │ │ │ │ │ └── 00-sysctl │ │ │ │ └── usb │ │ │ │ │ └── 10-usb │ │ │ ├── init.d │ │ │ │ ├── boot │ │ │ │ ├── done │ │ │ │ ├── led │ │ │ │ ├── rcS │ │ │ │ ├── sysctl │ │ │ │ ├── sysntpd │ │ │ │ ├── umount │ │ │ │ └── usb │ │ │ ├── inittab │ │ │ ├── openwrt_release │ │ │ ├── openwrt_version │ │ │ ├── passwd │ │ │ ├── preinit │ │ │ ├── profile │ │ │ ├── protocols │ │ │ ├── rc.button │ │ │ │ ├── failsafe │ │ │ │ ├── reset │ │ │ │ └── rfkill │ │ │ ├── rc.common │ │ │ ├── rc.local │ │ │ ├── services │ │ │ ├── shadow │ │ │ ├── shells │ │ │ ├── sysctl.conf │ │ │ ├── sysupgrade.conf │ │ │ └── uci-defaults │ │ │ │ ├── 10_migrate-shadow │ │ │ │ ├── 11_migrate-sysctl │ │ │ │ └── 12_network-generate-ula │ │ ├── lib │ │ │ ├── functions.sh │ │ │ ├── functions │ │ │ │ ├── leds.sh │ │ │ │ ├── network.sh │ │ │ │ ├── service.sh │ │ │ │ └── uci-defaults.sh │ │ │ ├── preinit │ │ │ │ ├── 02_default_set_state │ │ │ │ ├── 10_indicate_failsafe │ │ │ │ ├── 10_indicate_preinit │ │ │ │ ├── 30_failsafe_wait │ │ │ │ ├── 40_run_failsafe_hook │ │ │ │ ├── 50_indicate_regular_preinit │ │ │ │ ├── 70_initramfs_test │ │ │ │ ├── 80_mount_root │ │ │ │ ├── 99_10_failsafe_login │ │ │ │ └── 99_10_run_init │ │ │ └── upgrade │ │ │ │ ├── common.sh │ │ │ │ └── keep.d │ │ │ │ └── base-files-essential │ │ ├── rom │ │ │ └── note │ │ └── sbin │ │ │ ├── firstboot │ │ │ ├── hotplug-call │ │ │ ├── led.sh │ │ │ ├── sysupgrade │ │ │ └── wifi │ └── image-config.in ├── block-mount │ ├── Config.in │ ├── Makefile │ └── files │ │ ├── 10-swap │ │ ├── 20-fsck │ │ ├── 40-mount │ │ ├── 50_determine_usb_root │ │ ├── 55_determine_extroot_sysupgrade │ │ ├── 60_pivot_usb_root │ │ ├── block.sh │ │ ├── extmount.sh │ │ ├── fsck.sh │ │ ├── fstab.config │ │ ├── fstab.init │ │ └── mount.sh ├── boot │ ├── fconfig │ │ └── Makefile │ ├── grub2 │ │ ├── Makefile │ │ └── patches │ │ │ ├── 100-grub_setup_root.patch │ │ │ ├── 200-fix-gets-removal.patch │ │ │ └── 200-grub_musl.patch │ ├── kexec-tools │ │ ├── Config.in │ │ ├── Makefile │ │ └── patches │ │ │ └── 0004-mips_regdefs.patch │ ├── rbcfg │ │ ├── Makefile │ │ └── src │ │ │ ├── Makefile │ │ │ ├── cyg_crc.h │ │ │ ├── cyg_crc32.c │ │ │ ├── main.c │ │ │ └── rbcfg.h │ ├── uboot-ar71xx │ │ ├── Makefile │ │ ├── files │ │ │ ├── board │ │ │ │ └── zyxel │ │ │ │ │ └── nbg460n │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── config.mk │ │ │ │ │ ├── lowlevel_init.S │ │ │ │ │ ├── nbg460n.c │ │ │ │ │ └── u-boot.lds │ │ │ ├── cpu │ │ │ │ └── mips │ │ │ │ │ └── ar71xx_serial.c │ │ │ ├── drivers │ │ │ │ ├── net │ │ │ │ │ ├── ag71xx.c │ │ │ │ │ ├── ag71xx.h │ │ │ │ │ └── phy │ │ │ │ │ │ ├── rtl8366.h │ │ │ │ │ │ └── rtl8366_mii.c │ │ │ │ └── spi │ │ │ │ │ └── ar71xx_spi.c │ │ │ └── include │ │ │ │ ├── asm-mips │ │ │ │ ├── ar71xx.h │ │ │ │ └── ar71xx_gpio.h │ │ │ │ └── configs │ │ │ │ └── nbg460n.h │ │ └── patches │ │ │ ├── 001-ar71xx.patch │ │ │ ├── 002-ar71xx-spi.patch │ │ │ ├── 010-enet-ag71xx.patch │ │ │ ├── 011-switch-rtl8366sr.patch │ │ │ ├── 020-freebsd-compat.patch │ │ │ ├── 021-darwin_compat.patch │ │ │ └── 022-getline_backport.patch │ ├── uboot-envtools │ │ ├── Makefile │ │ └── files │ │ │ ├── ar71xx │ │ │ ├── cns3xxx │ │ │ ├── kirkwood │ │ │ ├── lantiq │ │ │ ├── ramips │ │ │ └── uboot-envtools.sh │ ├── uboot-kirkwood │ │ ├── Makefile │ │ └── patches │ │ │ └── 110-dockstar.patch │ ├── uboot-lantiq │ │ ├── Makefile │ │ └── patches │ │ │ ├── 0002-sf-handle-CONFIG_MANUAL_RELOC.patch │ │ │ ├── 0003-sf-factor-out-malloc-from-SPI-flash-drivers.patch │ │ │ ├── 0004-sf-add-malloc-free-probe-functions-dedicated-for-SPL.patch │ │ │ ├── 0005-sf-factor-out-the-flash-address-calculation.patch │ │ │ ├── 0006-sf-add-generic-support-for-4-byte-address-mode.patch │ │ │ ├── 0007-sf-eon-use-16-bit-ID-for-comparison.patch │ │ │ ├── 0008-sf-eon-add-support-for-4-byte-address-mode.patch │ │ │ ├── 0009-sf-eon-add-support-for-EN25QH256.patch │ │ │ ├── 0010-sf-spansion-fix-device-IDs-and-sector-architecture-f.patch │ │ │ ├── 0011-sf-spansion-add-support-for-4-byte-address-mode.patch │ │ │ ├── 0012-sf-spansion-add-support-for-S25FL512S.patch │ │ │ ├── 0013-sf-macronix-add-support-for-4-byte-address-mode.patch │ │ │ ├── 0014-sf-macronix-add-support-for-MX25L25635E.patch │ │ │ ├── 0015-sf-macronix-add-support-for-MX66L51235L.patch │ │ │ ├── 0016-sf-add-MTD-layer-driver-for-SPI-flash-devices.patch │ │ │ ├── 0017-sf-add-init-function.patch │ │ │ ├── 0018-MIPS-add-SPI-flash-init-hook.patch │ │ │ ├── 0019-net-switchlib-add-framework-for-ethernet-switch-driv.patch │ │ │ ├── 0020-net-switchlib-add-driver-for-Lantiq-PSB697X-switch-f.patch │ │ │ ├── 0021-net-switchlib-add-driver-for-Lantiq-ADM6996I-switch-.patch │ │ │ ├── 0022-net-switchlib-add-driver-for-Atheros-AR8216.patch │ │ │ ├── 0023-MIPS-add-support-for-Lantiq-XWAY-SoCs.patch │ │ │ ├── 0024-MIPS-VRX200-add-option-to-boot-from-AVM-EVA-loader.patch │ │ │ ├── 0025-MIPS-add-board-support-for-AVM-FritzBox-3370.patch │ │ │ ├── 0026-MIPS-add-board-support-for-Gigaset-SX76X.patch │ │ │ ├── 0027-MIPS-add-board-support-for-Arcadyan-ARV7518.patch │ │ │ ├── 0028-MIPS-add-board-support-for-Arcadyan-ARV4519.patch │ │ │ └── 0029-tools-add-some-helper-tools-for-Lantiq-SoCs.patch │ ├── uboot-omap35xx │ │ ├── Makefile │ │ └── files │ │ │ └── include │ │ │ └── configs │ │ │ └── omap3_overo.h │ ├── uboot-omap4 │ │ └── Makefile │ ├── uboot-pxa │ │ ├── Makefile │ │ └── patches │ │ │ └── 001-squashfs_rootfstype_cmdline.patch │ ├── uboot-xburst │ │ ├── Makefile │ │ └── patches │ │ │ ├── 0001-qi_lb60-add-nand-spl-support.patch │ │ │ ├── 0002-qi_lb60-add-software-usbboot-support.patch │ │ │ ├── 0003-add-mmc-support.patch │ │ │ ├── 0004-add-more-boot-options-F1-F2-F3-F4-M-S.patch │ │ │ ├── 0005-add-nanonote-lcd-support.patch │ │ │ └── 0006-enable-silent-console.patch │ └── yamonenv │ │ ├── Makefile │ │ └── patches │ │ └── 001-yamonenv_mtd_partition.patch ├── broadcom-diag │ ├── Makefile │ └── src │ │ ├── Makefile │ │ ├── diag.c │ │ ├── diag.h │ │ └── gpio.h ├── broadcom-wl │ ├── Makefile │ ├── files │ │ ├── etc │ │ │ ├── hotplug.d │ │ │ │ └── net │ │ │ │ │ └── 20-broadcom_wds │ │ │ └── init.d │ │ │ │ └── wlunbind │ │ └── lib │ │ │ └── wifi │ │ │ └── broadcom.sh │ ├── patches │ │ ├── 003-compat-2.6.35.patch │ │ ├── 004-remove-pcmcia.patch │ │ ├── 005-fix-mem-leak-on-unload.patch │ │ ├── 006-generic-dma-api.patch │ │ ├── 007-use-glue-driver.patch │ │ ├── 008-fix_virtual_interfaces.patch │ │ ├── 009-fix_compile_3_2.patch │ │ ├── 010-remove_irqf_samble_random.patch │ │ ├── 011-fix_compile_3_4.patch │ │ ├── 100-fix_nvram_two_devices.patch │ │ ├── 110-add_number_to_dev_name.patch │ │ ├── 910-fallback-sprom.patch │ │ ├── 912-pci-bus-nvram-hack.patch │ │ └── 913-avoid-dbe-on-ifs_ctl-readw-hack.patch │ └── src │ │ ├── glue │ │ ├── Makefile │ │ ├── wl_glue.c │ │ └── wl_glue.h │ │ └── wlc.c ├── busybox │ ├── Config.in │ ├── Makefile │ ├── config │ │ ├── Config.in │ │ ├── archival │ │ │ └── Config.in │ │ ├── console-tools │ │ │ └── Config.in │ │ ├── coreutils │ │ │ └── Config.in │ │ ├── debianutils │ │ │ └── Config.in │ │ ├── e2fsprogs │ │ │ ├── Config.in │ │ │ └── old_e2fsprogs │ │ │ │ └── Config.in │ │ ├── editors │ │ │ └── Config.in │ │ ├── findutils │ │ │ └── Config.in │ │ ├── init │ │ │ └── Config.in │ │ ├── libbb │ │ │ └── Config.in │ │ ├── loginutils │ │ │ └── Config.in │ │ ├── mailutils │ │ │ └── Config.in │ │ ├── miscutils │ │ │ └── Config.in │ │ ├── modutils │ │ │ └── Config.in │ │ ├── networking │ │ │ ├── Config.in │ │ │ └── udhcp │ │ │ │ └── Config.in │ │ ├── printutils │ │ │ └── Config.in │ │ ├── procps │ │ │ └── Config.in │ │ ├── runit │ │ │ └── Config.in │ │ ├── selinux │ │ │ └── Config.in │ │ ├── shell │ │ │ └── Config.in │ │ ├── sysklogd │ │ │ └── Config.in │ │ └── util-linux │ │ │ └── Config.in │ ├── convert_menuconfig.pl │ ├── files │ │ ├── cron │ │ └── telnet │ └── patches │ │ ├── 001-init_avoid_loop_opening_tty.patch │ │ ├── 002-passwd_use_md5_hash_by_default_like_it_used_to_be.patch │ │ ├── 003-brctl_show_fix.patch │ │ ├── 004-upstream-percent_decode_in_place.patch │ │ ├── 005-resource_h_include.patch │ │ ├── 006-upstream_CVE-2011-2716_fixes.patch │ │ ├── 007-upstream_mkfs_ext2_fixes.patch │ │ ├── 110-wget_getopt_fix.patch │ │ ├── 140-trylink_bash.patch │ │ ├── 141-gen_build_files_bash.patch │ │ ├── 150-no_static_libgcc.patch │ │ ├── 200-etc_crontabs.patch │ │ ├── 240-udhcpc_retries.patch │ │ ├── 241-udhcpc-oversized_packets.patch │ │ ├── 242-udhcpc_msgs.patch │ │ ├── 243-udhcpc_changed_ifindex.patch │ │ ├── 244-udhcpc_add_6rd_option.patch │ │ ├── 250-ash_export-n.patch │ │ ├── 251-ash_fix-redir-substitution.patch │ │ ├── 260-vconfig_proc.patch │ │ ├── 300-netmsg.patch │ │ ├── 310-passwd_access.patch │ │ ├── 340-lock_util.patch │ │ ├── 350-httpd_redir.patch │ │ ├── 410-httpd_cgi_headers.patch │ │ ├── 440-httpd_chdir.patch │ │ ├── 470-insmod_search.patch │ │ ├── 490-mount_disable_check.patch │ │ ├── 510-awk_include.patch │ │ ├── 524-udhcpc_renew.patch │ │ ├── 610-ntpd_delayed_resolve.patch │ │ ├── 611-upstream_ntpd_version_fix.patch │ │ ├── 700-hexdump_segfault_fix.patch │ │ ├── 802-brctl_linux24.patch │ │ ├── 902-telnetd_intr.patch │ │ ├── 910-insmod-q-flag.patch │ │ ├── 911-date-k-flag.patch │ │ ├── 920-portability.patch │ │ ├── 950-partial-checksum.patch │ │ ├── 998-arping_missing_includes.patch │ │ └── 999-musl-fixes.patch ├── devel │ ├── binutils │ │ └── Makefile │ ├── gdb │ │ ├── Makefile │ │ └── patches │ │ │ └── 001-gdb-pr14523-mips-signal-number.patch │ ├── oprofile │ │ ├── Makefile │ │ └── patches │ │ │ ├── 100-use_insmod_instead_of_modprobe.patch │ │ │ └── 101-remove_24_support.patch │ ├── trace-cmd │ │ ├── Makefile │ │ └── patches │ │ │ ├── 100-compile_fix.patch │ │ │ └── 110-mac80211_tracepoint.patch │ └── valgrind │ │ ├── Makefile │ │ ├── files │ │ └── default.supp │ │ ├── patches │ │ ├── 100-fix_configure_check.patch │ │ └── 110-add_a_out_h.patch │ │ └── src │ │ └── abort.c ├── fuse │ ├── Makefile │ └── patches │ │ └── 112-no_break_on_mknod.patch ├── hotplug2 │ ├── Makefile │ ├── files │ │ └── hotplug2.rules │ ├── patches │ │ ├── 100-env_memleak.patch │ │ ├── 110-static_worker.patch │ │ ├── 120-sysfs_path_fix.patch │ │ ├── 130-cancel_download_fix.patch │ │ ├── 140-worker_fork_fix.patch │ │ └── 170-non_fatal_include.patch │ └── src │ │ └── udevtrigger.c ├── kernel │ ├── Makefile │ └── modules │ │ ├── 001-depends.mk │ │ ├── block.mk │ │ ├── crypto.mk │ │ ├── firewire.mk │ │ ├── fs.mk │ │ ├── hwmon.mk │ │ ├── i2c.mk │ │ ├── input.mk │ │ ├── leds.mk │ │ ├── lib.mk │ │ ├── netdevices.mk │ │ ├── netfilter.mk │ │ ├── netsupport.mk │ │ ├── nls.mk │ │ ├── other.mk │ │ ├── pcmcia.mk │ │ ├── sound.mk │ │ ├── spi.mk │ │ ├── usb.mk │ │ ├── video.mk │ │ ├── virtual.mk │ │ ├── w1.mk │ │ └── wireless.mk ├── libs │ ├── cyassl │ │ ├── Makefile │ │ └── patches │ │ │ ├── 110-makefile_disable_examples_tests.patch │ │ │ ├── 120-makefile_destdir.patch │ │ │ ├── 130-configure_disable_pthreads_tests.patch │ │ │ └── 200-SSL_accept-handle-hello-garbage.patch │ ├── gettext-full │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-autotools.patch │ │ │ ├── 001-no_examples_and_tests.patch │ │ │ ├── 003-gettext-error_print_progname.patch │ │ │ ├── 100-error_progname.patch │ │ │ ├── 120-uclibc-nolocale.patch │ │ │ └── 150-disable_libxml_iconv.patch │ ├── gettext │ │ ├── Makefile │ │ └── src │ │ │ ├── LICENSE │ │ │ ├── include │ │ │ └── libintl.h │ │ │ └── m4 │ │ │ ├── codeset.m4 │ │ │ ├── gettext.m4 │ │ │ ├── intl.m4 │ │ │ ├── intldir.m4 │ │ │ ├── intlmacosx.m4 │ │ │ ├── lcmessage.m4 │ │ │ ├── nls.m4 │ │ │ └── po.m4 │ ├── libbsd │ │ └── Makefile │ ├── libevent2 │ │ └── Makefile │ ├── libiconv-full │ │ ├── Makefile │ │ └── patches │ │ │ ├── 100-strip_charsets.patch │ │ │ ├── 101-autotools.patch │ │ │ ├── 103-configure_ac_fix.patch │ │ │ └── 200-work-with-libtool2.patch │ ├── libiconv │ │ ├── COPYING │ │ ├── COPYRIGHT │ │ ├── Makefile │ │ └── src │ │ │ ├── LICENSE │ │ │ ├── iconv.c │ │ │ ├── include │ │ │ ├── charmaps.h │ │ │ ├── charmaps │ │ │ │ ├── iso-8859-10.h │ │ │ │ ├── iso-8859-13.h │ │ │ │ ├── iso-8859-14.h │ │ │ │ ├── iso-8859-16.h │ │ │ │ ├── iso-8859-2.h │ │ │ │ ├── iso-8859-3.h │ │ │ │ ├── iso-8859-4.h │ │ │ │ ├── iso-8859-5.h │ │ │ │ ├── iso-8859-6.h │ │ │ │ ├── iso-8859-7.h │ │ │ │ ├── iso-8859-8.h │ │ │ │ ├── iso-8859-9.h │ │ │ │ ├── koi8-r.h │ │ │ │ ├── windows-1250.h │ │ │ │ ├── windows-1251.h │ │ │ │ ├── windows-1252.h │ │ │ │ ├── windows-1253.h │ │ │ │ ├── windows-1254.h │ │ │ │ ├── windows-1255.h │ │ │ │ ├── windows-1256.h │ │ │ │ ├── windows-1257.h │ │ │ │ ├── windows-1258.h │ │ │ │ └── windows-874.h │ │ │ └── iconv.h │ │ │ └── m4 │ │ │ └── iconv.m4 │ ├── libjson-c │ │ └── Makefile │ ├── libmnl │ │ └── Makefile │ ├── libnetfilter-conntrack │ │ └── Makefile │ ├── libnfnetlink │ │ └── Makefile │ ├── libnl-tiny │ │ ├── Makefile │ │ ├── files │ │ │ └── libnl-tiny.pc │ │ └── src │ │ │ ├── Makefile │ │ │ ├── attr.c │ │ │ ├── cache.c │ │ │ ├── cache_mngt.c │ │ │ ├── error.c │ │ │ ├── genl.c │ │ │ ├── genl_ctrl.c │ │ │ ├── genl_family.c │ │ │ ├── genl_mngt.c │ │ │ ├── handlers.c │ │ │ ├── include │ │ │ ├── linux │ │ │ │ ├── gen_stats.h │ │ │ │ ├── genetlink.h │ │ │ │ ├── if.h │ │ │ │ ├── if_addr.h │ │ │ │ └── netlink.h │ │ │ ├── netlink-generic.h │ │ │ ├── netlink-local.h │ │ │ ├── netlink-types.h │ │ │ ├── netlink │ │ │ │ ├── addr.h │ │ │ │ ├── attr.h │ │ │ │ ├── cache-api.h │ │ │ │ ├── cache.h │ │ │ │ ├── data.h │ │ │ │ ├── errno.h │ │ │ │ ├── genl │ │ │ │ │ ├── ctrl.h │ │ │ │ │ ├── family.h │ │ │ │ │ ├── genl.h │ │ │ │ │ └── mngt.h │ │ │ │ ├── handlers.h │ │ │ │ ├── list.h │ │ │ │ ├── msg.h │ │ │ │ ├── netlink-compat.h │ │ │ │ ├── netlink-kernel.h │ │ │ │ ├── netlink.h │ │ │ │ ├── object-api.h │ │ │ │ ├── object.h │ │ │ │ ├── socket.h │ │ │ │ ├── types.h │ │ │ │ ├── utils.h │ │ │ │ └── version.h │ │ │ └── unl.h │ │ │ ├── msg.c │ │ │ ├── nl.c │ │ │ ├── object.c │ │ │ ├── socket.c │ │ │ └── unl.c │ ├── libnl │ │ └── Makefile │ ├── libpcap │ │ ├── Config.in │ │ ├── Makefile │ │ └── patches │ │ │ ├── 100-debian_shared_lib.patch │ │ │ ├── 102-makefile_disable_manpages.patch │ │ │ ├── 103-makefile_flex_workaround.patch │ │ │ ├── 201-space_optimization.patch │ │ │ ├── 202-protocol_api.patch │ │ │ └── 203-undef_iw_mode_monitor.patch │ ├── libreadline │ │ └── Makefile │ ├── librpc │ │ ├── Makefile │ │ └── patches │ │ │ └── 100-compat_fix.patch │ ├── libtool │ │ └── Makefile │ ├── libubox │ │ └── Makefile │ ├── libusb-compat │ │ └── Makefile │ ├── libusb │ │ ├── Makefile │ │ └── patches │ │ │ └── 001-timerfd.patch │ ├── lzo │ │ └── Makefile │ ├── ncurses │ │ ├── Makefile │ │ └── patches │ │ │ ├── 100-ncurses-5.6-20080112-urxvt.patch │ │ │ ├── 101-ncurses-5.6-20080628-kbs.patch │ │ │ ├── 200-fix_missing_include.patch │ │ │ ├── 500-cross.patch │ │ │ └── 900-terminfo.patch │ ├── ocf-crypto-headers │ │ ├── Makefile │ │ └── src │ │ │ └── cryptodev.h │ ├── openssl │ │ ├── Config.in │ │ ├── Makefile │ │ └── patches │ │ │ ├── 110-optimize-for-size.patch │ │ │ ├── 120-cisco-dtls-fix.patch │ │ │ ├── 130-perl-path.patch │ │ │ ├── 140-makefile-dirs.patch │ │ │ ├── 150-no_engines.patch │ │ │ ├── 160-disable_doc_tests.patch │ │ │ ├── 170-bash_path.patch │ │ │ ├── 180-fix_link_segfault.patch │ │ │ └── 190-remove_timestamp_check.patch │ ├── polarssl │ │ ├── Makefile │ │ └── patches │ │ │ ├── 100-disable-testsuites.patch │ │ │ ├── 200-reduce_config.patch │ │ │ ├── 300-openssl_cipher_name_compat.patch │ │ │ └── 310-fix_blowfish_key_len.patch │ ├── popt │ │ ├── Makefile │ │ └── patches │ │ │ └── 002-no-intl.patch │ ├── sysfsutils │ │ ├── Makefile │ │ └── patches │ │ │ └── 200-mnt_path_check.patch │ ├── uclibc++ │ │ ├── Makefile │ │ ├── files │ │ │ └── config.default │ │ └── patches │ │ │ ├── 002-path_to_bash.patch │ │ │ └── 006-eabi_fix.patch │ ├── ustream-ssl │ │ └── Makefile │ └── zlib │ │ └── Makefile ├── linux-atm │ ├── Makefile │ ├── files │ │ └── br2684ctl │ └── patches │ │ ├── 000-debian_16.patch │ │ ├── 200-no_libfl.patch │ │ ├── 300-objcopy_path.patch │ │ └── 400-portability_fixes.patch ├── lua │ ├── Makefile │ ├── patches-host │ │ ├── 010-lua-5.1.3-lnum-full-260308.patch │ │ ├── 011-lnum-use-double.patch │ │ ├── 015-lnum-ppc-compat.patch │ │ ├── 030-archindependent-bytecode.patch │ │ └── 100-no_readline.patch │ └── patches │ │ ├── 010-lua-5.1.3-lnum-full-260308.patch │ │ ├── 011-lnum-use-double.patch │ │ ├── 015-lnum-ppc-compat.patch │ │ ├── 020-shared_liblua.patch │ │ ├── 030-archindependent-bytecode.patch │ │ ├── 100-no_readline.patch │ │ ├── 200-lua-path.patch │ │ └── 300-opcode_performance.patch ├── mac80211 │ ├── Makefile │ ├── files │ │ ├── lib │ │ │ └── wifi │ │ │ │ └── mac80211.sh │ │ └── regdb.txt │ └── patches │ │ ├── 000-disable_drivers.patch │ │ ├── 001-disable_rfkill.patch │ │ ├── 002-disable_ssb_build.patch │ │ ├── 003-disable_codel.patch │ │ ├── 004-use_env_for_bash.patch │ │ ├── 010-add_include_for_bcma.patch │ │ ├── 020-disable_tty_set_termios.patch │ │ ├── 030-wext.patch │ │ ├── 050-drivers-net-rename-random32-to-prandom_u32.patch │ │ ├── 100-compat-add-missing-include-in-else-for-compat-3.10.h.patch │ │ ├── 150-disable_addr_notifier.patch │ │ ├── 201-ath5k-WAR-for-AR71xx-PCI-bug.patch │ │ ├── 300-pending_work.patch │ │ ├── 310-ap_scan.patch │ │ ├── 400-ath_move_debug_code.patch │ │ ├── 401-ath9k_blink_default.patch │ │ ├── 402-ath9k-fix-invalid-mac-address-handling.patch │ │ ├── 403-ath_regd_optional.patch │ │ ├── 404-world_regd_fixup.patch │ │ ├── 405-regd_no_assoc_hints.patch │ │ ├── 406-ath_regd_us.patch │ │ ├── 410-ath9k_allow_adhoc_and_ap.patch │ │ ├── 411-ath5k_allow_adhoc_and_ap.patch │ │ ├── 420-ath5k_disable_fast_cc.patch │ │ ├── 430-add_ath5k_platform.patch │ │ ├── 431-add_platform_eeprom_support_to_ath5k.patch │ │ ├── 432-ath5k_add_pciids.patch │ │ ├── 440-ath5k_channel_bw_debugfs.patch │ │ ├── 500-ath9k_eeprom_debugfs.patch │ │ ├── 501-ath9k-eeprom_endianess.patch │ │ ├── 502-ath9k_ahb_init.patch │ │ ├── 510-ath9k_intr_mitigation_tweak.patch │ │ ├── 511-ath9k_reduce_rxbuf.patch │ │ ├── 512-ath9k_channelbw_debugfs.patch │ │ ├── 520-mac80211_cur_txpower.patch │ │ ├── 521-ath9k_cur_txpower.patch │ │ ├── 522-ath9k_per_chain_signal_strength.patch │ │ ├── 523-mac80211_configure_antenna_gain.patch │ │ ├── 524-ath9k_use_configured_antenna_gain.patch │ │ ├── 530-ath9k_extra_leds.patch │ │ ├── 531-ath9k_extra_platform_leds.patch │ │ ├── 541-ath9k_optimize_interrupt_mitigation.patch │ │ ├── 550-ath9k_reduce_ani_interval.patch │ │ ├── 551-ath9k_revert_initval_change.patch │ │ ├── 552-ath9k_rx_dma_stop_check.patch │ │ ├── 553-ath9k_debugfs_diag.patch │ │ ├── 554-ath9k_ani_mrc_fix.patch │ │ ├── 555-ath9k-allow-to-disable-bands-via-platform-data.patch │ │ ├── 601-rt2x00-set_pci_mwi.patch │ │ ├── 602-rt2x00-introduce-rt2x00_platform_h.patch │ │ ├── 603-rt2x00-introduce-rt2x00eeprom.patch │ │ ├── 604-rt2x00-add-CONFIG_RT2X00_LIB_EEPROM-option.patch │ │ ├── 605-rt2x00-pci-eeprom.patch │ │ ├── 606-rt2x00_no_realign.patch │ │ ├── 607-rt2x00-allow_disabling_bands_through_platform_data.patch │ │ ├── 608-add_platform_data_mac_addr.patch │ │ ├── 610-rt2x00-fix-rt3352-ext-pa.patch │ │ ├── 611-rt2x00-rf_vals-rt3352-xtal20.patch │ │ ├── 612-rt2x00-make-wmac-loadable-via-OF-on-rt288x-305x-SoC.patch │ │ ├── 614-rt2x00-of_load_eeprom_filename.patch │ │ ├── 615-rt2x00-fix_20mhz_clk.patch │ │ ├── 616-rt2x00-support-rt5350.patch │ │ ├── 617-rt2x00-load-eeprom-on-SoC-from-a-mtd-device-defines-.patch │ │ ├── 700-mwl8k-missing-pci-id-for-WNR854T.patch │ │ ├── 800-b43-gpio-mask-module-option.patch │ │ ├── 810-b43_no_pio.patch │ │ ├── 820-b43-add-antenna-control.patch │ │ ├── 830-b43-workaround-pcie-bcm4716.patch │ │ ├── 840-b43-Handle-DMA-RX-descriptor-underrun.patch │ │ ├── 841-b43-reduce-number-of-RX-slots.patch │ │ ├── 845-b43-only-use-gpio-0-1-for-led.patch │ │ └── 851-brcmsmac-remove-extra-regulation-restriction.patch ├── mkelfimage │ ├── Makefile │ └── patches │ │ └── no-stack-protector.patch ├── mountd │ ├── Makefile │ ├── files │ │ ├── mountd.config │ │ └── mountd.init │ └── patches │ │ ├── 010-uci_rename_history_to_delta.patch │ │ ├── 020-handle_timeout.patch │ │ ├── 030-ext4_support.patch │ │ └── 040-optional-daemonize.patch ├── mtd │ ├── Makefile │ └── src │ │ ├── Makefile │ │ ├── crc32.c │ │ ├── crc32.h │ │ ├── fis.c │ │ ├── fis.h │ │ ├── imagetag.c │ │ ├── jffs2.c │ │ ├── jffs2.h │ │ ├── md5.c │ │ ├── md5.h │ │ ├── mtd.c │ │ ├── mtd.h │ │ ├── seama.c │ │ ├── seama.h │ │ └── trx.c ├── network │ ├── config │ │ ├── firewall │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ ├── bin │ │ │ │ └── fw │ │ │ │ ├── firewall.config │ │ │ │ ├── firewall.hotplug │ │ │ │ ├── firewall.init │ │ │ │ ├── firewall.upgrade │ │ │ │ ├── firewall.user │ │ │ │ ├── lib │ │ │ │ ├── config.sh │ │ │ │ ├── core.sh │ │ │ │ ├── core_forwarding.sh │ │ │ │ ├── core_init.sh │ │ │ │ ├── core_interface.sh │ │ │ │ ├── core_redirect.sh │ │ │ │ ├── core_rule.sh │ │ │ │ ├── fw.sh │ │ │ │ └── uci_firewall.sh │ │ │ │ └── reflection.hotplug │ │ ├── firewall3 │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ ├── firewall.config │ │ │ │ ├── firewall.hotplug │ │ │ │ ├── firewall.init │ │ │ │ └── firewall.user │ │ ├── ltq-dsl-app │ │ │ └── patches │ │ │ │ └── 010-eglibc_compile_fix.patch │ │ ├── netifd │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ ├── etc │ │ │ │ │ ├── hotplug.d │ │ │ │ │ │ └── iface │ │ │ │ │ │ │ └── 00-netstate │ │ │ │ │ └── init.d │ │ │ │ │ │ └── network │ │ │ │ ├── lib │ │ │ │ │ ├── netifd │ │ │ │ │ │ ├── dhcp.script │ │ │ │ │ │ └── proto │ │ │ │ │ │ │ └── dhcp.sh │ │ │ │ │ └── network │ │ │ │ │ │ └── config.sh │ │ │ │ ├── sbin │ │ │ │ │ ├── devstatus │ │ │ │ │ ├── ifdown │ │ │ │ │ ├── ifstatus │ │ │ │ │ └── ifup │ │ │ │ └── usr │ │ │ │ │ └── share │ │ │ │ │ └── udhcpc │ │ │ │ │ └── default.script │ │ │ └── patches │ │ │ │ └── 001-musl_af_inet_include.patch │ │ ├── qos-scripts │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ ├── etc │ │ │ │ ├── config │ │ │ │ │ └── qos │ │ │ │ ├── hotplug.d │ │ │ │ │ └── iface │ │ │ │ │ │ └── 10-qos │ │ │ │ └── init.d │ │ │ │ │ └── qos │ │ │ │ └── usr │ │ │ │ ├── bin │ │ │ │ ├── qos-start │ │ │ │ ├── qos-stat │ │ │ │ └── qos-stop │ │ │ │ └── lib │ │ │ │ └── qos │ │ │ │ ├── generate.sh │ │ │ │ └── tcrules.awk │ │ ├── soloscli │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ ├── etc │ │ │ │ │ ├── hotplug.d │ │ │ │ │ │ └── atm │ │ │ │ │ │ │ └── 15-solos-init │ │ │ │ │ └── uci-default │ │ │ │ │ │ └── solos │ │ │ │ └── solos-log-stats │ │ │ └── patches │ │ │ │ ├── 000-Makefile.patch │ │ │ │ └── 001-newline.patch │ │ └── swconfig │ │ │ ├── Makefile │ │ │ ├── files │ │ │ └── switch.sh │ │ │ └── src │ │ │ ├── Makefile │ │ │ ├── cli.c │ │ │ ├── swlib.c │ │ │ ├── swlib.h │ │ │ └── uci.c │ ├── ipv6 │ │ ├── 6in4 │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ └── 6in4.sh │ │ ├── 6rd │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ └── 6rd.sh │ │ │ └── src │ │ │ │ ├── 6rdcalc.c │ │ │ │ └── Makefile │ │ ├── 6relayd │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ ├── 6relayd-update │ │ │ │ ├── 6relayd.config │ │ │ │ ├── 6relayd.hotplug │ │ │ │ └── 6relayd.init │ │ ├── 6to4 │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ └── 6to4.sh │ │ ├── ds-lite │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ └── dslite.sh │ │ ├── odhcp6c │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ ├── dhcpv6.script │ │ │ │ └── dhcpv6.sh │ │ └── thc-ipv6 │ │ │ ├── Makefile │ │ │ └── patches │ │ │ └── 100-no-ssl.patch │ ├── services │ │ ├── dnsmasq │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ ├── dhcp.conf │ │ │ │ ├── dnsmasq.conf │ │ │ │ └── dnsmasq.init │ │ │ └── patches │ │ │ │ ├── 100-fix-dhcp-no-address-warning.patch │ │ │ │ └── 110-fix-incorrect-length-memset.patch │ │ ├── dropbear │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ ├── dropbear.config │ │ │ │ └── dropbear.init │ │ │ └── patches │ │ │ │ ├── 100-pubkey_path.patch │ │ │ │ ├── 110-change_user.patch │ │ │ │ ├── 120-openwrt_options.patch │ │ │ │ ├── 130-ssh_ignore_o_and_x_args.patch │ │ │ │ ├── 140-disable_assert.patch │ │ │ │ ├── 150-dbconvert_standalone.patch │ │ │ │ ├── 200-lcrypt_bsdfix.patch │ │ │ │ ├── 300-ipv6_addr_port_split.patch │ │ │ │ └── 500-set-default-path.patch │ │ ├── ead │ │ │ ├── Makefile │ │ │ └── src │ │ │ │ ├── Makefile │ │ │ │ ├── aes.c │ │ │ │ ├── ead-client.c │ │ │ │ ├── ead-crypt.c │ │ │ │ ├── ead-crypt.h │ │ │ │ ├── ead-pcap.h │ │ │ │ ├── ead.c │ │ │ │ ├── ead.h │ │ │ │ ├── filter.c │ │ │ │ ├── libbridge.h │ │ │ │ ├── libbridge_init.c │ │ │ │ ├── libbridge_private.h │ │ │ │ ├── list.h │ │ │ │ ├── passwd │ │ │ │ ├── pfc.c │ │ │ │ ├── pw_encrypt_md5.c │ │ │ │ ├── sha1.c │ │ │ │ └── tinysrp │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── Notes │ │ │ │ ├── acconfig.h │ │ │ │ ├── acinclude.m4 │ │ │ │ ├── aclocal.m4 │ │ │ │ ├── bn.h │ │ │ │ ├── bn_add.c │ │ │ │ ├── bn_asm.c │ │ │ │ ├── bn_ctx.c │ │ │ │ ├── bn_div.c │ │ │ │ ├── bn_exp.c │ │ │ │ ├── bn_lcl.h │ │ │ │ ├── bn_lib.c │ │ │ │ ├── bn_mul.c │ │ │ │ ├── bn_prime.h │ │ │ │ ├── bn_shift.c │ │ │ │ ├── bn_sqr.c │ │ │ │ ├── bn_word.c │ │ │ │ ├── clitest.c │ │ │ │ ├── config.h.in │ │ │ │ ├── configure │ │ │ │ ├── configure.in │ │ │ │ ├── install-sh │ │ │ │ ├── missing │ │ │ │ ├── mkinstalldirs │ │ │ │ ├── srvtest.c │ │ │ │ ├── stamp-h.in │ │ │ │ ├── t_client.c │ │ │ │ ├── t_client.h │ │ │ │ ├── t_conf.c │ │ │ │ ├── t_conv.c │ │ │ │ ├── t_defines.h │ │ │ │ ├── t_getconf.c │ │ │ │ ├── t_getpass.c │ │ │ │ ├── t_math.c │ │ │ │ ├── t_misc.c │ │ │ │ ├── t_pw.c │ │ │ │ ├── t_pwd.h │ │ │ │ ├── t_read.c │ │ │ │ ├── t_read.h │ │ │ │ ├── t_server.c │ │ │ │ ├── t_server.h │ │ │ │ ├── t_sha.c │ │ │ │ ├── t_sha.h │ │ │ │ ├── t_truerand.c │ │ │ │ ├── tconf.c │ │ │ │ ├── tinysrp.c │ │ │ │ ├── tinysrp.h │ │ │ │ ├── tpasswd │ │ │ │ └── tphrase.c │ │ ├── hostapd │ │ │ ├── Config.in │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ ├── hostapd-full.config │ │ │ │ ├── hostapd-mini.config │ │ │ │ ├── hostapd.sh │ │ │ │ ├── multicall.c │ │ │ │ ├── wpa_supplicant-full.config │ │ │ │ ├── wpa_supplicant-mini.config │ │ │ │ ├── wpa_supplicant.sh │ │ │ │ └── wps-hotplug.sh │ │ │ ├── madwifi │ │ │ │ ├── include │ │ │ │ │ └── compat.h │ │ │ │ └── net80211 │ │ │ │ │ ├── _ieee80211.h │ │ │ │ │ ├── ieee80211.h │ │ │ │ │ ├── ieee80211_crypto.h │ │ │ │ │ └── ieee80211_ioctl.h │ │ │ └── patches │ │ │ │ ├── 300-nl80211_multicall_fixes.patch │ │ │ │ ├── 310-multicall_bridge_fix.patch │ │ │ │ ├── 320-madwifi_key_fixes.patch │ │ │ │ ├── 400-noscan.patch │ │ │ │ ├── 410-multicall.patch │ │ │ │ ├── 420-timestamp_check.patch │ │ │ │ ├── 430-rescan_immediately.patch │ │ │ │ ├── 440-optional_rfkill.patch │ │ │ │ ├── 450-reload_freq_change.patch │ │ │ │ ├── 451-nl80211_del_beacon_bss.patch │ │ │ │ ├── 452-ctrl_iface_reload.patch │ │ │ │ ├── 453-ap_sta_support.patch │ │ │ │ ├── 460-disable_ctrl_iface_mib.patch │ │ │ │ ├── 470-wpa_ie_cap_workaround.patch │ │ │ │ ├── 480-terminate_on_setup_failure.patch │ │ │ │ ├── 500-random_pool_add_kernel.patch │ │ │ │ ├── 510-bring_down_interface.patch │ │ │ │ ├── 520-fix_wps_pin_crash.patch │ │ │ │ ├── 530-wps_single_auth_enc_type.patch │ │ │ │ ├── 540-dynamic_20_40_mhz.patch │ │ │ │ ├── 550-limit_debug_messages.patch │ │ │ │ ├── 560-indicate-features.patch │ │ │ │ ├── 570-genl_connect_debug.patch │ │ │ │ ├── 590-hostapd_cli_ifdef.patch │ │ │ │ ├── 601-wpa_supplicant-add-new-config-params-to-be-used-with.patch │ │ │ │ ├── 602-driver_nl80211-use-new-parameters-during-ibss-join.patch │ │ │ │ ├── 604-wpa_s-support-htmode-param.patch │ │ │ │ ├── 610-max_num_sta_probe.patch │ │ │ │ ├── 620-scan_wait.patch │ │ │ │ ├── 630-bool_fix.patch │ │ │ │ └── 700-ubus_support.patch │ │ ├── ipset-dns │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ ├── ipset-dns.config │ │ │ │ └── ipset-dns.init │ │ │ └── patches │ │ │ │ └── 100-simultaneous-ipv4-ipv6.patch │ │ ├── lldpd │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ ├── lldpd.config │ │ │ │ └── lldpd.init │ │ │ └── patches │ │ │ │ └── 002-no-stack-protector.patch │ │ ├── openvpn-easy-rsa │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ ├── easy-rsa.index │ │ │ │ └── easy-rsa.serial │ │ ├── openvpn │ │ │ ├── Config-nossl.in │ │ │ ├── Config-openssl.in │ │ │ ├── Config-polarssl.in │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ ├── openvpn.config │ │ │ │ ├── openvpn.init │ │ │ │ └── openvpn.upgrade │ │ │ └── patches │ │ │ │ └── 100-polarssl_update.patch │ │ ├── ppp │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ ├── etc │ │ │ │ │ └── ppp │ │ │ │ │ │ ├── chap-secrets │ │ │ │ │ │ ├── filter │ │ │ │ │ │ ├── options │ │ │ │ │ │ ├── options.pptp │ │ │ │ │ │ ├── radius.conf │ │ │ │ │ │ └── radius │ │ │ │ │ │ ├── dictionary │ │ │ │ │ │ ├── dictionary.asnet │ │ │ │ │ │ ├── dictionary.microsoft │ │ │ │ │ │ └── servers │ │ │ │ ├── lib │ │ │ │ │ └── netifd │ │ │ │ │ │ ├── ppp-down │ │ │ │ │ │ └── ppp-up │ │ │ │ └── ppp.sh │ │ │ ├── patches │ │ │ │ ├── 010-use_target_for_configure.patch │ │ │ │ ├── 100-debian_ip-ip_option.patch │ │ │ │ ├── 101-debian_close_dev_ppp.patch │ │ │ │ ├── 103-debian_fix_link_pidfile.patch │ │ │ │ ├── 105-debian_demand.patch │ │ │ │ ├── 106-debian_stripMSdomain.patch │ │ │ │ ├── 107-debian_pppoatm_wildcard.patch │ │ │ │ ├── 110-debian_defaultroute.patch │ │ │ │ ├── 120-debian_ipv6_updown_option.patch │ │ │ │ ├── 200-makefile.patch │ │ │ │ ├── 201-mppe_mppc_1.1.patch │ │ │ │ ├── 202-no_strip.patch │ │ │ │ ├── 203-opt_flags.patch │ │ │ │ ├── 204-radius_config.patch │ │ │ │ ├── 205-no_exponential_timeout.patch │ │ │ │ ├── 206-compensate_time_change.patch │ │ │ │ ├── 207-lcp_mtu_max.patch │ │ │ │ ├── 208-fix_status_code.patch │ │ │ │ ├── 300-filter-pcap-includes-lib.patch │ │ │ │ ├── 310-precompile_filter.patch │ │ │ │ ├── 320-custom_iface_names.patch │ │ │ │ ├── 321-multilink_support_custom_iface_names.patch │ │ │ │ ├── 330-retain_foreign_default_routes.patch │ │ │ │ ├── 340-populate_default_gateway.patch │ │ │ │ ├── 400-simplify_kernel_checks.patch │ │ │ │ ├── 401-no_record_file.patch │ │ │ │ ├── 403-no_wtmp.patch │ │ │ │ ├── 404-remove_obsolete_protocol_names.patch │ │ │ │ ├── 405-no_multilink_option.patch │ │ │ │ ├── 430-pppol2tpv3-struct.patch │ │ │ │ └── 500-add-pptp-plugin.patch │ │ │ └── utils │ │ │ │ └── pfc.c │ │ ├── relayd │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ ├── relay.hotplug │ │ │ │ └── relay.init │ │ ├── samba36 │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ ├── samba.config │ │ │ │ ├── samba.init │ │ │ │ └── smb.conf.template │ │ │ └── patches │ │ │ │ ├── 100-configure_fixes.patch │ │ │ │ ├── 110-multicall.patch │ │ │ │ ├── 111-owrt_smbpasswd.patch │ │ │ │ ├── 120-add_missing_ifdef.patch │ │ │ │ ├── 200-remove_printer_support.patch │ │ │ │ ├── 210-remove_ad_support.patch │ │ │ │ ├── 220-remove_services.patch │ │ │ │ ├── 230-remove_winreg_support.patch │ │ │ │ ├── 240-remove_dfs_api.patch │ │ │ │ ├── 250-remove_domain_logon.patch │ │ │ │ ├── 260-remove_samr.patch │ │ │ │ ├── 270-remove_registry_backend.patch │ │ │ │ ├── 280-strip_srvsvc.patch │ │ │ │ ├── 290-remove_lsa.patch │ │ │ │ ├── 300-assert_debug_level.patch │ │ │ │ ├── 310-remove_error_strings.patch │ │ │ │ ├── 320-debug_level_checks.patch │ │ │ │ └── 330-librpc_default_print.patch │ │ └── uhttpd │ │ │ ├── Makefile │ │ │ └── files │ │ │ ├── uhttpd.config │ │ │ └── uhttpd.init │ └── utils │ │ ├── arptables │ │ ├── Makefile │ │ └── patches │ │ │ └── 100-always_optimize.patch │ │ ├── comgt │ │ ├── Makefile │ │ ├── files │ │ │ ├── 3g.chat │ │ │ ├── 3g.sh │ │ │ ├── 3g.usb │ │ │ ├── evdo.chat │ │ │ ├── getcardinfo.gcom │ │ │ ├── getcarrier.gcom │ │ │ ├── getcnum.gcom │ │ │ ├── getimsi.gcom │ │ │ ├── getstrength.gcom │ │ │ ├── setmode.gcom │ │ │ └── setpin.gcom │ │ └── patches │ │ │ └── 001-compile_fix.patch │ │ ├── conntrack-tools │ │ └── Makefile │ │ ├── dante │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-automake-compat.patch │ │ │ ├── 100-do-not-use-defdname.patch │ │ │ └── 200-fix-RTLD_NEXT.patch │ │ ├── ebtables │ │ └── Makefile │ │ ├── ifenslave │ │ └── Makefile │ │ ├── iftop │ │ ├── Makefile │ │ └── patches │ │ │ └── 0001-force-ncurses.patch │ │ ├── iperf │ │ ├── Makefile │ │ └── patches │ │ │ └── 001-set-report-next-time-in-single-thread-mode.patch │ │ ├── iproute2 │ │ ├── Makefile │ │ ├── files │ │ │ └── 15-teql │ │ └── patches │ │ │ ├── 000-warnings.patch │ │ │ ├── 001-config.patch │ │ │ ├── 004-darwin_fixes.patch │ │ │ ├── 006-no_sctp.patch │ │ │ ├── 007-no_arpd.patch │ │ │ ├── 008-no_netem.patch │ │ │ ├── 100-allow_pfifo_fast.patch │ │ │ ├── 110-extra-ccopts.patch │ │ │ ├── 120-libnetlink-pic.patch │ │ │ ├── 200-add-tc_esfq.patch │ │ │ └── 210-add-act_connmark.patch │ │ ├── ipset │ │ ├── Makefile │ │ └── patches │ │ │ └── 001-fix-kernel-3.9.patch │ │ ├── iptables │ │ ├── Makefile │ │ ├── files │ │ │ └── l7 │ │ │ │ ├── aim.pat │ │ │ │ ├── bittorrent.pat │ │ │ │ ├── edonkey.pat │ │ │ │ ├── fasttrack.pat │ │ │ │ ├── ftp.pat │ │ │ │ ├── gnutella.pat │ │ │ │ ├── http.pat │ │ │ │ ├── ident.pat │ │ │ │ ├── irc.pat │ │ │ │ ├── jabber.pat │ │ │ │ ├── msnmessenger.pat │ │ │ │ ├── ntp.pat │ │ │ │ ├── pop3.pat │ │ │ │ ├── smtp.pat │ │ │ │ ├── ssl.pat │ │ │ │ └── vnc.pat │ │ └── patches │ │ │ ├── 002-layer7_2.22.patch │ │ │ ├── 010-use-old-linking.patch │ │ │ ├── 020-iptables-disable-modprobe.patch │ │ │ ├── 030-no-libnfnetlink.patch │ │ │ ├── 100-bash-location.patch │ │ │ ├── 200-configurable_builtin.patch │ │ │ ├── 300-musl_fixes.patch │ │ │ └── 400-lenient-restore.patch │ │ ├── iputils │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-iputils.patch │ │ │ ├── 002-fix-ipv6.patch │ │ │ ├── 003-fix-makefile.patch │ │ │ ├── 010-ping6_uclibc_resolv.patch │ │ │ └── 011-ping6_use_gnu_source.patch │ │ ├── iw │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-nl80211_h_sync.patch │ │ │ ├── 100-rx_rate.patch │ │ │ ├── 110-per_chain_signal_strength.patch │ │ │ └── 120-antenna_gain.patch │ │ ├── iwcap │ │ ├── Makefile │ │ └── src │ │ │ └── iwcap.c │ │ ├── iwinfo │ │ ├── Makefile │ │ └── src │ │ │ ├── COPYING │ │ │ ├── Makefile │ │ │ ├── hardware.txt │ │ │ ├── include │ │ │ ├── iwinfo.h │ │ │ └── iwinfo │ │ │ │ ├── api │ │ │ │ ├── broadcom.h │ │ │ │ ├── madwifi.h │ │ │ │ ├── nl80211.h │ │ │ │ └── wext.h │ │ │ │ ├── lua.h │ │ │ │ ├── madwifi.h │ │ │ │ ├── nl80211.h │ │ │ │ ├── utils.h │ │ │ │ ├── wext.h │ │ │ │ ├── wext_scan.h │ │ │ │ └── wl.h │ │ │ ├── iwinfo_cli.c │ │ │ ├── iwinfo_lib.c │ │ │ ├── iwinfo_lua.c │ │ │ ├── iwinfo_madwifi.c │ │ │ ├── iwinfo_nl80211.c │ │ │ ├── iwinfo_utils.c │ │ │ ├── iwinfo_wext.c │ │ │ ├── iwinfo_wext_scan.c │ │ │ └── iwinfo_wl.c │ │ ├── maccalc │ │ ├── Makefile │ │ └── src │ │ │ ├── Makefile │ │ │ └── main.c │ │ ├── owipcalc │ │ ├── Makefile │ │ └── src │ │ │ └── owipcalc.c │ │ ├── resolveip │ │ ├── Makefile │ │ └── src │ │ │ └── resolveip.c │ │ ├── rssileds │ │ ├── Makefile │ │ ├── files │ │ │ └── rssileds.init │ │ └── src │ │ │ └── rssileds.c │ │ ├── tcpdump │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-remove_pcap_debug.patch │ │ │ ├── 002-remove_static_libpcap_check.patch │ │ │ ├── 004-fix_3g_iface.patch │ │ │ └── 100-tcpdump_mini.patch │ │ ├── wireless-tools │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-debian.patch │ │ │ ├── 002-fix-iwconfig-power-argument-parsing.patch │ │ │ ├── 003-we_essential_def.patch │ │ │ └── 004-increase_iwlist_buffer.patch │ │ └── xtables-addons │ │ ├── Makefile │ │ ├── patches-1.x │ │ ├── 001-no_depmod.patch │ │ ├── 002-fix-kernel-version-detection.patch │ │ ├── 003-redundant-bracket.patch │ │ ├── 100-add-rtsp-conntrack.patch │ │ ├── 101-rtsp-linux-3.6-compat.patch │ │ ├── 200-add-lua-packetscript.patch │ │ ├── 201-fix-lua-packetscript.patch │ │ └── 300-geoip-endian-detection.patch │ │ └── patches │ │ ├── 001-no_depmod.patch │ │ ├── 002-fix-kernel-version-detection.patch │ │ ├── 003-fix-kernel-3.9.patch │ │ ├── 100-add-rtsp-conntrack.patch │ │ ├── 101-rtsp-linux-3.6-compat.patch │ │ ├── 102-rtsp-linux-3.7-compat.patch │ │ ├── 200-add-lua-packetscript.patch │ │ ├── 201-fix-lua-packetscript.patch │ │ ├── 300-geoip-endian-detection.patch │ │ └── 400-uid-gid-linux-3.7-compat.patch ├── opkg │ ├── Makefile │ ├── files │ │ └── opkg.conf │ └── patches │ │ ├── 001-ship-pkg-m4.patch │ │ ├── 002-no-shave.patch │ │ ├── 004-host_cpu.patch │ │ ├── 007-force_static.patch │ │ ├── 009-remove-upgrade-all.patch │ │ ├── 011-old-config-location.patch │ │ ├── 012-strip-trailing-conffiles-whitespace.patch │ │ ├── 014-errors-to-stderr.patch │ │ ├── 020-avoid_getline.patch │ │ ├── 030-fix-double-free.patch │ │ ├── 040-wrap-descriptions-only-on-ttys.patch │ │ ├── 050-add-case-insensitive-flag.patch │ │ ├── 060-add-find-command.patch │ │ └── 070-use_gzipped_pkg_list.patch ├── platform │ └── lantiq │ │ ├── ltq-adsl-app │ │ ├── Config.in │ │ ├── Makefile │ │ └── files │ │ │ ├── dsl_control │ │ │ └── dsl_notify.sh │ │ ├── ltq-adsl-fw │ │ └── Makefile │ │ ├── ltq-adsl-mei │ │ ├── Makefile │ │ └── src │ │ │ ├── Makefile │ │ │ ├── ifxmips_mei_interface.h │ │ │ └── lantiq_mei.c │ │ ├── ltq-adsl │ │ ├── Config.in │ │ ├── Makefile │ │ └── patches │ │ │ ├── 100-dsl_compat.patch │ │ │ ├── 110-fix_status_polling_loop.patch │ │ │ ├── 120-platform.patch │ │ │ └── 130-linux3.8.patch │ │ ├── ltq-atm │ │ ├── Makefile │ │ └── src │ │ │ ├── Makefile │ │ │ ├── ifxmips_atm_amazon_se.c │ │ │ ├── ifxmips_atm_ar9.c │ │ │ ├── ifxmips_atm_core.h │ │ │ ├── ifxmips_atm_danube.c │ │ │ ├── ifxmips_atm_fw_amazon_se.h │ │ │ ├── ifxmips_atm_fw_ar9.h │ │ │ ├── ifxmips_atm_fw_ar9_retx.h │ │ │ ├── ifxmips_atm_fw_danube.h │ │ │ ├── ifxmips_atm_fw_danube_retx.h │ │ │ ├── ifxmips_atm_fw_regs_amazon_se.h │ │ │ ├── ifxmips_atm_fw_regs_ar9.h │ │ │ ├── ifxmips_atm_fw_regs_common.h │ │ │ ├── ifxmips_atm_fw_regs_danube.h │ │ │ ├── ifxmips_atm_fw_regs_vr9.h │ │ │ ├── ifxmips_atm_fw_vr9.h │ │ │ ├── ifxmips_atm_ppe_amazon_se.h │ │ │ ├── ifxmips_atm_ppe_ar9.h │ │ │ ├── ifxmips_atm_ppe_common.h │ │ │ ├── ifxmips_atm_ppe_danube.h │ │ │ ├── ifxmips_atm_ppe_vr9.h │ │ │ ├── ifxmips_atm_vr9.c │ │ │ └── ltq_atm.c │ │ ├── ltq-deu │ │ ├── Makefile │ │ └── src │ │ │ ├── Makefile │ │ │ ├── ifxmips_aes.c │ │ │ ├── ifxmips_arc4.c │ │ │ ├── ifxmips_async_aes.c │ │ │ ├── ifxmips_async_des.c │ │ │ ├── ifxmips_des.c │ │ │ ├── ifxmips_deu.c │ │ │ ├── ifxmips_deu.h │ │ │ ├── ifxmips_deu_ar9.c │ │ │ ├── ifxmips_deu_ar9.h │ │ │ ├── ifxmips_deu_danube.c │ │ │ ├── ifxmips_deu_danube.h │ │ │ ├── ifxmips_deu_dma.c │ │ │ ├── ifxmips_deu_dma.h │ │ │ ├── ifxmips_deu_vr9.c │ │ │ ├── ifxmips_deu_vr9.h │ │ │ ├── ifxmips_md5.c │ │ │ ├── ifxmips_md5_hmac.c │ │ │ ├── ifxmips_sha1.c │ │ │ ├── ifxmips_sha1_hmac.c │ │ │ ├── ifxmips_tcrypt.h │ │ │ ├── ifxmips_testmgr.h │ │ │ ├── internal.h │ │ │ └── ltq_deu_testmgr.c │ │ ├── ltq-hcd │ │ ├── Makefile │ │ └── src │ │ │ ├── Kconfig │ │ │ ├── Makefile │ │ │ ├── ifxhcd.c │ │ │ ├── ifxhcd.h │ │ │ ├── ifxhcd_es.c │ │ │ ├── ifxhcd_intr.c │ │ │ ├── ifxhcd_queue.c │ │ │ ├── ifxusb_cif.c │ │ │ ├── ifxusb_cif.h │ │ │ ├── ifxusb_cif_d.c │ │ │ ├── ifxusb_cif_h.c │ │ │ ├── ifxusb_ctl.c │ │ │ ├── ifxusb_driver.c │ │ │ ├── ifxusb_host.ko │ │ │ ├── ifxusb_plat.h │ │ │ ├── ifxusb_regs.h │ │ │ └── ifxusb_version.h │ │ ├── ltq-ifxos │ │ ├── Makefile │ │ └── patches │ │ │ └── 100-compat.patch │ │ ├── ltq-ptm │ │ ├── Makefile │ │ └── src │ │ │ ├── Makefile │ │ │ ├── ifxmips_ptm_adsl.c │ │ │ ├── ifxmips_ptm_adsl.h │ │ │ ├── ifxmips_ptm_amazon_se.c │ │ │ ├── ifxmips_ptm_ar9.c │ │ │ ├── ifxmips_ptm_common.h │ │ │ ├── ifxmips_ptm_danube.c │ │ │ ├── ifxmips_ptm_fw_amazon_se.h │ │ │ ├── ifxmips_ptm_fw_ar9.h │ │ │ ├── ifxmips_ptm_fw_danube.h │ │ │ ├── ifxmips_ptm_fw_regs_adsl.h │ │ │ ├── ifxmips_ptm_fw_regs_amazon_se.h │ │ │ ├── ifxmips_ptm_fw_regs_ar9.h │ │ │ ├── ifxmips_ptm_fw_regs_danube.h │ │ │ ├── ifxmips_ptm_fw_regs_vdsl.h │ │ │ ├── ifxmips_ptm_fw_regs_vr9.h │ │ │ ├── ifxmips_ptm_fw_vr9.h │ │ │ ├── ifxmips_ptm_ppe_amazon_se.h │ │ │ ├── ifxmips_ptm_ppe_ar9.h │ │ │ ├── ifxmips_ptm_ppe_common.h │ │ │ ├── ifxmips_ptm_ppe_danube.h │ │ │ ├── ifxmips_ptm_ppe_vr9.h │ │ │ ├── ifxmips_ptm_test.c │ │ │ ├── ifxmips_ptm_vdsl.c │ │ │ ├── ifxmips_ptm_vdsl.h │ │ │ └── ifxmips_ptm_vr9.c │ │ ├── ltq-tapi │ │ ├── Config.in │ │ ├── Makefile │ │ └── patches │ │ │ ├── 000-portability.patch │ │ │ ├── 100-ifxmips.patch │ │ │ └── 200-linux-37.patch │ │ ├── ltq-vdsl-app │ │ ├── Makefile │ │ ├── files │ │ │ ├── dsl_control │ │ │ └── dsl_notify.sh │ │ └── patches │ │ │ └── 100-compat.patch │ │ ├── ltq-vdsl-fw │ │ ├── Makefile │ │ └── src │ │ │ ├── LzmaDecode.c │ │ │ ├── LzmaDecode.h │ │ │ ├── LzmaTypes.h │ │ │ ├── LzmaWrapper.c │ │ │ ├── LzmaWrapper.h │ │ │ ├── Makefile │ │ │ ├── vdsl_fw_install.sh │ │ │ └── w921v_fw_cutter.c │ │ ├── ltq-vdsl-mei │ │ ├── Makefile │ │ └── patches │ │ │ └── 100-compat.patch │ │ ├── ltq-vdsl │ │ ├── Makefile │ │ └── patches │ │ │ └── 100-compat.patch │ │ └── ltq-vmmc │ │ ├── Config.in │ │ ├── Makefile │ │ ├── files │ │ └── vmmc.init │ │ └── patches │ │ ├── 000-portability.patch │ │ ├── 100-target.patch │ │ └── 400-falcon.patch ├── procd │ ├── Makefile │ └── files │ │ ├── hotplug-preinit.json │ │ ├── hotplug.json │ │ ├── procd.init │ │ └── procd.sh ├── px5g │ ├── Makefile │ └── src │ │ ├── Makefile │ │ ├── library │ │ ├── base64.c │ │ ├── bignum.c │ │ ├── havege.c │ │ ├── rsa.c │ │ ├── sha1.c │ │ ├── timing.c │ │ └── x509write.c │ │ ├── polarssl │ │ ├── base64.h │ │ ├── bignum.h │ │ ├── bn_mul.h │ │ ├── config.h │ │ ├── havege.h │ │ ├── rsa.h │ │ ├── sha1.h │ │ ├── timing.h │ │ └── x509.h │ │ └── px5g.c ├── switch │ ├── Makefile │ ├── files │ │ └── switch.sh │ └── src │ │ ├── Makefile │ │ ├── etc53xx.h │ │ ├── gpio.h │ │ ├── switch-adm.c │ │ ├── switch-core.c │ │ ├── switch-core.h │ │ └── switch-robo.c ├── system │ ├── ar7-atm │ │ ├── Config.in │ │ ├── Makefile │ │ ├── patches-D7.04.03.00 │ │ │ ├── 100-compile_fix.patch │ │ │ ├── 110-interrupt_fix.patch │ │ │ ├── 120-no_dumb_inline.patch │ │ │ ├── 130-powercutback.patch │ │ │ ├── 140-debug_mode.patch │ │ │ ├── 150-tasklet_mode.patch │ │ │ ├── 160-module-params.patch │ │ │ ├── 170-bus_id_removal.patch │ │ │ ├── 180-git_headers_include.patch │ │ │ ├── 190-2.6.32_proc_fixes.patch │ │ │ ├── 200-2.6.37_args.patch │ │ │ └── 210-3.3-remove-smp_lock.h.patch │ │ └── patches-D7.05.01.00 │ │ │ ├── 100-compile_fix.patch │ │ │ ├── 110-interrupt_fix.patch │ │ │ ├── 120-no_dumb_inline.patch │ │ │ ├── 130-powercutback.patch │ │ │ ├── 140-debug_mode.patch │ │ │ ├── 150-tasklet_mode.patch │ │ │ ├── 160-module-params.patch │ │ │ ├── 170-bus_id_removal.patch │ │ │ ├── 180-git_headers_include.patch │ │ │ ├── 190-2.6.32_proc_fixes.patch │ │ │ ├── 200-2.6.37_args.patch │ │ │ └── 210-3.3-remove-smp_lock.h.patch │ ├── avila-wdt │ │ ├── Makefile │ │ └── src │ │ │ ├── Makefile │ │ │ └── avila-wdt.c │ ├── brcm2708-gpu-fw │ │ └── Makefile │ ├── button-hotplug │ │ ├── Makefile │ │ └── src │ │ │ ├── Kconfig │ │ │ ├── Makefile │ │ │ └── button-hotplug.c │ ├── ep80579-drivers │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-igbe_update.patch │ │ │ ├── 002-cflags_cleanup.patch │ │ │ ├── 003-new_irqf_constants.patch │ │ │ ├── 100-iegbe_netdev_ops.patch │ │ │ ├── 101-iegbe_fix_napi_interface.patch │ │ │ ├── 102-iegbe_nuke_polling_netdev.patch │ │ │ ├── 103-iegbe_convert_unicast_addr_list.patch │ │ │ ├── 104-iegbe_group_address_list_and_its_count.patch │ │ │ ├── 105-iegbe_new_dma_masks.patch │ │ │ ├── 106-iegbe_new_irqf_constant.patch │ │ │ ├── 150-ocracoke_island.patch │ │ │ ├── 200-can_fix_ioctl_numbers.patch │ │ │ ├── 210-can_include_linux_fs_h.patch │ │ │ ├── 220-can_fix_irq_request.patch │ │ │ ├── 230-can_remove_driver_data_direct_access.patch │ │ │ ├── 300-wdt_compile_fix.patch │ │ │ ├── 400-edma_fix_irq_request_warning.patch │ │ │ ├── 500-1588_fix_irq_request_warning.patch │ │ │ ├── 600-2.6.27_includes.patch │ │ │ ├── 601-2.6.32_includes.patch │ │ │ ├── 700-iegbe_kcompat_2.6.30.patch │ │ │ ├── 701-iegbe_poll_dev.patch │ │ │ ├── 710-3.3-fix-generated-header-locations.patch │ │ │ ├── 711-3.3-gbe-fixes.patch │ │ │ ├── 712-3.3-can-fixes.patch │ │ │ ├── 713-3.3-gpio-fixes.patch │ │ │ ├── 714-3.3-wdt-fixes.patch │ │ │ └── 715-3.3-1588-fixes.patch │ ├── gpio-button-hotplug │ │ ├── Makefile │ │ └── src │ │ │ ├── Makefile │ │ │ └── gpio-button-hotplug.c │ ├── hostap-driver │ │ ├── Makefile │ │ ├── files │ │ │ └── lib │ │ │ │ └── wifi │ │ │ │ └── hostap.sh │ │ └── patches │ │ │ └── 001-fix-txpower.patch │ ├── i2c-gpio-custom │ │ ├── Makefile │ │ └── src │ │ │ ├── Kconfig │ │ │ ├── Makefile │ │ │ └── i2c-gpio-custom.c │ ├── ixp4xx-microcode │ │ ├── Makefile │ │ └── src │ │ │ ├── IxNpeMicrocode.h │ │ │ └── LICENSE.IPL │ ├── mmc_over_gpio │ │ ├── Makefile │ │ └── files │ │ │ ├── mmc_over_gpio.config │ │ │ └── mmc_over_gpio.init │ ├── om-watchdog │ │ ├── Makefile │ │ └── files │ │ │ ├── om-watchdog │ │ │ └── om-watchdog.init │ ├── rotary-gpio-custom │ │ ├── Makefile │ │ └── src │ │ │ ├── Kconfig │ │ │ ├── Makefile │ │ │ └── rotary-gpio-custom.c │ ├── rtc-rv5c386a │ │ ├── Makefile │ │ └── src │ │ │ ├── Makefile │ │ │ └── rtc.c │ ├── spi-ks8995 │ │ ├── Makefile │ │ └── src │ │ │ ├── Kconfig │ │ │ ├── Makefile │ │ │ └── spi_ks8995.c │ ├── spidev_test │ │ └── Makefile │ ├── utils │ │ ├── e2fsprogs │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ ├── e2fsck.conf │ │ │ │ └── e2fsck.sh │ │ │ └── patches │ │ │ │ ├── 001-link-against-libuuid.patch │ │ │ │ └── 002-no_malloc_h.patch │ │ ├── fbtest │ │ │ ├── Makefile │ │ │ └── src │ │ │ │ ├── Makefile │ │ │ │ └── fbtest.c │ │ ├── hostap-utils │ │ │ └── Makefile │ │ ├── nvram │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ └── nvram.init │ │ │ └── src │ │ │ │ ├── Makefile │ │ │ │ ├── cli.c │ │ │ │ ├── crc.c │ │ │ │ ├── nvram.c │ │ │ │ ├── nvram.h │ │ │ │ └── sdinitvals.h │ │ ├── robocfg │ │ │ ├── Makefile │ │ │ └── src │ │ │ │ ├── Makefile │ │ │ │ ├── etc53xx.h │ │ │ │ └── robocfg.c │ │ ├── usb-modeswitch │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ └── modeswitch.hotplug │ │ ├── usbreset │ │ │ ├── Makefile │ │ │ └── src │ │ │ │ └── usbreset.c │ │ ├── usbutils │ │ │ └── Makefile │ │ └── xfsprogs │ │ │ ├── Makefile │ │ │ └── patches │ │ │ ├── 001-automake-compat.patch │ │ │ ├── 100-no_aio.patch │ │ │ ├── 110-uclibc_no_ustat.patch │ │ │ ├── 120-portability.patch │ │ │ ├── 130-uclibc_no_xattr.patch │ │ │ └── 140-no_po.patch │ ├── vsc73x5-ucode │ │ ├── Makefile │ │ └── files │ │ │ └── Makefile │ ├── w1-gpio-custom │ │ ├── Makefile │ │ └── src │ │ │ ├── Kconfig │ │ │ ├── Makefile │ │ │ └── w1-gpio-custom.c │ └── wrt55agv2-spidevs │ │ ├── Makefile │ │ └── src │ │ ├── Kconfig │ │ ├── Makefile │ │ └── wrt55agv2_spidevs.c ├── toolchain │ ├── Makefile │ └── eglibc-files │ │ └── etc │ │ └── nsswitch.conf ├── trelay │ ├── Makefile │ ├── files │ │ ├── trelay.config │ │ ├── trelay.hotplug │ │ └── trelay.init │ └── src │ │ ├── Makefile │ │ └── trelay.c ├── ubox │ └── Makefile ├── ubus │ ├── Makefile │ └── files │ │ └── ubus.init ├── uci │ ├── Makefile │ └── files │ │ └── lib │ │ └── config │ │ └── uci.sh ├── udev │ ├── Config.in │ ├── Makefile │ └── patches │ │ ├── 0001-build-don-t-use-gc-sections.patch │ │ ├── 0002-udevd-add-lrt-for-message-queue-symbols.patch │ │ └── 0003-add_btn_trigger_happy_define.patch ├── util-linux │ ├── Makefile │ └── patches │ │ ├── 000-compile.patch │ │ └── 001-no-printf-alloc.patch └── zram-swap │ ├── Makefile │ └── files │ └── zram.init ├── rules.mk ├── scripts ├── abs2rel.pl ├── arm-magic.sh ├── brcmImage.pl ├── bundle-libraries.sh ├── combined-ext-image.sh ├── combined-image.sh ├── config.guess ├── config.rpath ├── config.sub ├── config │ ├── .gitignore │ ├── Makefile │ ├── README │ ├── conf.c │ ├── confdata.c │ ├── expr.c │ ├── expr.h │ ├── list.h │ ├── lkc.h │ ├── lkc_proto.h │ ├── lxdialog │ │ ├── .gitignore │ │ ├── check-lxdialog.sh │ │ ├── checklist.c │ │ ├── dialog.h │ │ ├── inputbox.c │ │ ├── menubox.c │ │ ├── textbox.c │ │ ├── util.c │ │ └── yesno.c │ ├── mconf.c │ ├── menu.c │ ├── symbol.c │ ├── util.c │ ├── zconf.gperf │ ├── zconf.hash.c_shipped │ ├── zconf.l │ ├── zconf.lex.c_shipped │ ├── zconf.tab.c_shipped │ └── zconf.y ├── deptest.sh ├── diffconfig.sh ├── dl_cleanup.py ├── download.pl ├── env ├── ext-toolchain.sh ├── feeds ├── flashing │ ├── adam2flash-502T.pl │ ├── adam2flash-fritzbox.pl │ ├── adam2flash.pl │ ├── adsl2mue_flash.pl │ ├── flash.sh │ └── jungo-image.py ├── freebsd.sh ├── gen-dependencies.sh ├── getver.sh ├── ipkg ├── ipkg-make-index.sh ├── kconfig.pl ├── make-ipkg-dir.sh ├── md5sum ├── metadata.pl ├── metadata.pm ├── om-fwupgradecfg-gen.sh ├── openbsd.sh ├── pad_image ├── patch-kernel.sh ├── patch-specs.sh ├── relink-lib.sh ├── remote-gdb ├── rstrip.sh ├── slugimage.pl ├── strip-kmod.sh ├── symlink-tree.sh ├── timestamp.pl └── update-package-md5sum ├── target ├── Config.in ├── Makefile ├── imagebuilder │ ├── Config.in │ ├── Makefile │ └── files │ │ ├── Makefile │ │ └── repositories.conf ├── linux │ ├── Makefile │ ├── adm5120 │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── config │ │ │ │ │ ├── network │ │ │ │ │ └── system │ │ │ │ ├── diag.sh │ │ │ │ └── inittab │ │ │ └── lib │ │ │ │ ├── adm5120.sh │ │ │ │ ├── preinit │ │ │ │ ├── 05_preinit_do_adm5120.sh │ │ │ │ ├── 05_reset_button_adm5120 │ │ │ │ └── 05_set_preinit_iface_adm5120 │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-3.8 │ │ ├── files │ │ │ ├── arch │ │ │ │ └── mips │ │ │ │ │ ├── adm5120 │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Platform │ │ │ │ │ ├── cellvision │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── cas-771.c │ │ │ │ │ │ ├── cellvision.c │ │ │ │ │ │ ├── cellvision.h │ │ │ │ │ │ └── nfs-101.c │ │ │ │ │ ├── common │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── adm5120.c │ │ │ │ │ │ ├── clock.c │ │ │ │ │ │ ├── early-printk.c │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ ├── irq.c │ │ │ │ │ │ ├── memory.c │ │ │ │ │ │ ├── platform.c │ │ │ │ │ │ ├── prom.c │ │ │ │ │ │ └── setup.c │ │ │ │ │ ├── compex │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── compex.c │ │ │ │ │ │ ├── compex.h │ │ │ │ │ │ ├── np27g.c │ │ │ │ │ │ ├── np28g.c │ │ │ │ │ │ └── wp54.c │ │ │ │ │ ├── edimax │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── br-6104k.c │ │ │ │ │ │ ├── br-6104kp.c │ │ │ │ │ │ ├── br-61x4wg.c │ │ │ │ │ │ ├── br-61xx.c │ │ │ │ │ │ └── br-61xx.h │ │ │ │ │ ├── generic │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ └── eb-214a.c │ │ │ │ │ ├── infineon │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── easy5120-rt.c │ │ │ │ │ │ ├── easy5120-wvoip.c │ │ │ │ │ │ ├── easy5120p-ata.c │ │ │ │ │ │ ├── easy83000.c │ │ │ │ │ │ ├── infineon.c │ │ │ │ │ │ └── infineon.h │ │ │ │ │ ├── mikrotik │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── rb-11x.c │ │ │ │ │ │ ├── rb-133.c │ │ │ │ │ │ ├── rb-133c.c │ │ │ │ │ │ ├── rb-150.c │ │ │ │ │ │ ├── rb-153.c │ │ │ │ │ │ ├── rb-192.c │ │ │ │ │ │ ├── rb-1xx.c │ │ │ │ │ │ └── rb-1xx.h │ │ │ │ │ ├── motorola │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ └── pmugw.c │ │ │ │ │ ├── osbridge │ │ │ │ │ │ ├── 5gxi.c │ │ │ │ │ │ └── Makefile │ │ │ │ │ ├── prom │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── admboot.c │ │ │ │ │ │ ├── bootbase.c │ │ │ │ │ │ ├── cfe.c │ │ │ │ │ │ ├── generic.c │ │ │ │ │ │ ├── myloader.c │ │ │ │ │ │ ├── prom_read.h │ │ │ │ │ │ └── routerboot.c │ │ │ │ │ └── zyxel │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── p-334wt.c │ │ │ │ │ │ ├── p-335.c │ │ │ │ │ │ ├── p-33x.c │ │ │ │ │ │ └── p-33x.h │ │ │ │ │ ├── include │ │ │ │ │ └── asm │ │ │ │ │ │ └── mach-adm5120 │ │ │ │ │ │ ├── adm5120_defs.h │ │ │ │ │ │ ├── adm5120_info.h │ │ │ │ │ │ ├── adm5120_intc.h │ │ │ │ │ │ ├── adm5120_mpmc.h │ │ │ │ │ │ ├── adm5120_nand.h │ │ │ │ │ │ ├── adm5120_platform.h │ │ │ │ │ │ ├── adm5120_switch.h │ │ │ │ │ │ ├── adm5120_uart.h │ │ │ │ │ │ ├── asm │ │ │ │ │ │ └── sizes.h │ │ │ │ │ │ ├── cpu-feature-overrides.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── irq.h │ │ │ │ │ │ ├── prom │ │ │ │ │ │ ├── admboot.h │ │ │ │ │ │ ├── cfe.h │ │ │ │ │ │ ├── generic.h │ │ │ │ │ │ ├── myloader.h │ │ │ │ │ │ ├── routerboot.h │ │ │ │ │ │ └── zynos.h │ │ │ │ │ │ └── war.h │ │ │ │ │ └── pci │ │ │ │ │ └── pci-adm5120.c │ │ │ └── drivers │ │ │ │ ├── ata │ │ │ │ └── pata_rb153_cf.c │ │ │ │ ├── leds │ │ │ │ └── ledtrig-adm5120-switch.c │ │ │ │ ├── mtd │ │ │ │ ├── maps │ │ │ │ │ └── adm5120-flash.c │ │ │ │ └── trxsplit.c │ │ │ │ ├── net │ │ │ │ ├── adm5120sw.c │ │ │ │ └── adm5120sw.h │ │ │ │ ├── usb │ │ │ │ └── host │ │ │ │ │ ├── adm5120-dbg.c │ │ │ │ │ ├── adm5120-drv.c │ │ │ │ │ ├── adm5120-hcd.c │ │ │ │ │ ├── adm5120-hub.c │ │ │ │ │ ├── adm5120-mem.c │ │ │ │ │ ├── adm5120-pm.c │ │ │ │ │ ├── adm5120-q.c │ │ │ │ │ └── adm5120.h │ │ │ │ └── watchdog │ │ │ │ └── adm5120_wdt.c │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── lzma-loader │ │ │ │ ├── Makefile │ │ │ │ └── src │ │ │ │ │ ├── LzmaDecode.c │ │ │ │ │ ├── LzmaDecode.h │ │ │ │ │ ├── LzmaTypes.h │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── README │ │ │ │ │ ├── board.c │ │ │ │ │ ├── config.h │ │ │ │ │ ├── decompress.c │ │ │ │ │ ├── head.S │ │ │ │ │ ├── loader.lds │ │ │ │ │ ├── lzma-data.lds │ │ │ │ │ ├── printf.c │ │ │ │ │ └── printf.h │ │ │ ├── rb1xx.mk │ │ │ ├── router_be.mk │ │ │ └── router_le.mk │ │ ├── modules.mk │ │ ├── patches-3.8 │ │ │ ├── 001-adm5120.patch │ │ │ ├── 002-adm5120_flash.patch │ │ │ ├── 003-adm5120_switch.patch │ │ │ ├── 005-adm5120_usb.patch │ │ │ ├── 007-adm5120_pci.patch │ │ │ ├── 009-adm5120_leds_switch_trigger.patch │ │ │ ├── 101-cfi_fixup_macronix_bootloc.patch │ │ │ ├── 102-jedec_pmc_39lvxxx_chips.patch │ │ │ ├── 103-mtd_trxsplit.patch │ │ │ ├── 120-rb153_cf_driver.patch │ │ │ ├── 200-amba_pl010_hacks.patch │ │ │ ├── 203-gpio_leds_brightness.patch │ │ │ └── 310-adm5120_wdt.patch │ │ ├── rb1xx │ │ │ ├── base-files │ │ │ │ └── sbin │ │ │ │ │ └── wget2nand │ │ │ ├── config-3.8 │ │ │ ├── profiles │ │ │ │ └── RB1xx.mk │ │ │ └── target.mk │ │ ├── router_be │ │ │ ├── config-3.8 │ │ │ ├── profiles │ │ │ │ ├── 010-Generic.mk │ │ │ │ └── 200-ZyXEL.mk │ │ │ └── target.mk │ │ └── router_le │ │ │ ├── config-3.8 │ │ │ ├── profiles │ │ │ ├── 010-Generic.mk │ │ │ ├── Cellvision.mk │ │ │ ├── Compex.mk │ │ │ ├── Edimax.mk │ │ │ ├── Infineon.mk │ │ │ ├── Motorola.mk │ │ │ └── Osbridge.mk │ │ │ └── target.mk │ ├── adm8668 │ │ ├── Makefile │ │ ├── base-files.mk │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── config │ │ │ │ │ └── network │ │ │ │ └── diag.sh │ │ │ ├── lib │ │ │ │ ├── preinit │ │ │ │ │ ├── 03_init_hotplug_failsafe_adm8668 │ │ │ │ │ └── 05_set_preinit_face_adm8668 │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ └── sbin │ │ │ │ └── hotplug.failsafe │ │ ├── config-3.3 │ │ ├── files │ │ │ ├── arch │ │ │ │ └── mips │ │ │ │ │ ├── adm8668 │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── Platform │ │ │ │ │ ├── clock.c │ │ │ │ │ ├── early_printk.c │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── irq.c │ │ │ │ │ ├── platform.c │ │ │ │ │ ├── prom.c │ │ │ │ │ ├── setup.c │ │ │ │ │ ├── time.c │ │ │ │ │ └── u-boot.h │ │ │ │ │ ├── include │ │ │ │ │ └── asm │ │ │ │ │ │ └── mach-adm8668 │ │ │ │ │ │ ├── adm8668.h │ │ │ │ │ │ ├── asm │ │ │ │ │ │ └── sizes.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── irq.h │ │ │ │ │ │ └── war.h │ │ │ │ │ └── pci │ │ │ │ │ └── pci-adm8668.c │ │ │ └── drivers │ │ │ │ └── mtd │ │ │ │ └── maps │ │ │ │ └── adm8668.c │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── lzma-loader │ │ │ │ ├── Makefile │ │ │ │ └── src │ │ │ │ │ ├── LzmaDecode.c │ │ │ │ │ ├── LzmaDecode.h │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── decompress.c │ │ │ │ │ ├── include │ │ │ │ │ ├── _exports.h │ │ │ │ │ ├── asm │ │ │ │ │ │ ├── global_data.h │ │ │ │ │ │ └── u-boot.h │ │ │ │ │ ├── common.h │ │ │ │ │ ├── exports.h │ │ │ │ │ └── image.h │ │ │ │ │ ├── lzma.lds.in │ │ │ │ │ └── stubs.c │ │ │ └── my-mkimage │ │ ├── patches-3.3 │ │ │ ├── 001-adm8668_arch.patch │ │ │ ├── 002-adm8668_pci.patch │ │ │ ├── 003-adm8668_nor_map.patch │ │ │ ├── 004-tulip_pci_split.patch │ │ │ ├── 005-tulip_platform.patch │ │ │ ├── 200-amba_pl010_hacks.patch │ │ │ └── 201-amba_bus_hacks.patch │ │ └── profiles │ │ │ └── 100-WRTU54G-TM.mk │ ├── amazon │ │ ├── Makefile │ │ ├── base-files │ │ │ └── etc │ │ │ │ └── config │ │ │ │ └── network │ │ ├── config-3.3 │ │ ├── files │ │ │ ├── arch │ │ │ │ └── mips │ │ │ │ │ ├── amazon │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── board.c │ │ │ │ │ ├── dma-core.c │ │ │ │ │ ├── dma-core.h │ │ │ │ │ ├── interrupt.c │ │ │ │ │ ├── pci.c │ │ │ │ │ ├── prom.c │ │ │ │ │ └── setup.c │ │ │ │ │ └── include │ │ │ │ │ └── asm │ │ │ │ │ └── mach-amazon │ │ │ │ │ ├── irq.h │ │ │ │ │ ├── mangle-port.h │ │ │ │ │ └── war.h │ │ │ ├── drivers │ │ │ │ ├── atm │ │ │ │ │ └── amazon_tpe.c │ │ │ │ ├── char │ │ │ │ │ ├── amazon_mei.c │ │ │ │ │ └── ifx_ssc.c │ │ │ │ ├── mtd │ │ │ │ │ └── maps │ │ │ │ │ │ └── amazon.c │ │ │ │ ├── net │ │ │ │ │ └── ethernet │ │ │ │ │ │ ├── admmod.c │ │ │ │ │ │ └── amazon_sw.c │ │ │ │ ├── tty │ │ │ │ │ └── serial │ │ │ │ │ │ └── amazon_asc.c │ │ │ │ └── watchdog │ │ │ │ │ └── amazon_wdt.c │ │ │ └── include │ │ │ │ └── asm-mips │ │ │ │ └── amazon │ │ │ │ ├── adm6996.h │ │ │ │ ├── amazon.h │ │ │ │ ├── amazon_dma.h │ │ │ │ ├── amazon_mei.h │ │ │ │ ├── amazon_mei_app.h │ │ │ │ ├── amazon_mei_app_ioctl.h │ │ │ │ ├── amazon_mei_ioctl.h │ │ │ │ ├── amazon_sw.h │ │ │ │ ├── amazon_tpe.h │ │ │ │ ├── amazon_wdt.h │ │ │ │ ├── atm_defines.h │ │ │ │ ├── atm_mib.h │ │ │ │ ├── ifx_peripheral_definitions.h │ │ │ │ ├── ifx_ssc.h │ │ │ │ ├── ifx_ssc_defines.h │ │ │ │ ├── irq.h │ │ │ │ ├── model.h │ │ │ │ ├── port.h │ │ │ │ └── serial.h │ │ ├── image │ │ │ └── Makefile │ │ └── patches-3.3 │ │ │ ├── 000-mips-bad-intctl.patch │ │ │ ├── 010-mips_clocksource_init_war.patch │ │ │ ├── 017-wdt-driver.patch │ │ │ ├── 100-board.patch │ │ │ ├── 130-mtd_drivers.patch │ │ │ ├── 140-net_drivers.patch │ │ │ ├── 150-serial_driver.patch │ │ │ └── 160-cfi-swap.patch │ ├── ar7 │ │ ├── Makefile │ │ ├── ac49x │ │ │ ├── config-default │ │ │ ├── profiles │ │ │ │ └── 210-None.mk │ │ │ └── target.mk │ │ ├── base-files.mk │ │ ├── base-files │ │ │ └── etc │ │ │ │ ├── config │ │ │ │ └── network │ │ │ │ ├── diag.sh │ │ │ │ ├── init.d │ │ │ │ └── adam2 │ │ │ │ └── uci-defaults │ │ │ │ └── 02_network │ │ ├── config-3.9 │ │ ├── files-3.9 │ │ │ └── drivers │ │ │ │ ├── char │ │ │ │ └── ar7_gpio.c │ │ │ │ └── mtd │ │ │ │ ├── ac49xpart.c │ │ │ │ └── titanpart.c │ │ ├── generic │ │ │ ├── config-default │ │ │ ├── profiles │ │ │ │ ├── 100-Annex-A.mk │ │ │ │ ├── 110-Annex-B.mk │ │ │ │ ├── 200-Texas.mk │ │ │ │ └── 210-None.mk │ │ │ └── target.mk │ │ ├── image │ │ │ └── Makefile │ │ ├── patches-3.9 │ │ │ ├── 110-flash.patch │ │ │ ├── 120-gpio_chrdev.patch │ │ │ ├── 160-vlynq_try_remote_first.patch │ │ │ ├── 200-free-mem-below-kernel-offset.patch │ │ │ ├── 300-add-ac49x-platform.patch │ │ │ ├── 310-ac49x-prom-support.patch │ │ │ ├── 320-ac49x-mtd-partitions.patch │ │ │ ├── 500-serial_kludge.patch │ │ │ ├── 920-ar7part.patch │ │ │ ├── 925-actiontec_leds.patch │ │ │ ├── 950-cpmac_titan.patch │ │ │ └── 972-cpmac_fixup.patch │ │ └── src │ │ │ └── adam2patcher.c │ ├── ar71xx │ │ ├── Makefile │ │ ├── base-files.mk │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── defconfig │ │ │ │ │ └── wndr3700 │ │ │ │ │ │ └── network │ │ │ │ ├── diag.sh │ │ │ │ ├── hotplug.d │ │ │ │ │ ├── firmware │ │ │ │ │ │ └── 10-ath9k-eeprom │ │ │ │ │ └── net │ │ │ │ │ │ └── 10-ar922x-led-fix │ │ │ │ ├── init.d │ │ │ │ │ └── defconfig │ │ │ │ ├── inittab │ │ │ │ └── uci-defaults │ │ │ │ │ ├── 00_inittab-console-fixup │ │ │ │ │ ├── 01_leds │ │ │ │ │ ├── 02_network │ │ │ │ │ ├── 03_network-switchX-migration │ │ │ │ │ ├── 03_network-vlan-migration │ │ │ │ │ └── 09_wrt160nl │ │ │ ├── lib │ │ │ │ ├── ar71xx.sh │ │ │ │ ├── preinit │ │ │ │ │ ├── 03_preinit_do_ar71xx.sh │ │ │ │ │ ├── 05_enable_reset_button_ar71xx │ │ │ │ │ ├── 05_set_iface_mac_ar71xx │ │ │ │ │ └── 05_set_preinit_iface_ar71xx │ │ │ │ └── upgrade │ │ │ │ │ ├── allnet.sh │ │ │ │ │ ├── dir825.sh │ │ │ │ │ ├── openmesh.sh │ │ │ │ │ └── platform.sh │ │ │ └── sbin │ │ │ │ └── wget2nand │ │ ├── config-3.8 │ │ ├── files │ │ │ ├── arch │ │ │ │ └── mips │ │ │ │ │ ├── ath79 │ │ │ │ │ ├── dev-ap9x-pci.c │ │ │ │ │ ├── dev-ap9x-pci.h │ │ │ │ │ ├── dev-dsa.c │ │ │ │ │ ├── dev-dsa.h │ │ │ │ │ ├── dev-eth.c │ │ │ │ │ ├── dev-eth.h │ │ │ │ │ ├── dev-m25p80.c │ │ │ │ │ ├── dev-m25p80.h │ │ │ │ │ ├── dev-nfc.c │ │ │ │ │ ├── dev-nfc.h │ │ │ │ │ ├── mach-alfa-ap96.c │ │ │ │ │ ├── mach-alfa-nx.c │ │ │ │ │ ├── mach-all0258n.c │ │ │ │ │ ├── mach-all0315n.c │ │ │ │ │ ├── mach-ap113.c │ │ │ │ │ ├── mach-ap132.c │ │ │ │ │ ├── mach-ap83.c │ │ │ │ │ ├── mach-ap96.c │ │ │ │ │ ├── mach-aw-nr580.c │ │ │ │ │ ├── mach-cap4200ag.c │ │ │ │ │ ├── mach-dir-600-a1.c │ │ │ │ │ ├── mach-dir-615-c1.c │ │ │ │ │ ├── mach-dir-825-b1.c │ │ │ │ │ ├── mach-dir-825-c1.c │ │ │ │ │ ├── mach-eap7660d.c │ │ │ │ │ ├── mach-ew-dorin.c │ │ │ │ │ ├── mach-hornet-ub.c │ │ │ │ │ ├── mach-ja76pf.c │ │ │ │ │ ├── mach-jwap003.c │ │ │ │ │ ├── mach-mr600.c │ │ │ │ │ ├── mach-mzk-w04nu.c │ │ │ │ │ ├── mach-mzk-w300nh.c │ │ │ │ │ ├── mach-nbg460n.c │ │ │ │ │ ├── mach-om2p.c │ │ │ │ │ ├── mach-pb42.c │ │ │ │ │ ├── mach-pb92.c │ │ │ │ │ ├── mach-rb2011.c │ │ │ │ │ ├── mach-rb4xx.c │ │ │ │ │ ├── mach-rb750.c │ │ │ │ │ ├── mach-rb95x.c │ │ │ │ │ ├── mach-rw2458n.c │ │ │ │ │ ├── mach-tew-632brp.c │ │ │ │ │ ├── mach-tew-673gru.c │ │ │ │ │ ├── mach-tew-712br.c │ │ │ │ │ ├── mach-tl-mr11u.c │ │ │ │ │ ├── mach-tl-mr3020.c │ │ │ │ │ ├── mach-tl-mr3x20.c │ │ │ │ │ ├── mach-tl-wa901nd-v2.c │ │ │ │ │ ├── mach-tl-wa901nd.c │ │ │ │ │ ├── mach-tl-wdr3500.c │ │ │ │ │ ├── mach-tl-wdr4300.c │ │ │ │ │ ├── mach-tl-wr1041n-v2.c │ │ │ │ │ ├── mach-tl-wr1043nd.c │ │ │ │ │ ├── mach-tl-wr2543n.c │ │ │ │ │ ├── mach-tl-wr703n.c │ │ │ │ │ ├── mach-tl-wr720n-v3.c │ │ │ │ │ ├── mach-tl-wr741nd-v4.c │ │ │ │ │ ├── mach-tl-wr741nd.c │ │ │ │ │ ├── mach-tl-wr841n-v8.c │ │ │ │ │ ├── mach-tl-wr841n.c │ │ │ │ │ ├── mach-tl-wr941nd.c │ │ │ │ │ ├── mach-ubnt.c │ │ │ │ │ ├── mach-whr-hp-g300n.c │ │ │ │ │ ├── mach-wlae-ag300n.c │ │ │ │ │ ├── mach-wndap360.c │ │ │ │ │ ├── mach-wndr3700.c │ │ │ │ │ ├── mach-wndr4300.c │ │ │ │ │ ├── mach-wnr2000-v3.c │ │ │ │ │ ├── mach-wnr2000.c │ │ │ │ │ ├── mach-wp543.c │ │ │ │ │ ├── mach-wpe72.c │ │ │ │ │ ├── mach-wrt160nl.c │ │ │ │ │ ├── mach-wrt400n.c │ │ │ │ │ ├── mach-wzr-hp-ag300h.c │ │ │ │ │ ├── mach-wzr-hp-g300nh.c │ │ │ │ │ ├── mach-wzr-hp-g300nh2.c │ │ │ │ │ ├── mach-wzr-hp-g450h.c │ │ │ │ │ ├── mach-zcn-1523h.c │ │ │ │ │ ├── nvram.c │ │ │ │ │ ├── nvram.h │ │ │ │ │ ├── pci-ath9k-fixup.c │ │ │ │ │ ├── pci-ath9k-fixup.h │ │ │ │ │ ├── routerboot.c │ │ │ │ │ └── routerboot.h │ │ │ │ │ └── include │ │ │ │ │ └── asm │ │ │ │ │ ├── fw │ │ │ │ │ └── myloader │ │ │ │ │ │ └── myloader.h │ │ │ │ │ └── mach-ath79 │ │ │ │ │ ├── ag71xx_platform.h │ │ │ │ │ ├── mach-rb750.h │ │ │ │ │ └── rb4xx_cpld.h │ │ │ ├── drivers │ │ │ │ ├── gpio │ │ │ │ │ └── gpio-nxp-74hc153.c │ │ │ │ ├── leds │ │ │ │ │ ├── leds-rb750.c │ │ │ │ │ └── leds-wndr3700-usb.c │ │ │ │ ├── mtd │ │ │ │ │ ├── nand │ │ │ │ │ │ ├── ar934x_nfc.c │ │ │ │ │ │ ├── rb4xx_nand.c │ │ │ │ │ │ └── rb750_nand.c │ │ │ │ │ ├── tplinkpart.c │ │ │ │ │ └── wrt160nl_part.c │ │ │ │ ├── net │ │ │ │ │ ├── dsa │ │ │ │ │ │ └── mv88e6063.c │ │ │ │ │ └── ethernet │ │ │ │ │ │ └── atheros │ │ │ │ │ │ └── ag71xx │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── ag71xx.h │ │ │ │ │ │ ├── ag71xx_ar7240.c │ │ │ │ │ │ ├── ag71xx_ar8216.c │ │ │ │ │ │ ├── ag71xx_debugfs.c │ │ │ │ │ │ ├── ag71xx_ethtool.c │ │ │ │ │ │ ├── ag71xx_main.c │ │ │ │ │ │ ├── ag71xx_mdio.c │ │ │ │ │ │ └── ag71xx_phy.c │ │ │ │ └── spi │ │ │ │ │ ├── spi-ap83.c │ │ │ │ │ ├── spi-rb4xx-cpld.c │ │ │ │ │ ├── spi-rb4xx.c │ │ │ │ │ └── spi-vsc7385.c │ │ │ ├── include │ │ │ │ └── linux │ │ │ │ │ ├── nxp_74hc153.h │ │ │ │ │ ├── platform │ │ │ │ │ └── ar934x_nfc.h │ │ │ │ │ └── spi │ │ │ │ │ └── vsc7385.h │ │ │ └── net │ │ │ │ └── dsa │ │ │ │ └── mv88e6063.c │ │ ├── generic │ │ │ ├── config-default │ │ │ ├── profiles │ │ │ │ ├── 00-default.mk │ │ │ │ ├── 01-minimal.mk │ │ │ │ ├── 02-ath5k.mk │ │ │ │ ├── alfa.mk │ │ │ │ ├── allnet.mk │ │ │ │ ├── atheros.mk │ │ │ │ ├── atlantis.mk │ │ │ │ ├── buffalo.mk │ │ │ │ ├── compex.mk │ │ │ │ ├── d-link.mk │ │ │ │ ├── ew.mk │ │ │ │ ├── jjplus.mk │ │ │ │ ├── linksys.mk │ │ │ │ ├── netgear.mk │ │ │ │ ├── openmesh.mk │ │ │ │ ├── pcs.mk │ │ │ │ ├── planex.mk │ │ │ │ ├── redwave.mk │ │ │ │ ├── rosewill.mk │ │ │ │ ├── senao.mk │ │ │ │ ├── tp-link.mk │ │ │ │ ├── trendnet.mk │ │ │ │ ├── ubnt.mk │ │ │ │ ├── zcomax.mk │ │ │ │ └── zyxel.mk │ │ │ └── target.mk │ │ ├── image │ │ │ ├── Makefile │ │ │ └── lzma-loader │ │ │ │ ├── Makefile │ │ │ │ └── src │ │ │ │ ├── LzmaDecode.c │ │ │ │ ├── LzmaDecode.h │ │ │ │ ├── LzmaTypes.h │ │ │ │ ├── Makefile │ │ │ │ ├── ar71xx_regs.h │ │ │ │ ├── board.c │ │ │ │ ├── cache.c │ │ │ │ ├── cache.h │ │ │ │ ├── cacheops.h │ │ │ │ ├── config.h │ │ │ │ ├── cp0regdef.h │ │ │ │ ├── head.S │ │ │ │ ├── loader.c │ │ │ │ ├── loader.lds │ │ │ │ ├── loader2.lds │ │ │ │ ├── lzma-data.lds │ │ │ │ ├── printf.c │ │ │ │ └── printf.h │ │ ├── modules.mk │ │ ├── nand │ │ │ ├── config-default │ │ │ ├── profiles │ │ │ │ ├── 01-minimal.mk │ │ │ │ └── 02-ath5k.mk │ │ │ └── target.mk │ │ └── patches-3.8 │ │ │ ├── 001-spi-ath79-add-delay-between-SCK-changes.patch │ │ │ ├── 002-spi-ath79-add-missing-HIGH-LOW-SCK-transition.patch │ │ │ ├── 003-spi-ath79-remove-superfluous-chip-select-code.patch │ │ │ ├── 004-spi-ath79-use-gpio_request_one.patch │ │ │ ├── 005-spi-ath79-avoid-multiple-initialization-of-the-SPI-c.patch │ │ │ ├── 006-spi-ath79-add-shutdown-handler.patch │ │ │ ├── 007-MIPS-ath79-fix-GPIO-function-selection-for-AR934x-So.patch │ │ │ ├── 008-MIPS-ath79-simplify-ath79_gpio_function_-routines.patch │ │ │ ├── 009-MIPS-ath79-simplify-MISC-IRQ-handling.patch │ │ │ ├── 010-MIPS-pci-ar724x-convert-into-a-platform-driver.patch │ │ │ ├── 011-MIPS-pci-ar71xx-convert-into-a-platform-driver.patch │ │ │ ├── 012-MIPS-ath79-move-global-PCI-defines-into-a-common-hea.patch │ │ │ ├── 013-MIPS-ath79-register-platform-devices-for-the-PCI-con.patch │ │ │ ├── 014-MIPS-ath79-remove-unused-ar7-1x-24-x_pcibios_init-fu.patch │ │ │ ├── 015-MIPS-avoid-possible-resource-conflict-in-register_pc.patch │ │ │ ├── 016-MIPS-ath79-allow-to-specify-bus-number-in-PCI-IRQ-ma.patch │ │ │ ├── 017-MIPS-pci-ar724x-use-dynamically-allocated-PCI-contro.patch │ │ │ ├── 018-MIPS-pci-ar724x-remove-static-PCI-IO-MEM-resources.patch │ │ │ ├── 019-MIPS-pci-ar724x-use-per-controller-IRQ-base.patch │ │ │ ├── 020-MIPS-pci-ar724x-setup-command-register-of-the-PCI-co.patch │ │ │ ├── 021-MIPS-pci-ar71xx-use-dynamically-allocated-PCI-contro.patch │ │ │ ├── 022-MIPS-pci-ar71xx-remove-static-PCI-IO-MEM-resources.patch │ │ │ ├── 023-MIPS-pci-ar71xx-move-irq-base-to-the-controller-stru.patch │ │ │ ├── 024-ath79-add-ATH79_CPU_IRQ-macro.patch │ │ │ ├── 025-ath79-remove-ATH79_MISC_IRQ_-defines.patch │ │ │ ├── 026-MIPS-ath79-use-dynamically-allocated-USB-platform-de.patch │ │ │ ├── 027-MIPS-ath79-fix-WMAC-IRQ-resource-assignment.patch │ │ │ ├── 028-MIPS-ath79-add-early-printk-support-for-the-QCA955X-.patch │ │ │ ├── 029-MIPS-ath79-add-SoC-detection-code-for-the-QCA955X-So.patch │ │ │ ├── 030-MIPS-ath79-add-clock-setup-code-for-the-QCA955X-SoCs.patch │ │ │ ├── 031-MIPS-ath79-add-IRQ-handling-code-for-the-QCA955X-SoC.patch │ │ │ ├── 032-MIPS-ath79-add-GPIO-setup-code-for-the-QCA955X-SoCs.patch │ │ │ ├── 033-MIPS-ath79-add-QCA955X-specific-glue-to-ath79_device.patch │ │ │ ├── 034-MIPS-ath79-register-UART-for-the-QCA955X-SoCs.patch │ │ │ ├── 035-MIPS-ath79-add-WMAC-registration-code-for-the-QCA955.patch │ │ │ ├── 036-MIPS-ath79-add-PCI-controller-registration-code-for-.patch │ │ │ ├── 037-MIPS-ath79-add-USB-controller-registration-code-for-.patch │ │ │ ├── 038-MIPS-ath79-add-support-for-the-Qualcomm-Atheros-AP13.patch │ │ │ ├── 039-watchdog-ath79_wdt-convert-to-use-devm_clk_get.patch │ │ │ ├── 040-MIPS-ath79-use-dynamically-allocated-watchdog-device.patch │ │ │ ├── 041-watchdog-ath79_wdt-get-register-base-from-platform-d.patch │ │ │ ├── 206-spi-ath79-make-chipselect-logic-more-flexible.patch │ │ │ ├── 213-MIPS-ath79-fix-ar933x-wmac-reset.patch │ │ │ ├── 220-add_cpu_feature_overrides.patch │ │ │ ├── 310-lib-add-rle-decompression.patch │ │ │ ├── 401-mtd-physmap-add-lock-unlock.patch │ │ │ ├── 402-mtd-SST39VF6401B-support.patch │ │ │ ├── 403-mtd_fix_cfi_cmdset_0002_status_check.patch │ │ │ ├── 404-mtd-wrt160nl-trx-parser.patch │ │ │ ├── 405-mtd-tp-link-partition-parser.patch │ │ │ ├── 406-mtd-m25p80-allow-to-specify-max-read-size.patch │ │ │ ├── 407-mtd-m25p80-allow-to-pass-probe-types-via-platform-data.patch │ │ │ ├── 408-mtd-redboot_partition_scan.patch │ │ │ ├── 409-mtd-rb4xx_nand_driver.patch │ │ │ ├── 410-mtd-rb750-nand-driver.patch │ │ │ ├── 411-mtd-cfi_cmdset_0002-force-word-write.patch │ │ │ ├── 412-mtd-m25p80-zero-partition-parser-data.patch │ │ │ ├── 413-mtd-ar934x-nand-driver.patch │ │ │ ├── 420-net-ar71xx_mac_driver.patch │ │ │ ├── 422-dsa-trailer-tag-validation-fix.patch │ │ │ ├── 423-dsa-add-88e6063-driver.patch │ │ │ ├── 430-drivers-link-spi-before-mtd.patch │ │ │ ├── 431-spi-add-various-flags.patch │ │ │ ├── 432-spi-rb4xx-spi-driver.patch │ │ │ ├── 433-spi-rb4xx-cpld-driver.patch │ │ │ ├── 434-spi-ap83_spi_controller.patch │ │ │ ├── 435-spi-vsc7385_driver.patch │ │ │ ├── 440-leds-wndr3700-usb-led-driver.patch │ │ │ ├── 441-leds-rb750-led-driver.patch │ │ │ ├── 450-gpio-nxp-74hc153-gpio-chip-driver.patch │ │ │ ├── 460-spi-bitbang-export-spi_bitbang_bufs.patch │ │ │ ├── 461-spi-add-type-field-to-spi_transfer.patch │ │ │ ├── 462-mtd-m25p80-set-spi-transfer-type.patch │ │ │ ├── 463-spi-ath79-add-fast-flash-read.patch │ │ │ ├── 470-MIPS-ath79-swizzle-pci-address-for-ar71xx.patch │ │ │ ├── 480-ar913x_wmac_external_reset.patch │ │ │ ├── 500-MIPS-fw-myloader.patch │ │ │ ├── 501-MIPS-ath79-add-mac-argument-to-ath79_register_wmac.patch │ │ │ ├── 502-MIPS-ath79-export-ath79_gpio_base.patch │ │ │ ├── 503-MIPS-ath79-add-flash-acquire-release.patch │ │ │ ├── 504-MIPS-ath79-add-ath79_device_reset_get.patch │ │ │ ├── 505-MIPS-ath79-add-ath79_gpio_function_select.patch │ │ │ ├── 506-MIPS-ath79-prom-parse-redboot-args.patch │ │ │ ├── 507-MIPS-ath79-prom-add-myloader-support.patch │ │ │ ├── 508-MIPS-ath79-prom-image-command-line-hack.patch │ │ │ ├── 509-MIPS-ath79-process-board-kernel-option.patch │ │ │ ├── 510-MIPS-ath79-init-gpio-pin-of-wmac-device.patch │ │ │ ├── 520-MIPS-ath79-enable-UART-function.patch │ │ │ ├── 521-MIPS-ath79-enable-UART-for-early_serial.patch │ │ │ ├── 522-MIPS-ath79-add-ath79_wmac_register_simple-helper.patch │ │ │ ├── 523-MIPS-ath79-OTP-support.patch │ │ │ ├── 524-MIPS-ath79-add-ath79_wmac_disable_25ghz-helpers.patch │ │ │ ├── 601-MIPS-ath79-add-more-register-defines.patch │ │ │ ├── 602-MIPS-ath79-add-openwrt-stuff.patch │ │ │ ├── 603-MIPS-ath79-ap121-fixes.patch │ │ │ ├── 604-MIPS-ath79-ap81-fixes.patch │ │ │ ├── 605-MIPS-ath79-db120-fixes.patch │ │ │ ├── 606-MIPS-ath79-pb44-fixes.patch │ │ │ ├── 607-MIPS-ath79-ubnt-xm-fixes.patch │ │ │ ├── 608-MIPS-ath79-ubnt-xm-add-more-boards.patch │ │ │ ├── 609-MIPS-ath79-ap136-fixes.patch │ │ │ ├── 610-MIPS-ath79-openwrt-machines.patch │ │ │ ├── 611-MIPS-ath79-add-QCA9556-SoC-on-AP132.patch │ │ │ ├── 612-MIPS-ath79-add-DIR-825-C1-support.patch │ │ │ ├── 613-MIPS-ath79-add-TL-WDR3500-support.patch │ │ │ ├── 614-MIPS-ath79-MR600v2-support.patch │ │ │ ├── 615-MIPS-ath79-RB951G-support.patch │ │ │ ├── 616-MIPS-ath79-TL-MR3420-v2-support.patch │ │ │ ├── 617-MIPS-ath79-TL-WR720N-v3-support.patch │ │ │ ├── 618-MIPS-ath79-add-Netgear-WNR2000v3-support.patch │ │ │ ├── 619-MIPS-ath79-add-Netgear-WDNAP360-support.patch │ │ │ ├── 901-mdio_bitbang_ignore_ta_value.patch │ │ │ └── 902-unaligned_access_hacks.patch │ ├── at91 │ │ ├── Makefile │ │ ├── base-files │ │ │ └── etc │ │ │ │ └── config │ │ │ │ ├── firewall │ │ │ │ └── network │ │ ├── config-default │ │ ├── files │ │ │ ├── arch │ │ │ │ └── arm │ │ │ │ │ ├── boot │ │ │ │ │ └── dts │ │ │ │ │ │ └── lmu5000.dts │ │ │ │ │ └── mach-at91 │ │ │ │ │ └── board-tqma9263.c │ │ │ └── drivers │ │ │ │ └── mtd │ │ │ │ └── at91part.c │ │ ├── image │ │ │ ├── Config.in │ │ │ ├── Makefile │ │ │ ├── dfboot │ │ │ │ ├── Makefile │ │ │ │ └── src │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ ├── asm_isr.S │ │ │ │ │ ├── asm_mci_isr.S │ │ │ │ │ ├── at45.c │ │ │ │ │ ├── com.c │ │ │ │ │ ├── com.h │ │ │ │ │ ├── config.h │ │ │ │ │ ├── cstartup_ram.S │ │ │ │ │ ├── dataflash.c │ │ │ │ │ ├── dataflash.h │ │ │ │ │ ├── div0.c │ │ │ │ │ ├── elf32-littlearm.lds │ │ │ │ │ ├── embedded_services.h │ │ │ │ │ ├── include │ │ │ │ │ ├── AT91C_MCI_Device.h │ │ │ │ │ ├── AT91RM9200.h │ │ │ │ │ ├── AT91RM9200.inc │ │ │ │ │ ├── AT91RM9200_inc.h │ │ │ │ │ ├── led.h │ │ │ │ │ └── lib_AT91RM9200.h │ │ │ │ │ ├── init.c │ │ │ │ │ ├── jump.S │ │ │ │ │ ├── led.c │ │ │ │ │ ├── main.c │ │ │ │ │ ├── main.h │ │ │ │ │ ├── mci_device.c │ │ │ │ │ └── stdio.h │ │ │ └── u-boot │ │ │ │ ├── Makefile │ │ │ │ ├── patches │ │ │ │ ├── 100-netusg20.patch │ │ │ │ └── 200-clock.patch │ │ │ │ └── ubclient │ │ │ │ ├── Makefile │ │ │ │ └── ubpar.c │ │ ├── modules.mk │ │ ├── patches │ │ │ ├── 100-ARM-at91-build-dtb-for-LMU5000.patch │ │ │ ├── 700-tqma9263-support.patch │ │ │ ├── 805-free_some_portc_pins.patch │ │ │ └── 901-AT91-flexibity-default-leds-to-heartbeat.patch │ │ └── profiles │ │ │ ├── 00-default.mk │ │ │ ├── atmel.mk │ │ │ └── calamp.mk │ ├── atheros │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── config │ │ │ │ │ └── system │ │ │ │ ├── hotplug.d │ │ │ │ │ └── button │ │ │ │ │ │ └── 00-button │ │ │ │ └── uci-defaults │ │ │ │ │ ├── 01_leds │ │ │ │ │ └── 02_network │ │ │ └── lib │ │ │ │ ├── preinit │ │ │ │ └── 15_preinit_iface_atheros │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-3.8 │ │ ├── image │ │ │ └── Makefile │ │ └── patches-3.8 │ │ │ ├── 001-get_c0_compare_int_fix.patch │ │ │ ├── 100-board.patch │ │ │ ├── 101-early-printk-support.patch │ │ │ ├── 105-ar2315_pci.patch │ │ │ ├── 110-ar2313_ethernet.patch │ │ │ ├── 120-spiflash.patch │ │ │ ├── 130-watchdog.patch │ │ │ ├── 140-redboot_boardconfig.patch │ │ │ ├── 141-redboot_partition_scan.patch │ │ │ ├── 142-redboot_various_erase_size_fix.patch │ │ │ ├── 210-reset_button.patch │ │ │ └── 220-enet_micrel_workaround.patch │ ├── au1000 │ │ ├── Makefile │ │ ├── au1500 │ │ │ ├── config-default │ │ │ ├── profiles │ │ │ │ ├── Atheros.mk │ │ │ │ ├── InternetBox.mk │ │ │ │ └── MeshCube.mk │ │ │ └── target.mk │ │ ├── au1550 │ │ │ ├── config-3.3 │ │ │ ├── config-default │ │ │ ├── profiles │ │ │ │ └── DBAu1550.mk │ │ │ └── target.mk │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── diag.sh │ │ │ └── lib │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-3.6 │ │ ├── image │ │ │ └── Makefile │ │ ├── modules.mk │ │ └── patches-3.6 │ │ │ ├── 002-openwrt_rootfs.patch │ │ │ ├── 003-au1000_eth_ioctl.patch │ │ │ └── 004-watchdog_low_init.patch │ ├── avr32 │ │ ├── Makefile │ │ ├── base-files.mk │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── diag.sh │ │ │ │ └── uci-defaults │ │ │ │ │ └── 02_network │ │ │ └── lib │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-3.8 │ │ ├── image │ │ │ ├── Config.in │ │ │ ├── Makefile │ │ │ └── u-boot │ │ │ │ ├── Makefile │ │ │ │ └── patches │ │ │ │ └── 100-ngw100_enable_lzma_support.patch │ │ ├── modules.mk │ │ └── patches-3.8 │ │ │ ├── 100-dont-redefine-HZ.patch │ │ │ └── 110-openwrt_flashmap.patch │ ├── brcm2708 │ │ ├── Makefile │ │ ├── base-files │ │ │ └── etc │ │ │ │ ├── config │ │ │ │ └── network │ │ │ │ └── inittab │ │ ├── config-3.3 │ │ ├── image │ │ │ ├── Config.in │ │ │ ├── Makefile │ │ │ ├── cmdline.txt │ │ │ ├── config.txt │ │ │ └── gen_rpi_sdcard_img.sh │ │ ├── modules.mk │ │ ├── patches-3.3 │ │ │ ├── 0001-Add-dwc_otg-driver.patch │ │ │ ├── 0002-Main-bcm2708-linux-port.patch │ │ │ ├── 0003-bcm2708-watchdog-driver.patch │ │ │ ├── 0004-bcm2708-framebuffer-driver.patch │ │ │ ├── 0005-bcm2708-vchiq-driver.patch │ │ │ ├── 0006-Allow-mac-address-to-be-set-in-smsc95xx.patch │ │ │ ├── 0007-Fix-headers-for-vchiq-vcos-to-be-GPLv2.patch │ │ │ ├── 0500-rpi-patches-geaf792a-9efb4705.patch │ │ │ └── 0510-fix_divdi3.patch │ │ └── profiles │ │ │ └── 100-RaspberryPi.mk │ ├── brcm47xx │ │ ├── Makefile │ │ ├── base-files.mk │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── diag.sh │ │ │ │ ├── init.d │ │ │ │ │ ├── netconfig │ │ │ │ │ └── wmacfixup │ │ │ │ └── uci-defaults │ │ │ │ │ └── 09_fix_crc │ │ │ ├── lib │ │ │ │ ├── preinit │ │ │ │ │ ├── 03_init_hotplug_failsafe_brcm │ │ │ │ │ ├── 05_init_interfaces_brcm │ │ │ │ │ ├── 05_reset_button_brcm │ │ │ │ │ ├── 05_set_failsafe_switch_brcm │ │ │ │ │ ├── 15_mount_proc_brcm │ │ │ │ │ ├── 15_set_preinit_interface_brcm │ │ │ │ │ ├── 20_failsafe_net_echo_brcm │ │ │ │ │ └── 20_failsafe_set_boot_wait_brcm │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ └── sbin │ │ │ │ └── hotplug.failsafe │ │ ├── config-3.6 │ │ ├── config-3.8 │ │ ├── image │ │ │ ├── Makefile │ │ │ └── lzma-loader │ │ │ │ ├── Makefile │ │ │ │ └── src │ │ │ │ ├── LzmaDecode.c │ │ │ │ ├── LzmaDecode.h │ │ │ │ ├── Makefile │ │ │ │ ├── README │ │ │ │ ├── decompress.c │ │ │ │ ├── decompress.lds.in │ │ │ │ ├── head.S │ │ │ │ └── loader.lds.in │ │ ├── modules.mk │ │ ├── patches-3.6 │ │ │ ├── 010-MIPS-BCM47XX-ignore-last-memory-page.patch │ │ │ ├── 011-MIPS-BCM47XX-improve-memory-size-detection.patch │ │ │ ├── 012-MIPS-BCM47xx-read-out-full-board-data.patch │ │ │ ├── 013-MIPS-BCM47XX-read-sprom-without-prefix-if-no-ieee802.patch │ │ │ ├── 014-MIPS-BCM47xx-sprom-read-values-without-prefix-as-fal.patch │ │ │ ├── 015-MIPS-BCM47XX-remove-GPIO-driver.patch │ │ │ ├── 016-MIPS-BCM47XX-select-GPIOLIB-for-BCMA-on-bcm47xx-platform.patch │ │ │ ├── 050-mtd-add-bcm47xx-part-parser.patch │ │ │ ├── 051-mtd-add-parallel-flash-driver.patch │ │ │ ├── 052-mtd-add-serial-flash-driver.patch │ │ │ ├── 053-mtd-add-nand-flash-driver.patch │ │ │ ├── 060-ssb-add-serial-flash-driver.patch │ │ │ ├── 061-ssb-register-parallel-flash-device.patch │ │ │ ├── 070-bcma-add-functions-to-write-to-serial-flash.patch │ │ │ ├── 071-bcma-add-functions-to-write-to-nand-flash.patch │ │ │ ├── 072-bcma-register-parallel-flash-device.patch │ │ │ ├── 080-MIPS-BCM47XX-rewrite-nvram-probing.patch │ │ │ ├── 114-MIPS-BCM47xx-Setup-and-register-serial-early.patch │ │ │ ├── 116-MIPS-BCM47xx-Remove-CFE-console.patch │ │ │ ├── 119-fix-boot.patch │ │ │ ├── 150-cpu_fixes.patch │ │ │ ├── 160-kmap_coherent.patch │ │ │ ├── 170-fix-74k-cpu.patch │ │ │ ├── 200-MIPS-BCM47XX-use-fallback-for-some-board.patch │ │ │ ├── 210-b44_phy_fix.patch │ │ │ ├── 211-b44_timeout_spam.patch │ │ │ ├── 235-bcma-dont-expose-mips-irq.patch │ │ │ ├── 237-bcma-bcm4716-bcm4748-i2s-irqflag.patch │ │ │ ├── 240-bcma-pcie-config-access.patch │ │ │ ├── 241-bcma-broadcom-2011-sdk-updates.patch │ │ │ ├── 250-bcma-add-gpio_to_irq.patch │ │ │ ├── 251-ssb-add-gpio_to_irq.patch │ │ │ ├── 260-MIPS-BCM47XX-add-board-detection.patch │ │ │ ├── 261-MIPS-BCM47XX-print-board-name-in-proc-cpuinfo.patch │ │ │ ├── 270-ssb-fix-unaligned-access-to-mac-address.patch │ │ │ ├── 280-activate_ssb_support_in_usb.patch │ │ │ ├── 300-fork_cacheflush.patch │ │ │ ├── 310-no_highpage.patch │ │ │ ├── 400-arch-bcm47xx.patch │ │ │ ├── 520-MIPS-BCM47XX-fix-time-for-WL520G-and-other-200-MHz-C.patch │ │ │ ├── 540-watchdog-bcm47xx_wdt.c-convert-to-watchdog-core-api.patch │ │ │ ├── 541-watchdog-bcm47xx_wdt.c-use-platform-device.patch │ │ │ ├── 542-watchdog-bcm47xx_wdt.c-rename-ops-methods.patch │ │ │ ├── 543-watchdog-bcm47xx_wdt.c-rename-wdt_time-to-timeout.patch │ │ │ ├── 544-watchdog-bcm47xx_wdt.c-add-hard-timer.patch │ │ │ ├── 610-pci_ide_fix.patch │ │ │ ├── 700-ssb-gigabit-ethernet-driver.patch │ │ │ ├── 720-eth-backport.patch │ │ │ ├── 750-bgmac.patch │ │ │ ├── 760-bgmac-fixes.patch │ │ │ ├── 765-bgmac-omit-the-fcs.patch │ │ │ ├── 812-disable_wgt634u_crap.patch │ │ │ ├── 820-wgt634u-nvram-fix.patch │ │ │ ├── 920-cache-wround.patch │ │ │ ├── 940-bcm47xx-yenta.patch │ │ │ ├── 976-ssb_increase_pci_delay.patch │ │ │ ├── 980-wnr834b_no_cardbus_invariant.patch │ │ │ └── 999-wl_exports.patch │ │ ├── patches-3.8 │ │ │ ├── 020-mtd-bcm47xxpart-simplify-size-calculation-to-one-loo.patch │ │ │ ├── 021-mtd-bcm47xxpart-register-extra-firmware-partition.patch │ │ │ ├── 022-mtd-bcm47xxpart-add-support-for-other-erase-sizes.patch │ │ │ ├── 023-mtd-bcm47xxpart-improve-probing-of-nvram-partition.patch │ │ │ ├── 024-Revert-mtd-bcm47xxpart-improve-probing-of-nvram-part.patch │ │ │ ├── 025-mtd-bcm47xxpart-look-for-NVRAM-at-the-end-of-device.patch │ │ │ ├── 026-mtd-bcm47xxpart-find-boot-partition-by-CFE-magic.patch │ │ │ ├── 027-mtd-bcm47xxpart-get-nvram.patch │ │ │ ├── 028-mtd-bcm47xxpart-use-old-part-names.patch │ │ │ ├── 030-mtd-bcm47xxsflash-add-own-struct-for-abstrating-bus-.patch │ │ │ ├── 031-mtd-bcm47xxsflash-write-number-of-written-bytes.patch │ │ │ ├── 032-mtd-bcm47xxsflash-register-this-as-normal-driver.patch │ │ │ ├── 033-mtd-bcm47xxsflash-adjust-names-of-bus-specific-funct.patch │ │ │ ├── 041-mtd-bcm47xxnflash-fix-message.patch │ │ │ ├── 042-mtd-bcm47xxnflash-register-this-as-normal-driver.patch │ │ │ ├── 043-mtd-bcm47xxnflash-use-pr_fmt-for-module-prefix-in-me.patch │ │ │ ├── 052-mtd-add-serial-flash-driver.patch │ │ │ ├── 060-ssb-add-serial-flash-driver.patch │ │ │ ├── 070-bcma-add-functions-to-write-to-serial-flash.patch │ │ │ ├── 080-MIPS-BCM47XX-rewrite-nvram-probing.patch │ │ │ ├── 114-MIPS-BCM47xx-Setup-and-register-serial-early.patch │ │ │ ├── 116-MIPS-BCM47xx-Remove-CFE-console.patch │ │ │ ├── 119-fix-boot.patch │ │ │ ├── 150-cpu_fixes.patch │ │ │ ├── 160-kmap_coherent.patch │ │ │ ├── 170-fix-74k-cpu.patch │ │ │ ├── 200-MIPS-BCM47XX-use-fallback-for-some-board.patch │ │ │ ├── 201-MIPS-BCM47XX-trim-the-nvram-values-for-parsing.patch │ │ │ ├── 210-b44_phy_fix.patch │ │ │ ├── 211-b44_timeout_spam.patch │ │ │ ├── 241-bcma-broadcom-2011-sdk-updates.patch │ │ │ ├── 260-MIPS-BCM47XX-add-board-detection.patch │ │ │ ├── 261-MIPS-BCM47XX-print-board-name-in-proc-cpuinfo.patch │ │ │ ├── 280-activate_ssb_support_in_usb.patch │ │ │ ├── 300-fork_cacheflush.patch │ │ │ ├── 310-no_highpage.patch │ │ │ ├── 400-arch-bcm47xx.patch │ │ │ ├── 520-MIPS-BCM47XX-fix-time-for-WL520G-and-other-200-MHz-C.patch │ │ │ ├── 540-watchdog-bcm47xx_wdt.c-convert-to-watchdog-core-api.patch │ │ │ ├── 541-watchdog-bcm47xx_wdt.c-use-platform-device.patch │ │ │ ├── 542-watchdog-bcm47xx_wdt.c-rename-ops-methods.patch │ │ │ ├── 543-watchdog-bcm47xx_wdt.c-rename-wdt_time-to-timeout.patch │ │ │ ├── 544-watchdog-bcm47xx_wdt.c-add-hard-timer.patch │ │ │ ├── 610-pci_ide_fix.patch │ │ │ ├── 700-ssb-gigabit-ethernet-driver.patch │ │ │ ├── 720-eth-backport.patch │ │ │ ├── 750-bgmac.patch │ │ │ ├── 760-bgmac-fixes.patch │ │ │ ├── 765-bgmac-omit-the-fcs.patch │ │ │ ├── 812-disable_wgt634u_crap.patch │ │ │ ├── 820-wgt634u-nvram-fix.patch │ │ │ ├── 920-cache-wround.patch │ │ │ ├── 940-bcm47xx-yenta.patch │ │ │ ├── 976-ssb_increase_pci_delay.patch │ │ │ ├── 980-wnr834b_no_cardbus_invariant.patch │ │ │ └── 999-wl_exports.patch │ │ └── profiles │ │ │ ├── 100-Broadcom-b43.mk │ │ │ ├── 101-Broadcom-wl.mk │ │ │ ├── 104-Broadcom-ath5k.mk │ │ │ ├── 105-Broadcom-none.mk │ │ │ ├── 200-Broadcom-b44-b43.mk │ │ │ ├── 201-Broadcom-b44-wl.mk │ │ │ ├── 204-Broadcom-b44-ath5k.mk │ │ │ ├── 205-Broadcom-b44-none.mk │ │ │ ├── 210-Broadcom-tg3-b43.mk │ │ │ ├── 211-Broadcom-tg3-wl.mk │ │ │ ├── 215-Broadcom-tg3-none.mk │ │ │ ├── 220-Broadcom-bgmac-b43.mk │ │ │ ├── 221-Broadcom-bgmac-wl.mk │ │ │ ├── 225-Broadcom-bgmac-none.mk │ │ │ ├── PS-1208MFG.mk │ │ │ ├── WGT634U.mk │ │ │ ├── WL500GPv1-ATH.mk │ │ │ ├── WRT350Nv1.mk │ │ │ └── WRTSL54GS.mk │ ├── brcm63xx │ │ ├── Makefile │ │ ├── base-files.mk │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── diag.sh │ │ │ │ ├── hotplug.d │ │ │ │ │ └── firmware │ │ │ │ │ │ └── 10-rt2x00-eeprom │ │ │ │ └── uci-defaults │ │ │ │ │ ├── 02_network │ │ │ │ │ └── 09_fix_crc │ │ │ └── lib │ │ │ │ ├── brcm63xx.sh │ │ │ │ ├── preinit │ │ │ │ ├── 03_do_brcm63xx.sh │ │ │ │ ├── 05_failsafe_config_switch_brcm63xx │ │ │ │ ├── 05_init_interfaces_brcm63xx │ │ │ │ ├── 05_reset_button_brcm63xx │ │ │ │ ├── 15_set_preinit_interface_brcm63xx │ │ │ │ └── 20_failsafe_net_echo_brcm63xx │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-3.8 │ │ ├── config-3.9 │ │ ├── generic │ │ │ ├── config-default │ │ │ ├── profiles │ │ │ │ ├── 100-Broadcom.mk │ │ │ │ ├── 101-Broadcom-wl.mk │ │ │ │ ├── 102-Atheros.mk │ │ │ │ ├── 103-Ralink.mk │ │ │ │ ├── 104-No-WiFi.mk │ │ │ │ ├── 105-Broadcom-brcmsmac.mk │ │ │ │ ├── 200-GW6X00.mk │ │ │ │ └── 201-HW556.mk │ │ │ └── target.mk │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── README.images-bcm63xx │ │ │ └── lzma-loader │ │ │ │ ├── Makefile │ │ │ │ └── src │ │ │ │ ├── LzmaDecode.c │ │ │ │ ├── LzmaDecode.h │ │ │ │ ├── Makefile │ │ │ │ ├── README │ │ │ │ ├── decompress.c │ │ │ │ ├── decompress.lds.in │ │ │ │ ├── head.S │ │ │ │ └── loader.lds.in │ │ ├── modules.mk │ │ ├── patches-3.8 │ │ │ ├── 001-spi-bcm63xx-reject-transfers-unable-to-transfer.patch │ │ │ ├── 002-spi-bcm63xx-fix-multi-transfer-messages.patch │ │ │ ├── 003-spi-bcm63xx-Remove-unused-variable.patch │ │ │ ├── 004-spi-bcm63xx-don-t-disable-non-enabled-clocks-in-prob.patch │ │ │ ├── 005-spi-bcm63xx-properly-prepare-clocks-before-enabling-.patch │ │ │ ├── 006-spi-bcm63xx-remove-duplicated-mode-bits-check.patch │ │ │ ├── 007-spi-bcm63xx-remove-unneeded-debug-message.patch │ │ │ ├── 008-spi-bcm63xx-remove-unused-variable-bs-from-bcm63xx_s.patch │ │ │ ├── 009-spi-bcm63xx-check-spi-bits_per_word-in-spi_setup.patch │ │ │ ├── 010-spi-bcm63xx-simplify-bcm63xx_spi_check_transfer.patch │ │ │ ├── 011-spi-bcm63xx-remove-spi-chip-select-validity-check.patch │ │ │ ├── 012-spi-bcm63xx-inline-bcm63xx_spi_check_transfer.patch │ │ │ ├── 013-spi-bcm63xx-inline-hz-usage-in-bcm63xx_spi_setup_tra.patch │ │ │ ├── 014-spi-bcm63xx-use-devm_ioremap_resource.patch │ │ │ ├── 015-spi-bcm63xx-remove-unused-speed_hz-member-variable.patch │ │ │ ├── 016-MIPS-BCM63XX-make-nvram-checksum-failure-non-fatal.patch │ │ │ ├── 017-Revert-MIPS-BCM63XX-Call-board_register_device-from-.patch │ │ │ ├── 018-MIPS-BCM63XX-merge-bcm63xx_clk.h-into-bcm63xx-clk.c.patch │ │ │ ├── 019-bcm63xx_enet-use-managed-io-memory-allocations.patch │ │ │ ├── 020-bcm63xx_enet-use-managed-memory-allocations.patch │ │ │ ├── 021-bcm63xx_enet-properly-prepare-unprepare-clocks-befor.patch │ │ │ ├── 022-MIPS-BCM63XX-remove-duplicate-spi-register-definitio.patch │ │ │ ├── 023-MIPS-BCM63XX-fix-revision-ID-width.patch │ │ │ ├── 024-MIPS-BCM63XX-rework-chip-detection.patch │ │ │ ├── 025-MIPS-BCM63XX-add-basic-BCM6362-support.patch │ │ │ ├── 026-MIPS-BCM63XX-enable-SPI-controller-for-BCM6362.patch │ │ │ ├── 027-MIPS-BCM63XX-enable-pcie-for-BCM6362.patch │ │ │ ├── 028-MIPS-BCM63XX-add-flash-detection-for-BCM6362.patch │ │ │ ├── 029-MIPS-BCM63XX-add-missing-clocks-for-BCM6328-and-BCM6.patch │ │ │ ├── 030-MTD-bcm63xxpart-use-size-macro-for-CFE-block-size.patch │ │ │ ├── 031-MIPS-BCM63XX-export-PSI-size-from-nvram.patch │ │ │ ├── 032-MTD-bcm63xxpart-use-nvram-for-PSI-size.patch │ │ │ ├── 100-MIPS-BCM63XX-add-USB-host-clock-enable-delay.patch │ │ │ ├── 101-MIPS-BCM63XX-add-USB-device-clock-enable-delay-to-cl.patch │ │ │ ├── 102-MIPS-BCM63XX-move-code-touching-the-USB-private-regi.patch │ │ │ ├── 103-MIPS-BCM63XX-add-OHCI-EHCI-configuration-bits-to-com.patch │ │ │ ├── 104-MIPS-BCM63XX-introduce-BCM63XX_OHCI-configuration-sy.patch │ │ │ ├── 105-MIPS-BCM63XX-add-support-for-the-on-chip-OHCI-contro.patch │ │ │ ├── 106-MIPS-BCM63XX-register-OHCI-controller-if-board-enabl.patch │ │ │ ├── 107-MIPS-BCM63XX-introduce-BCM63XX_EHCI-configuration-sy.patch │ │ │ ├── 108-MIPS-BCM63XX-add-support-for-the-on-chip-EHCI-contro.patch │ │ │ ├── 109-MIPS-BCM63XX-register-EHCI-controller-if-board-enabl.patch │ │ │ ├── 110-MIPS-BCM63XX-EHCI-controller-does-not-support-overcu.patch │ │ │ ├── 201-SPI-Allow-specifying-the-parsers-for-SPI-flash.patch │ │ │ ├── 202-MTD-DEVICES-m25p80-use-parsers-if-provided-in-flash-.patch │ │ │ ├── 203-MTD-DEVICES-m25p80-add-support-for-limiting-reads.patch │ │ │ ├── 300-reset_buttons.patch │ │ │ ├── 301-led_count.patch │ │ │ ├── 302-extended-platform-devices.patch │ │ │ ├── 303-spi-board-info.patch │ │ │ ├── 304-boardid_fixup.patch │ │ │ ├── 305-MIPS-BCM63XX-allow-second-UART-on-BCM6328.patch │ │ │ ├── 306-MIPS-BCM63XX-expose-the-HS-SPI-clock.patch │ │ │ ├── 307-MIPS-BCM63XX-add-HSSPI-register-definitions.patch │ │ │ ├── 308-board_leds_naming.patch │ │ │ ├── 309-cfe_version_mod.patch │ │ │ ├── 310-BCM63XX-Add-SMP-support-to-prom.c.patch │ │ │ ├── 311-MIPS-BCM63XX-Handle-SW-IRQs-0-1.patch │ │ │ ├── 312-MIPS-BCM63XX-select-SYS_HAS_CPU_BMIPS4350-for-suppor.patch │ │ │ ├── 313-MIPS-BCM63XX-rename-__dispatch_internal-to-__dispatc.patch │ │ │ ├── 314-MIPS-BCM63XX-replace-irq-dispatch-code-with-a-generi.patch │ │ │ ├── 315-MIPS-BCM63XX-append-cpu-number-to-irq_-stat-mask.patch │ │ │ ├── 316-MIPS-BCM63XX-populate-irq_-stat-mask-_addr-for-secon.patch │ │ │ ├── 317-MIPS-BCM63XX-use-a-helper-for-getting-the-right-regi.patch │ │ │ ├── 318-MIPS-BCM63XX-add-cpu-argument-to-dispatch-internal.patch │ │ │ ├── 319-MIPS-BCM63XX-protect-irq-register-accesses-with-a-sp.patch │ │ │ ├── 320-MIPS-BCM63XX-wire-up-the-second-CPU-s-irq-line.patch │ │ │ ├── 321-MIPS-BCM63XX-add-cpumask-argument-to-unmask.patch │ │ │ ├── 322-MIPS-BCM63XX-allow-setting-affinity-for-IPIC.patch │ │ │ ├── 323-cfe_simplify_detection.patch │ │ │ ├── 324-bcm63xxpart_use_cfedetection.patch │ │ │ ├── 400-bcm963xx_flashmap.patch │ │ │ ├── 401-bcm963xx_real_rootfs_length.patch │ │ │ ├── 402_bcm63xx_enet_vlan_incoming_fixed.patch │ │ │ ├── 403-6358-enet1-external-mii-clk.patch │ │ │ ├── 404-NET-bcm63xx_enet-move-phy_-dis-connect-into-probe-re.patch │ │ │ ├── 405-bcm63xx_enet-implement-reset_autoneg-ethtool.patch │ │ │ ├── 406-bcm63xx_enet-split-dma-registers-access.patch │ │ │ ├── 407-bcm63xx_enet-add-support-for-bcm6368-internal-ethern.patch │ │ │ ├── 408-bcm63xx_enet-enable-rgmii-clock-on-external-ports.patch │ │ │ ├── 409-MIPS-BCM63XX-add-HS-SPI-platform-device-and-register.patch │ │ │ ├── 410-SPI-MIPS-BCM63XX-Add-HS-SPI-driver.patch │ │ │ ├── 411-MIPS-BCM63XX-Register-SPI-flash-if-present.patch │ │ │ ├── 412-MTD-physmap-allow-passing-pp_data.patch │ │ │ ├── 413-BCM63XX-allow-providing-fixup-data-in-board-data.patch │ │ │ ├── 414-MTD-m25p80-allow-passing-pp_data.patch │ │ │ ├── 415-MIPS-BCM63XX-store-the-flash-type-in-global-variable.patch │ │ │ ├── 416-BCM63XX-add-a-fixup-for-ath9k-devices.patch │ │ │ ├── 417-MTD-bcm63xxpart-allow-passing-a-caldata-offset.patch │ │ │ ├── 418-MIPS-BCM63XX-pass-caldata-info-to-flash.patch │ │ │ ├── 419-MIPS-BCM63XX-enable-enet-for-BCM6345.patch │ │ │ ├── 420-BCM63XX-add-endian-check-for-ath9k.patch │ │ │ ├── 421-BCM63XX-add-led-pin-for-ath9k.patch │ │ │ ├── 422-BCM63XX-add-a-fixup-for-rt2x00-devices.patch │ │ │ ├── 423-bcm63xx_enet_add_b53_support.patch │ │ │ ├── 500-board-D4PW.patch │ │ │ ├── 501-board-NB4.patch │ │ │ ├── 502-board-96338W2_E7T.patch │ │ │ ├── 503-board-CPVA642.patch │ │ │ ├── 504-board_dsl_274xb_rev_c.patch │ │ │ ├── 505-board_spw500v.patch │ │ │ ├── 506-board_gw6200_gw6000.patch │ │ │ ├── 507-board-MAGIC.patch │ │ │ ├── 508-board_hw553.patch │ │ │ ├── 509-board_rta1320_16m.patch │ │ │ ├── 510-board_spw303v.patch │ │ │ ├── 511-board_V2500V.patch │ │ │ ├── 512-board_BTV2110.patch │ │ │ ├── 513-board_livebox.patch │ │ │ ├── 514-board_ct536_ct5621.patch │ │ │ ├── 515-board_DWV-S0_fixes.patch │ │ │ ├── 516-board_96348A-122.patch │ │ │ ├── 517-RTA1205W_16_uart_fixes.patch │ │ │ ├── 519_board_CPVA502plus.patch │ │ │ ├── 520-bcm63xx-add-support-for-96368MVWG-board.patch │ │ │ ├── 521-bcm63xx-add-support-for-96368MVNgr-board.patch │ │ │ ├── 522-MIPS-BCM63XX-add-96328avng-reference-board.patch │ │ │ ├── 523-MIPS-BCM63XX-add-963281TAN-reference-board.patch │ │ │ ├── 524-board_dsl_274xb_rev_f.patch │ │ │ ├── 525-board_96348w3.patch │ │ │ ├── 526-board_CT6373-1.patch │ │ │ ├── 527-board_dva-g3810bn-tl-1.patch │ │ │ ├── 528-board_nb6.patch │ │ │ ├── 529-board_fast2604.patch │ │ │ ├── 530-board_963281T_TEF.patch │ │ │ ├── 531-board_96328A-1441N1.patch │ │ │ ├── 532-board_96328a-1241N.patch │ │ │ ├── 533-board_rta770bw.patch │ │ │ ├── 534-board_hw556.patch │ │ │ ├── 535-board_rta770w.patch │ │ │ ├── 550-alice_gate2_leds.patch │ │ │ ├── 551-96348gw_a_leds.patch │ │ │ ├── 552-board_96348gw-10_reset_button.patch │ │ │ ├── 553-boards_probe_switch.patch │ │ │ ├── 554-board_DWVS0_leds_buttons.patch │ │ │ ├── 800-wl_exports.patch │ │ │ ├── 801-ssb_export_fallback_sprom.patch │ │ │ └── 802-rtl8367r_fix_RGMII_support.patch │ │ ├── patches-3.9 │ │ │ ├── 005-spi-bcm63xx-properly-prepare-clocks-before-enabling-.patch │ │ │ ├── 006-spi-bcm63xx-remove-duplicated-mode-bits-check.patch │ │ │ ├── 007-spi-bcm63xx-remove-unneeded-debug-message.patch │ │ │ ├── 008-spi-bcm63xx-remove-unused-variable-bs-from-bcm63xx_s.patch │ │ │ ├── 009-spi-bcm63xx-check-spi-bits_per_word-in-spi_setup.patch │ │ │ ├── 010-spi-bcm63xx-simplify-bcm63xx_spi_check_transfer.patch │ │ │ ├── 011-spi-bcm63xx-remove-spi-chip-select-validity-check.patch │ │ │ ├── 012-spi-bcm63xx-inline-bcm63xx_spi_check_transfer.patch │ │ │ ├── 013-spi-bcm63xx-inline-hz-usage-in-bcm63xx_spi_setup_tra.patch │ │ │ ├── 014-spi-bcm63xx-use-devm_ioremap_resource.patch │ │ │ ├── 015-spi-bcm63xx-remove-unused-speed_hz-member-variable.patch │ │ │ ├── 018-MIPS-BCM63XX-merge-bcm63xx_clk.h-into-bcm63xx-clk.c.patch │ │ │ ├── 019-bcm63xx_enet-use-managed-io-memory-allocations.patch │ │ │ ├── 020-bcm63xx_enet-use-managed-memory-allocations.patch │ │ │ ├── 021-bcm63xx_enet-properly-prepare-unprepare-clocks-befor.patch │ │ │ ├── 022-MIPS-BCM63XX-remove-duplicate-spi-register-definitio.patch │ │ │ ├── 023-MIPS-BCM63XX-fix-revision-ID-width.patch │ │ │ ├── 024-MIPS-BCM63XX-rework-chip-detection.patch │ │ │ ├── 025-MIPS-BCM63XX-add-basic-BCM6362-support.patch │ │ │ ├── 026-MIPS-BCM63XX-enable-SPI-controller-for-BCM6362.patch │ │ │ ├── 027-MIPS-BCM63XX-enable-pcie-for-BCM6362.patch │ │ │ ├── 028-MIPS-BCM63XX-add-flash-detection-for-BCM6362.patch │ │ │ ├── 029-MIPS-BCM63XX-add-missing-clocks-for-BCM6328-and-BCM6.patch │ │ │ ├── 030-MTD-bcm63xxpart-use-size-macro-for-CFE-block-size.patch │ │ │ ├── 031-MIPS-BCM63XX-export-PSI-size-from-nvram.patch │ │ │ ├── 032-MTD-bcm63xxpart-use-nvram-for-PSI-size.patch │ │ │ ├── 100-MIPS-BCM63XX-add-USB-host-clock-enable-delay.patch │ │ │ ├── 101-MIPS-BCM63XX-add-USB-device-clock-enable-delay-to-cl.patch │ │ │ ├── 102-MIPS-BCM63XX-move-code-touching-the-USB-private-regi.patch │ │ │ ├── 103-MIPS-BCM63XX-add-OHCI-EHCI-configuration-bits-to-com.patch │ │ │ ├── 104-MIPS-BCM63XX-introduce-BCM63XX_OHCI-configuration-sy.patch │ │ │ ├── 105-MIPS-BCM63XX-add-support-for-the-on-chip-OHCI-contro.patch │ │ │ ├── 106-MIPS-BCM63XX-register-OHCI-controller-if-board-enabl.patch │ │ │ ├── 107-MIPS-BCM63XX-introduce-BCM63XX_EHCI-configuration-sy.patch │ │ │ ├── 108-MIPS-BCM63XX-add-support-for-the-on-chip-EHCI-contro.patch │ │ │ ├── 109-MIPS-BCM63XX-register-EHCI-controller-if-board-enabl.patch │ │ │ ├── 110-MIPS-BCM63XX-EHCI-controller-does-not-support-overcu.patch │ │ │ ├── 201-SPI-Allow-specifying-the-parsers-for-SPI-flash.patch │ │ │ ├── 202-MTD-DEVICES-m25p80-use-parsers-if-provided-in-flash-.patch │ │ │ ├── 203-MTD-DEVICES-m25p80-add-support-for-limiting-reads.patch │ │ │ ├── 300-reset_buttons.patch │ │ │ ├── 301-led_count.patch │ │ │ ├── 302-extended-platform-devices.patch │ │ │ ├── 303-spi-board-info.patch │ │ │ ├── 304-boardid_fixup.patch │ │ │ ├── 305-MIPS-BCM63XX-allow-second-UART-on-BCM6328.patch │ │ │ ├── 306-MIPS-BCM63XX-expose-the-HS-SPI-clock.patch │ │ │ ├── 307-MIPS-BCM63XX-add-HSSPI-register-definitions.patch │ │ │ ├── 308-board_leds_naming.patch │ │ │ ├── 309-cfe_version_mod.patch │ │ │ ├── 310-BCM63XX-Add-SMP-support-to-prom.c.patch │ │ │ ├── 311-MIPS-BCM63XX-Handle-SW-IRQs-0-1.patch │ │ │ ├── 312-MIPS-BCM63XX-select-SYS_HAS_CPU_BMIPS4350-for-suppor.patch │ │ │ ├── 313-MIPS-BCM63XX-rename-__dispatch_internal-to-__dispatc.patch │ │ │ ├── 314-MIPS-BCM63XX-replace-irq-dispatch-code-with-a-generi.patch │ │ │ ├── 315-MIPS-BCM63XX-append-cpu-number-to-irq_-stat-mask.patch │ │ │ ├── 316-MIPS-BCM63XX-populate-irq_-stat-mask-_addr-for-secon.patch │ │ │ ├── 317-MIPS-BCM63XX-use-a-helper-for-getting-the-right-regi.patch │ │ │ ├── 318-MIPS-BCM63XX-add-cpu-argument-to-dispatch-internal.patch │ │ │ ├── 319-MIPS-BCM63XX-protect-irq-register-accesses-with-a-sp.patch │ │ │ ├── 320-MIPS-BCM63XX-wire-up-the-second-CPU-s-irq-line.patch │ │ │ ├── 321-MIPS-BCM63XX-add-cpumask-argument-to-unmask.patch │ │ │ ├── 322-MIPS-BCM63XX-allow-setting-affinity-for-IPIC.patch │ │ │ ├── 323-cfe_simplify_detection.patch │ │ │ ├── 324-bcm63xxpart_use_cfedetection.patch │ │ │ ├── 400-bcm963xx_flashmap.patch │ │ │ ├── 401-bcm963xx_real_rootfs_length.patch │ │ │ ├── 402_bcm63xx_enet_vlan_incoming_fixed.patch │ │ │ ├── 403-6358-enet1-external-mii-clk.patch │ │ │ ├── 404-NET-bcm63xx_enet-move-phy_-dis-connect-into-probe-re.patch │ │ │ ├── 405-bcm63xx_enet-implement-reset_autoneg-ethtool.patch │ │ │ ├── 406-bcm63xx_enet-split-dma-registers-access.patch │ │ │ ├── 407-bcm63xx_enet-add-support-for-bcm6368-internal-ethern.patch │ │ │ ├── 408-bcm63xx_enet-enable-rgmii-clock-on-external-ports.patch │ │ │ ├── 409-MIPS-BCM63XX-add-HS-SPI-platform-device-and-register.patch │ │ │ ├── 410-SPI-MIPS-BCM63XX-Add-HS-SPI-driver.patch │ │ │ ├── 411-MIPS-BCM63XX-Register-SPI-flash-if-present.patch │ │ │ ├── 412-MTD-physmap-allow-passing-pp_data.patch │ │ │ ├── 413-BCM63XX-allow-providing-fixup-data-in-board-data.patch │ │ │ ├── 414-MTD-m25p80-allow-passing-pp_data.patch │ │ │ ├── 415-MIPS-BCM63XX-store-the-flash-type-in-global-variable.patch │ │ │ ├── 416-BCM63XX-add-a-fixup-for-ath9k-devices.patch │ │ │ ├── 417-MTD-bcm63xxpart-allow-passing-a-caldata-offset.patch │ │ │ ├── 418-MIPS-BCM63XX-pass-caldata-info-to-flash.patch │ │ │ ├── 419-MIPS-BCM63XX-enable-enet-for-BCM6345.patch │ │ │ ├── 420-BCM63XX-add-endian-check-for-ath9k.patch │ │ │ ├── 421-BCM63XX-add-led-pin-for-ath9k.patch │ │ │ ├── 422-BCM63XX-add-a-fixup-for-rt2x00-devices.patch │ │ │ ├── 423-bcm63xx_enet_add_b53_support.patch │ │ │ ├── 500-board-D4PW.patch │ │ │ ├── 501-board-NB4.patch │ │ │ ├── 502-board-96338W2_E7T.patch │ │ │ ├── 503-board-CPVA642.patch │ │ │ ├── 504-board_dsl_274xb_rev_c.patch │ │ │ ├── 505-board_spw500v.patch │ │ │ ├── 506-board_gw6200_gw6000.patch │ │ │ ├── 507-board-MAGIC.patch │ │ │ ├── 508-board_hw553.patch │ │ │ ├── 509-board_rta1320_16m.patch │ │ │ ├── 510-board_spw303v.patch │ │ │ ├── 511-board_V2500V.patch │ │ │ ├── 512-board_BTV2110.patch │ │ │ ├── 513-board_livebox.patch │ │ │ ├── 514-board_ct536_ct5621.patch │ │ │ ├── 515-board_DWV-S0_fixes.patch │ │ │ ├── 516-board_96348A-122.patch │ │ │ ├── 517-RTA1205W_16_uart_fixes.patch │ │ │ ├── 519_board_CPVA502plus.patch │ │ │ ├── 520-bcm63xx-add-support-for-96368MVWG-board.patch │ │ │ ├── 521-bcm63xx-add-support-for-96368MVNgr-board.patch │ │ │ ├── 522-MIPS-BCM63XX-add-96328avng-reference-board.patch │ │ │ ├── 523-MIPS-BCM63XX-add-963281TAN-reference-board.patch │ │ │ ├── 524-board_dsl_274xb_rev_f.patch │ │ │ ├── 525-board_96348w3.patch │ │ │ ├── 526-board_CT6373-1.patch │ │ │ ├── 527-board_dva-g3810bn-tl-1.patch │ │ │ ├── 528-board_nb6.patch │ │ │ ├── 529-board_fast2604.patch │ │ │ ├── 530-board_963281T_TEF.patch │ │ │ ├── 531-board_96328A-1441N1.patch │ │ │ ├── 532-board_96328a-1241N.patch │ │ │ ├── 533-board_rta770bw.patch │ │ │ ├── 534-board_hw556.patch │ │ │ ├── 535-board_rta770w.patch │ │ │ ├── 550-alice_gate2_leds.patch │ │ │ ├── 551-96348gw_a_leds.patch │ │ │ ├── 552-board_96348gw-10_reset_button.patch │ │ │ ├── 553-boards_probe_switch.patch │ │ │ ├── 554-board_DWVS0_leds_buttons.patch │ │ │ ├── 800-wl_exports.patch │ │ │ ├── 801-ssb_export_fallback_sprom.patch │ │ │ └── 802-rtl8367r_fix_RGMII_support.patch │ │ └── smp │ │ │ ├── config-default │ │ │ ├── profiles │ │ │ ├── 100-Broadcom.mk │ │ │ ├── 101-Broadcom-wl.mk │ │ │ ├── 102-Atheros.mk │ │ │ ├── 103-Ralink.mk │ │ │ ├── 104-No-WiFi.mk │ │ │ └── 105-Broadcom-brcmsmac.mk │ │ │ └── target.mk │ ├── cns21xx │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── diag.sh │ │ │ │ └── uci-defaults │ │ │ │ │ └── 01_leds │ │ │ └── lib │ │ │ │ ├── cns21xx.sh │ │ │ │ ├── preinit │ │ │ │ └── 05_cns21xx_load_button_drivers │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-3.8 │ │ ├── image │ │ │ └── Makefile │ │ ├── patches-3.8 │ │ │ ├── 002-arm-debugll-printk.patch │ │ │ ├── 003-arm-introduce-fa-platform.patch │ │ │ ├── 004-arm-add-fa-time.patch │ │ │ ├── 005-arm-add-fa-gpio-driver.patch │ │ │ ├── 006-arm-add-fa-watchdog-driver.patch │ │ │ ├── 100-cns21xx-core.patch │ │ │ ├── 101-cns21xx-serial-support.patch │ │ │ ├── 102-cns21xx-gpiolib-support.patch │ │ │ ├── 103-cns21xx-usb-ohci-support.patch │ │ │ ├── 104-cns21xx-usb-ehci-support.patch │ │ │ ├── 105-cns21xx-spi-driver.patch │ │ │ ├── 106-cns21xx-gec-driver.patch │ │ │ ├── 201-cns21xx-add-usb-devices.patch │ │ │ ├── 202-cns21xx-add-watchdog-device.patch │ │ │ ├── 203-cns21xx-add-spi-master-device.patch │ │ │ ├── 204-cns21xx-add-gec-device.patch │ │ │ ├── 301-cns21xx-mach-ns-k330.patch │ │ │ └── 302-cns21xx-mach-nsb3ast.patch │ │ └── profiles │ │ │ └── 00-default.mk │ ├── cns3xxx │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── init.d │ │ │ │ │ └── netdev-cpu │ │ │ └── lib │ │ │ │ ├── cns3xxx.sh │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-3.8 │ │ ├── files │ │ │ ├── arch │ │ │ │ └── arm │ │ │ │ │ └── mach-cns3xxx │ │ │ │ │ ├── cns3xxx_fiq.S │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── headsmp.S │ │ │ │ │ ├── hotplug.c │ │ │ │ │ ├── include │ │ │ │ │ └── mach │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── platform.h │ │ │ │ │ │ └── smp.h │ │ │ │ │ ├── laguna.c │ │ │ │ │ ├── localtimer.c │ │ │ │ │ └── platsmp.c │ │ │ └── drivers │ │ │ │ ├── i2c │ │ │ │ └── busses │ │ │ │ │ └── i2c-cns3xxx.c │ │ │ │ ├── net │ │ │ │ └── ethernet │ │ │ │ │ └── cavium │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile │ │ │ │ │ └── cns3xxx_eth.c │ │ │ │ ├── spi │ │ │ │ └── spi-cns3xxx.c │ │ │ │ └── usb │ │ │ │ └── dwc │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile │ │ │ │ ├── otg_attr.c │ │ │ │ ├── otg_attr.h │ │ │ │ ├── otg_cil.c │ │ │ │ ├── otg_cil.h │ │ │ │ ├── otg_cil_intr.c │ │ │ │ ├── otg_driver.c │ │ │ │ ├── otg_driver.h │ │ │ │ ├── otg_hcd.c │ │ │ │ ├── otg_hcd.h │ │ │ │ ├── otg_hcd_intr.c │ │ │ │ ├── otg_hcd_queue.c │ │ │ │ ├── otg_pcd.c │ │ │ │ ├── otg_pcd.h │ │ │ │ ├── otg_pcd_intr.c │ │ │ │ ├── otg_plat.h │ │ │ │ └── otg_regs.h │ │ ├── image │ │ │ └── Makefile │ │ └── patches-3.8 │ │ │ ├── 010-move_virtual_io_space.patch │ │ │ ├── 015-clkdev_support.patch │ │ │ ├── 020-watchdog_support.patch │ │ │ ├── 021-cache_force_multi.patch │ │ │ ├── 025-smp_support.patch │ │ │ ├── 030-pcie_clock.patch │ │ │ ├── 035-add_io_spaces.patch │ │ │ ├── 040-fiq_support.patch │ │ │ ├── 045-twd_base.patch │ │ │ ├── 055-pcie_io.patch │ │ │ ├── 060-pcie_abort.patch │ │ │ ├── 065-pcie_early_init.patch │ │ │ ├── 070-i2c_support.patch │ │ │ ├── 075-spi_support.patch │ │ │ ├── 080-sata_support.patch │ │ │ ├── 085-ethernet_support.patch │ │ │ ├── 090-timers.patch │ │ │ ├── 095-gpio_support.patch │ │ │ ├── 097-l2x0_cmdline_disable.patch │ │ │ ├── 200-dwc_otg_support.patch │ │ │ ├── 300-laguna_support.patch │ │ │ └── 305-laguna_sdhci_card_detect.patch │ ├── cobalt │ │ ├── Makefile │ │ ├── base-files │ │ │ └── etc │ │ │ │ └── diag.sh │ │ ├── config-3.3 │ │ ├── image │ │ │ └── Makefile │ │ └── modules.mk │ ├── ep93xx │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── inittab │ │ │ └── lib │ │ │ │ └── preinit │ │ │ │ └── 05_set_ether_mac_rdc │ │ ├── config-3.6 │ │ ├── config-3.8 │ │ ├── image │ │ │ └── Makefile │ │ ├── modules.mk │ │ ├── patches-3.6 │ │ │ ├── 001-ep93xx_cpuinfo.patch │ │ │ ├── 003-ep93xx_touchscreen.patch │ │ │ └── 004-simone_add_mmc_spi.patch │ │ ├── patches-3.8 │ │ │ ├── 001-ep93xx_cpuinfo.patch │ │ │ ├── 003-ep93xx_touchscreen.patch │ │ │ └── 004-simone_add_mmc_spi.patch │ │ └── profiles │ │ │ ├── 00-default.mk │ │ │ └── 01-simone.mk │ ├── gemini │ │ ├── Makefile │ │ ├── base-files │ │ │ └── lib │ │ │ │ └── preinit │ │ │ │ └── 05_set_ether_mac_gemini │ │ ├── config-default │ │ ├── image │ │ │ └── Makefile │ │ └── patches │ │ │ ├── 000-ARM-gemini-get-platform-to-build-again.patch │ │ │ ├── 002-arm-gemini-fix-platform_register_rtc-prototype.patch │ │ │ ├── 110-watchdog-add-gemini_wdt-driver.patch │ │ │ ├── 111-arm-gemini-add-watchdog-device.patch │ │ │ ├── 112-arm-gemini-register-watchdog-devices.patch │ │ │ ├── 120-net-add-gemini-gmac-driver.patch │ │ │ ├── 121-arm-gemini-add-ethernet-device.patch │ │ │ ├── 122-arm-gemini-wbd111-register-ethernet.patch │ │ │ ├── 123-arm-gemini-wbd222-register-eth.patch │ │ │ ├── 124-arm-gemini-rut100-register-ethernet.patch │ │ │ ├── 130-usb-ehci-gemini-fot2gxx-support.patch │ │ │ ├── 131-arm-gemini-add-usb-platform-device.patch │ │ │ ├── 132-arm-gemini-wbd111-register-usb.patch │ │ │ ├── 133-arm-gemini-wbd222-register-usb.patch │ │ │ ├── 134-arm-gemini-rut100-register-usb.patch │ │ │ ├── 135-arm-gemini-nas4220-register-usb.patch │ │ │ └── 140-arm-gemini-add-pci-support.patch │ ├── generic │ │ ├── PATCHES │ │ ├── base-files │ │ │ └── init │ │ ├── config-3.10 │ │ ├── config-3.3 │ │ ├── config-3.6 │ │ ├── config-3.7 │ │ ├── config-3.8 │ │ ├── config-3.9 │ │ ├── files │ │ │ ├── Documentation │ │ │ │ ├── networking │ │ │ │ │ └── adm6996.txt │ │ │ │ └── pwm.txt │ │ │ ├── arch │ │ │ │ └── mips │ │ │ │ │ └── fw │ │ │ │ │ └── myloader │ │ │ │ │ ├── Makefile │ │ │ │ │ └── myloader.c │ │ │ ├── crypto │ │ │ │ └── ocf │ │ │ │ │ ├── Config.in │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── c7108 │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── aes-7108.c │ │ │ │ │ └── aes-7108.h │ │ │ │ │ ├── criov.c │ │ │ │ │ ├── crypto.c │ │ │ │ │ ├── cryptocteon │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── README.txt │ │ │ │ │ ├── cavium_crypto.c │ │ │ │ │ └── cryptocteon.c │ │ │ │ │ ├── cryptodev.c │ │ │ │ │ ├── cryptodev.h │ │ │ │ │ ├── cryptosoft.c │ │ │ │ │ ├── ep80579 │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── environment.mk │ │ │ │ │ ├── icp_asym.c │ │ │ │ │ ├── icp_common.c │ │ │ │ │ ├── icp_ocf.h │ │ │ │ │ ├── icp_sym.c │ │ │ │ │ └── linux_2.6_kernel_space.mk │ │ │ │ │ ├── hifn │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── hifn7751.c │ │ │ │ │ ├── hifn7751reg.h │ │ │ │ │ ├── hifn7751var.h │ │ │ │ │ ├── hifnHIPP.c │ │ │ │ │ ├── hifnHIPPreg.h │ │ │ │ │ └── hifnHIPPvar.h │ │ │ │ │ ├── ixp4xx │ │ │ │ │ ├── Makefile │ │ │ │ │ └── ixp4xx.c │ │ │ │ │ ├── kirkwood │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── cesa │ │ │ │ │ │ ├── AES │ │ │ │ │ │ │ ├── mvAes.h │ │ │ │ │ │ │ ├── mvAesAlg.c │ │ │ │ │ │ │ ├── mvAesAlg.h │ │ │ │ │ │ │ ├── mvAesApi.c │ │ │ │ │ │ │ └── mvAesBoxes.dat │ │ │ │ │ │ ├── mvCesa.c │ │ │ │ │ │ ├── mvCesa.h │ │ │ │ │ │ ├── mvCesaDebug.c │ │ │ │ │ │ ├── mvCesaRegs.h │ │ │ │ │ │ ├── mvCesaTest.c │ │ │ │ │ │ ├── mvCompVer.txt │ │ │ │ │ │ ├── mvLru.c │ │ │ │ │ │ ├── mvLru.h │ │ │ │ │ │ ├── mvMD5.c │ │ │ │ │ │ ├── mvMD5.h │ │ │ │ │ │ ├── mvSHA1.c │ │ │ │ │ │ └── mvSHA1.h │ │ │ │ │ ├── cesa_ocf_drv.c │ │ │ │ │ └── mvHal │ │ │ │ │ │ ├── common │ │ │ │ │ │ ├── mv802_3.h │ │ │ │ │ │ ├── mvCommon.c │ │ │ │ │ │ ├── mvCommon.h │ │ │ │ │ │ ├── mvCompVer.txt │ │ │ │ │ │ ├── mvDebug.c │ │ │ │ │ │ ├── mvDebug.h │ │ │ │ │ │ ├── mvDeviceId.h │ │ │ │ │ │ ├── mvHalVer.h │ │ │ │ │ │ ├── mvStack.c │ │ │ │ │ │ ├── mvStack.h │ │ │ │ │ │ └── mvTypes.h │ │ │ │ │ │ ├── dbg-trace.c │ │ │ │ │ │ ├── dbg-trace.h │ │ │ │ │ │ ├── kw_family │ │ │ │ │ │ ├── boardEnv │ │ │ │ │ │ │ ├── mvBoardEnvLib.c │ │ │ │ │ │ │ ├── mvBoardEnvLib.h │ │ │ │ │ │ │ ├── mvBoardEnvSpec.c │ │ │ │ │ │ │ └── mvBoardEnvSpec.h │ │ │ │ │ │ ├── cpu │ │ │ │ │ │ │ ├── mvCpu.c │ │ │ │ │ │ │ └── mvCpu.h │ │ │ │ │ │ ├── ctrlEnv │ │ │ │ │ │ │ ├── mvCtrlEnvAddrDec.c │ │ │ │ │ │ │ ├── mvCtrlEnvAddrDec.h │ │ │ │ │ │ │ ├── mvCtrlEnvAsm.h │ │ │ │ │ │ │ ├── mvCtrlEnvLib.c │ │ │ │ │ │ │ ├── mvCtrlEnvLib.h │ │ │ │ │ │ │ ├── mvCtrlEnvRegs.h │ │ │ │ │ │ │ ├── mvCtrlEnvSpec.h │ │ │ │ │ │ │ └── sys │ │ │ │ │ │ │ │ ├── mvAhbToMbus.c │ │ │ │ │ │ │ │ ├── mvAhbToMbus.h │ │ │ │ │ │ │ │ ├── mvAhbToMbusRegs.h │ │ │ │ │ │ │ │ ├── mvCpuIf.c │ │ │ │ │ │ │ │ ├── mvCpuIf.h │ │ │ │ │ │ │ │ ├── mvCpuIfInit.S │ │ │ │ │ │ │ │ ├── mvCpuIfRegs.h │ │ │ │ │ │ │ │ ├── mvSysAudio.c │ │ │ │ │ │ │ │ ├── mvSysAudio.h │ │ │ │ │ │ │ │ ├── mvSysCesa.c │ │ │ │ │ │ │ │ ├── mvSysCesa.h │ │ │ │ │ │ │ │ ├── mvSysDram.c │ │ │ │ │ │ │ │ ├── mvSysDram.h │ │ │ │ │ │ │ │ ├── mvSysGbe.c │ │ │ │ │ │ │ │ ├── mvSysGbe.h │ │ │ │ │ │ │ │ ├── mvSysPex.c │ │ │ │ │ │ │ │ ├── mvSysPex.h │ │ │ │ │ │ │ │ ├── mvSysSata.c │ │ │ │ │ │ │ │ ├── mvSysSata.h │ │ │ │ │ │ │ │ ├── mvSysSdmmc.c │ │ │ │ │ │ │ │ ├── mvSysSdmmc.h │ │ │ │ │ │ │ │ ├── mvSysTdm.c │ │ │ │ │ │ │ │ ├── mvSysTdm.h │ │ │ │ │ │ │ │ ├── mvSysTs.c │ │ │ │ │ │ │ │ ├── mvSysTs.h │ │ │ │ │ │ │ │ ├── mvSysUsb.c │ │ │ │ │ │ │ │ ├── mvSysUsb.h │ │ │ │ │ │ │ │ ├── mvSysXor.c │ │ │ │ │ │ │ │ └── mvSysXor.h │ │ │ │ │ │ ├── device │ │ │ │ │ │ │ ├── mvDevice.c │ │ │ │ │ │ │ ├── mvDevice.h │ │ │ │ │ │ │ └── mvDeviceRegs.h │ │ │ │ │ │ └── mvCompVer.txt │ │ │ │ │ │ ├── linux_oss │ │ │ │ │ │ ├── mvOs.c │ │ │ │ │ │ ├── mvOs.h │ │ │ │ │ │ └── mvOsSata.h │ │ │ │ │ │ ├── mvSysHwConfig.h │ │ │ │ │ │ └── mv_hal │ │ │ │ │ │ ├── cntmr │ │ │ │ │ │ ├── mvCntmr.c │ │ │ │ │ │ ├── mvCntmr.h │ │ │ │ │ │ ├── mvCntmrRegs.h │ │ │ │ │ │ └── mvCompVer.txt │ │ │ │ │ │ ├── cpu │ │ │ │ │ │ ├── mvCpuCntrs.c │ │ │ │ │ │ ├── mvCpuCntrs.h │ │ │ │ │ │ ├── mvCpuL2Cntrs.c │ │ │ │ │ │ └── mvCpuL2Cntrs.h │ │ │ │ │ │ ├── ddr1_2 │ │ │ │ │ │ ├── mvCompVer.txt │ │ │ │ │ │ ├── mvDram.c │ │ │ │ │ │ ├── mvDram.h │ │ │ │ │ │ ├── mvDramIf.c │ │ │ │ │ │ ├── mvDramIf.h │ │ │ │ │ │ ├── mvDramIfBasicInit.S │ │ │ │ │ │ ├── mvDramIfConfig.S │ │ │ │ │ │ ├── mvDramIfConfig.h │ │ │ │ │ │ └── mvDramIfRegs.h │ │ │ │ │ │ ├── ddr2 │ │ │ │ │ │ ├── mvCompVer.txt │ │ │ │ │ │ ├── mvDramIf.c │ │ │ │ │ │ ├── mvDramIf.h │ │ │ │ │ │ ├── mvDramIfBasicInit.S │ │ │ │ │ │ ├── mvDramIfConfig.S │ │ │ │ │ │ ├── mvDramIfConfig.h │ │ │ │ │ │ ├── mvDramIfRegs.h │ │ │ │ │ │ ├── mvDramIfStaticInit.h │ │ │ │ │ │ └── spd │ │ │ │ │ │ │ ├── mvSpd.c │ │ │ │ │ │ │ └── mvSpd.h │ │ │ │ │ │ ├── eth │ │ │ │ │ │ ├── gbe │ │ │ │ │ │ │ ├── mvEth.c │ │ │ │ │ │ │ ├── mvEthDebug.c │ │ │ │ │ │ │ ├── mvEthDebug.h │ │ │ │ │ │ │ ├── mvEthGbe.h │ │ │ │ │ │ │ └── mvEthRegs.h │ │ │ │ │ │ ├── mvCompVer.txt │ │ │ │ │ │ └── mvEth.h │ │ │ │ │ │ ├── gpp │ │ │ │ │ │ ├── mvCompVer.txt │ │ │ │ │ │ ├── mvGpp.c │ │ │ │ │ │ ├── mvGpp.h │ │ │ │ │ │ └── mvGppRegs.h │ │ │ │ │ │ ├── pci-if │ │ │ │ │ │ ├── mvCompVer.txt │ │ │ │ │ │ ├── mvPciIf.c │ │ │ │ │ │ ├── mvPciIf.h │ │ │ │ │ │ ├── mvPciIfRegs.h │ │ │ │ │ │ └── pci_util │ │ │ │ │ │ │ ├── mvPciUtils.c │ │ │ │ │ │ │ └── mvPciUtils.h │ │ │ │ │ │ ├── pci │ │ │ │ │ │ ├── mvCompVer.txt │ │ │ │ │ │ ├── mvPci.c │ │ │ │ │ │ ├── mvPci.h │ │ │ │ │ │ └── mvPciRegs.h │ │ │ │ │ │ ├── pex │ │ │ │ │ │ ├── mvCompVer.txt │ │ │ │ │ │ ├── mvPex.c │ │ │ │ │ │ ├── mvPex.h │ │ │ │ │ │ ├── mvPexRegs.h │ │ │ │ │ │ ├── mvVrtBrgPex.c │ │ │ │ │ │ └── mvVrtBrgPex.h │ │ │ │ │ │ ├── sflash │ │ │ │ │ │ ├── mvCompVer.txt │ │ │ │ │ │ ├── mvSFlash.c │ │ │ │ │ │ ├── mvSFlash.h │ │ │ │ │ │ └── mvSFlashSpec.h │ │ │ │ │ │ ├── spi │ │ │ │ │ │ ├── mvCompVer.txt │ │ │ │ │ │ ├── mvSpi.c │ │ │ │ │ │ ├── mvSpi.h │ │ │ │ │ │ ├── mvSpiCmnd.c │ │ │ │ │ │ ├── mvSpiCmnd.h │ │ │ │ │ │ └── mvSpiSpec.h │ │ │ │ │ │ └── twsi │ │ │ │ │ │ ├── mvCompVer.txt │ │ │ │ │ │ ├── mvTwsi.c │ │ │ │ │ │ ├── mvTwsi.h │ │ │ │ │ │ ├── mvTwsiEeprom.S │ │ │ │ │ │ └── mvTwsiSpec.h │ │ │ │ │ ├── ocf-bench.c │ │ │ │ │ ├── ocf-compat.h │ │ │ │ │ ├── ocfnull │ │ │ │ │ ├── Makefile │ │ │ │ │ └── ocfnull.c │ │ │ │ │ ├── pasemi │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── pasemi.c │ │ │ │ │ └── pasemi_fnu.h │ │ │ │ │ ├── random.c │ │ │ │ │ ├── rndtest.c │ │ │ │ │ ├── rndtest.h │ │ │ │ │ ├── safe │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── hmachack.h │ │ │ │ │ ├── md5.c │ │ │ │ │ ├── md5.h │ │ │ │ │ ├── safe.c │ │ │ │ │ ├── safereg.h │ │ │ │ │ ├── safevar.h │ │ │ │ │ ├── sha1.c │ │ │ │ │ └── sha1.h │ │ │ │ │ ├── talitos │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── talitos.c │ │ │ │ │ ├── talitos_dev.h │ │ │ │ │ └── talitos_soft.h │ │ │ │ │ ├── ubsec_ssb │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── bsdqueue.h │ │ │ │ │ ├── ubsec_ssb.c │ │ │ │ │ ├── ubsecreg.h │ │ │ │ │ └── ubsecvar.h │ │ │ │ │ └── uio.h │ │ │ ├── drivers │ │ │ │ ├── input │ │ │ │ │ └── misc │ │ │ │ │ │ └── gpio_buttons.c │ │ │ │ ├── leds │ │ │ │ │ ├── ledtrig-morse.c │ │ │ │ │ ├── ledtrig-netdev.c │ │ │ │ │ └── ledtrig-usbdev.c │ │ │ │ ├── mtd │ │ │ │ │ └── myloader.c │ │ │ │ ├── net │ │ │ │ │ └── phy │ │ │ │ │ │ ├── adm6996.c │ │ │ │ │ │ ├── adm6996.h │ │ │ │ │ │ ├── ar8216.c │ │ │ │ │ │ ├── ar8216.h │ │ │ │ │ │ ├── b53 │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── b53_common.c │ │ │ │ │ │ ├── b53_mdio.c │ │ │ │ │ │ ├── b53_mmap.c │ │ │ │ │ │ ├── b53_phy_fixup.c │ │ │ │ │ │ ├── b53_priv.h │ │ │ │ │ │ ├── b53_regs.h │ │ │ │ │ │ └── b53_spi.c │ │ │ │ │ │ ├── ip17xx.c │ │ │ │ │ │ ├── micrel.c │ │ │ │ │ │ ├── mvswitch.c │ │ │ │ │ │ ├── mvswitch.h │ │ │ │ │ │ ├── psb6970.c │ │ │ │ │ │ ├── rtl8306.c │ │ │ │ │ │ ├── rtl8366_smi.c │ │ │ │ │ │ ├── rtl8366_smi.h │ │ │ │ │ │ ├── rtl8366rb.c │ │ │ │ │ │ ├── rtl8366s.c │ │ │ │ │ │ ├── rtl8367.c │ │ │ │ │ │ ├── rtl8367b.c │ │ │ │ │ │ ├── swconfig.c │ │ │ │ │ │ └── swconfig_leds.c │ │ │ │ └── pwm │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── gpio-pwm.c │ │ │ │ │ └── pwm.c │ │ │ ├── fs │ │ │ │ └── yaffs2 │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── NOTE.openwrt │ │ │ │ │ ├── devextras.h │ │ │ │ │ ├── moduleconfig.h │ │ │ │ │ ├── yaffs_allocator.c │ │ │ │ │ ├── yaffs_allocator.h │ │ │ │ │ ├── yaffs_bitmap.c │ │ │ │ │ ├── yaffs_bitmap.h │ │ │ │ │ ├── yaffs_checkptrw.c │ │ │ │ │ ├── yaffs_checkptrw.h │ │ │ │ │ ├── yaffs_ecc.c │ │ │ │ │ ├── yaffs_ecc.h │ │ │ │ │ ├── yaffs_getblockinfo.h │ │ │ │ │ ├── yaffs_guts.c │ │ │ │ │ ├── yaffs_guts.h │ │ │ │ │ ├── yaffs_linux.h │ │ │ │ │ ├── yaffs_linux_allocator.c │ │ │ │ │ ├── yaffs_list.h │ │ │ │ │ ├── yaffs_mtdif.c │ │ │ │ │ ├── yaffs_mtdif.h │ │ │ │ │ ├── yaffs_mtdif1.c │ │ │ │ │ ├── yaffs_mtdif1.h │ │ │ │ │ ├── yaffs_mtdif2.c │ │ │ │ │ ├── yaffs_mtdif2.h │ │ │ │ │ ├── yaffs_nameval.c │ │ │ │ │ ├── yaffs_nameval.h │ │ │ │ │ ├── yaffs_nand.c │ │ │ │ │ ├── yaffs_nand.h │ │ │ │ │ ├── yaffs_nandemul2k.h │ │ │ │ │ ├── yaffs_packedtags1.c │ │ │ │ │ ├── yaffs_packedtags1.h │ │ │ │ │ ├── yaffs_packedtags2.c │ │ │ │ │ ├── yaffs_packedtags2.h │ │ │ │ │ ├── yaffs_qsort.c │ │ │ │ │ ├── yaffs_qsort.h │ │ │ │ │ ├── yaffs_tagscompat.c │ │ │ │ │ ├── yaffs_tagscompat.h │ │ │ │ │ ├── yaffs_tagsvalidity.c │ │ │ │ │ ├── yaffs_tagsvalidity.h │ │ │ │ │ ├── yaffs_trace.h │ │ │ │ │ ├── yaffs_verify.c │ │ │ │ │ ├── yaffs_verify.h │ │ │ │ │ ├── yaffs_vfs_glue.c │ │ │ │ │ ├── yaffs_yaffs1.c │ │ │ │ │ ├── yaffs_yaffs1.h │ │ │ │ │ ├── yaffs_yaffs2.c │ │ │ │ │ ├── yaffs_yaffs2.h │ │ │ │ │ ├── yaffsinterface.h │ │ │ │ │ └── yportenv.h │ │ │ └── include │ │ │ │ ├── linux │ │ │ │ ├── ar8216_platform.h │ │ │ │ ├── ath5k_platform.h │ │ │ │ ├── ath9k_platform.h │ │ │ │ ├── glamo-engine.h │ │ │ │ ├── glamofb.h │ │ │ │ ├── gpio_buttons.h │ │ │ │ ├── myloader.h │ │ │ │ ├── platform_data │ │ │ │ │ ├── b53.h │ │ │ │ │ └── brcmfmac-sdio.h │ │ │ │ ├── pwm │ │ │ │ │ └── pwm.h │ │ │ │ ├── routerboot.h │ │ │ │ ├── rt2x00_platform.h │ │ │ │ ├── rtl8366.h │ │ │ │ ├── rtl8367.h │ │ │ │ └── switch.h │ │ │ │ └── uapi │ │ │ │ └── linux │ │ │ │ └── switch.h │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── initramfs-base-files.txt │ │ │ └── lzma-loader │ │ │ │ ├── Makefile │ │ │ │ └── src │ │ │ │ ├── LzmaDecode.c │ │ │ │ ├── LzmaDecode.h │ │ │ │ ├── Makefile │ │ │ │ ├── decompress.c │ │ │ │ ├── lzma-copy.lds.in │ │ │ │ ├── lzma.lds.in │ │ │ │ ├── print.c │ │ │ │ ├── print.h │ │ │ │ ├── printf.c │ │ │ │ ├── printf.h │ │ │ │ ├── start.S │ │ │ │ ├── uart16550.c │ │ │ │ └── uart16550.h │ │ ├── patches-3.10 │ │ │ ├── 001-Revert-MIPS-microMIPS-Support-dynamic-ASID-sizing.patch │ │ │ ├── 002-Revert-MIPS-Allow-ASID-size-to-be-determined-at-boot.patch │ │ │ ├── 003-MIPS-Enable-interrupts-in-arch_cpu_idle.patch │ │ │ ├── 010-mtd_mp25p80_add_gd25q32_gd25q64.patch │ │ │ ├── 060-hso_devices.patch │ │ │ ├── 061-arm_xz_decompressor_build_fix.patch │ │ │ ├── 062-mips_decompressor_build_fix.patch │ │ │ ├── 100-overlayfs.patch │ │ │ ├── 102-ehci_hcd_ignore_oc.patch │ │ │ ├── 110-fix_mtd_include.patch │ │ │ ├── 200-fix_localversion.patch │ │ │ ├── 201-extra_optimization.patch │ │ │ ├── 202-reduce_module_size.patch │ │ │ ├── 203-kallsyms_uncompressed.patch │ │ │ ├── 210-darwin_scripts_include.patch │ │ │ ├── 212-byteshift_portability.patch │ │ │ ├── 220-gc_sections.patch │ │ │ ├── 221-module_exports.patch │ │ │ ├── 230-openwrt_lzma_options.patch │ │ │ ├── 250-netfilter_depends.patch │ │ │ ├── 251-sound_kconfig.patch │ │ │ ├── 252-mv_cesa_depends.patch │ │ │ ├── 253-ssb_b43_default_on.patch │ │ │ ├── 254-textsearch_kconfig_hacks.patch │ │ │ ├── 255-lib80211_kconfig_hacks.patch │ │ │ ├── 256-crypto_add_kconfig_prompts.patch │ │ │ ├── 257-wireless_ext_kconfig_hack.patch │ │ │ ├── 258-netfilter_netlink_kconfig_hack.patch │ │ │ ├── 259-regmap_dynamic.patch │ │ │ ├── 260-crypto_test_dependencies.patch │ │ │ ├── 261-move_bcm963xx_tag.patch │ │ │ ├── 262-compressor_kconfig_hack.patch │ │ │ ├── 300-mips_expose_boot_raw.patch │ │ │ ├── 301-mips_image_cmdline_hack.patch │ │ │ ├── 302-mips_no_branch_likely.patch │ │ │ ├── 304-mips_disable_fpu.patch │ │ │ ├── 305-mips_module_reloc.patch │ │ │ ├── 306-mips_mem_functions_performance.patch │ │ │ ├── 309-mips_fuse_workaround.patch │ │ │ ├── 310-arm_module_unresolved_weak_sym.patch │ │ │ ├── 320-ppc4xx_optimization.patch │ │ │ ├── 321-powerpc_crtsavres_prereq.patch │ │ │ ├── 322-ppc4xx-crypto-compile-fix.patch │ │ │ ├── 400-rootfs_split.patch │ │ │ ├── 401-partial_eraseblock_write.patch │ │ │ ├── 410-mtd_info_move_forward_decl.patch │ │ │ ├── 420-redboot_space.patch │ │ │ ├── 430-mtd_myloader_partition_parser.patch │ │ │ ├── 440-block2mtd_init.patch │ │ │ ├── 441-block2mtd_refresh.patch │ │ │ ├── 442-block2mtd_probe.patch │ │ │ ├── 450-mtd_plat_nand_chip_fixup.patch │ │ │ ├── 451-mtd_fix_nand_correct_data_return_code.patch │ │ │ ├── 460-cfi_cmdset_0002_no_erase_suspend.patch │ │ │ ├── 470-mtd_m25p80_add_pm25lv_flash_support.patch │ │ │ ├── 474-mtd_mp25p80_add_pm25lq032.patch │ │ │ ├── 475-mtd_cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch │ │ │ ├── 476-mtd-m25p80-allow-to-disable-small-sector-erase.patch │ │ │ ├── 478-mtd-partial_eraseblock_unlock.patch │ │ │ ├── 500-yaffs-Kbuild-integration.patch │ │ │ ├── 501-yaffs-Fix-directory-unlinking-in-yaffs1-mode.patch │ │ │ ├── 502-yaffs-Switch-from-semaphores-to-mutexes.patch │ │ │ ├── 503-yaffs-Replace-yaffs_dir_llseek-with-Linux-generic-ll.patch │ │ │ ├── 504-yaffs-Mods-for-Linux-3.0-and-fix-a-typo.patch │ │ │ ├── 505-yaffs-3.2-use-MTD_OPS_AUTO_OOB.patch │ │ │ ├── 506-yaffs-3.2-dont-use-i_nlink-directly.patch │ │ │ ├── 507-yaffs-3.3_fix.patch │ │ │ ├── 508-yaffs-3.3-use-mtd_-helpers.patch │ │ │ ├── 509-yaffs-3.4-add-underscore-to-mtd-internal-names.patch │ │ │ ├── 510-yaffs-3.4-use-d_make_root.patch │ │ │ ├── 511-yaffs-3.5-use-clear_inode.patch │ │ │ ├── 512-yaffs-3.5-convert-to-use-kuid_t-kgid_t.patch │ │ │ ├── 513-yaffs-3.6-fix-dir_inode-ops.patch │ │ │ ├── 514-yaffs-3.6-use-delayed-work-instead-of-write_super.patch │ │ │ ├── 520-squashfs_update_xz_comp_opts.patch │ │ │ ├── 530-jffs2_make_lzma_available.patch │ │ │ ├── 531-debloat_lzma.patch │ │ │ ├── 532-jffs2_eofdetect.patch │ │ │ ├── 540-crypto-xz-decompression-support.patch │ │ │ ├── 541-ubifs-xz-decompression-support.patch │ │ │ ├── 550-ubifs-symlink-xattr-support.patch │ │ │ ├── 551-ubifs-fix-default-compression-selection.patch │ │ │ ├── 600-netfilter_layer7_2.22.patch │ │ │ ├── 601-netfilter_layer7_pktmatch.patch │ │ │ ├── 602-netfilter_layer7_match.patch │ │ │ ├── 603-netfilter_layer7_2.6.36_fix.patch │ │ │ ├── 604-netfilter_conntrack_flush.patch │ │ │ ├── 610-netfilter_match_bypass_default_checks.patch │ │ │ ├── 611-netfilter_match_bypass_default_table.patch │ │ │ ├── 612-netfilter_match_reduce_memory_access.patch │ │ │ ├── 613-netfilter_optional_tcp_window_check.patch │ │ │ ├── 620-sched_esfq.patch │ │ │ ├── 621-sched_act_connmark.patch │ │ │ ├── 630-packet_socket_type.patch │ │ │ ├── 640-bridge_no_eap_forward.patch │ │ │ ├── 641-bridge_always_accept_eap.patch │ │ │ ├── 642-bridge_port_isolate.patch │ │ │ ├── 643-bridge_remove_ipv6_dependency.patch │ │ │ ├── 644-bridge_optimize_netfilter_hooks.patch │ │ │ ├── 650-pppoe_header_pad.patch │ │ │ ├── 651-wireless_mesh_header.patch │ │ │ ├── 652-atm_header_changes.patch │ │ │ ├── 653-disable_netlink_trim.patch │ │ │ ├── 655-increase_skb_pad.patch │ │ │ ├── 656-skb_reduce_truesize-helper.patch │ │ │ ├── 657-qdisc_reduce_truesize.patch │ │ │ ├── 660-fq_codel_defaults.patch │ │ │ ├── 661-fq_codel_keep_dropped_stats.patch │ │ │ ├── 662-use_fq_codel_by_default.patch │ │ │ ├── 663-remove_pfifo_fast.patch │ │ │ ├── 700-swconfig.patch │ │ │ ├── 701-phy_extension.patch │ │ │ ├── 702-phy_add_aneg_done_function.patch │ │ │ ├── 703-phy-add-detach-callback-to-struct-phy_driver.patch │ │ │ ├── 710-phy-add-mdio_register_board_info.patch │ │ │ ├── 720-phy_adm6996.patch │ │ │ ├── 721-phy_packets.patch │ │ │ ├── 722-phy_mvswitch.patch │ │ │ ├── 723-phy_ip175c.patch │ │ │ ├── 724-phy_ar8216.patch │ │ │ ├── 725-phy_rtl8306.patch │ │ │ ├── 726-phy_rtl8366.patch │ │ │ ├── 727-phy-rtl8367.patch │ │ │ ├── 728-phy-micrel.patch │ │ │ ├── 729-phy-rtl8367b.patch │ │ │ ├── 729-phy-tantos.patch │ │ │ ├── 730-phy_b53.patch │ │ │ ├── 750-hostap_txpower.patch │ │ │ ├── 810-pci_disable_common_quirks.patch │ │ │ ├── 811-pci_disable_usb_common_quirks.patch │ │ │ ├── 820-usb_add_usb_find_device_by_name.patch │ │ │ ├── 830-ledtrig_morse.patch │ │ │ ├── 831-ledtrig_netdev.patch │ │ │ ├── 832-ledtrig_usbdev.patch │ │ │ ├── 840-rtc7301.patch │ │ │ ├── 841-rtc_pt7c4338.patch │ │ │ ├── 850-glamo_headers.patch │ │ │ ├── 861-04_spi_gpio_implement_spi_delay.patch │ │ │ ├── 862-gpio_spi_driver.patch │ │ │ ├── 863-gpiommc.patch │ │ │ ├── 864-gpiommc_configfs_locking.patch │ │ │ ├── 865-gpiopwm.patch │ │ │ ├── 870-hifn795x_byteswap.patch │ │ │ ├── 880-gateworks_system_controller.patch │ │ │ ├── 900-slab_maxsize.patch │ │ │ ├── 901-debloat_sock_diag.patch │ │ │ ├── 902-debloat_proc.patch │ │ │ ├── 903-debloat_direct_io.patch │ │ │ ├── 910-kobject_uevent.patch │ │ │ ├── 911-kobject_add_broadcast_uevent.patch │ │ │ ├── 920-unable_to_open_console.patch │ │ │ ├── 921-use_preinit_as_init.patch │ │ │ ├── 930-crashlog.patch │ │ │ ├── 940-ocf_kbuild_integration.patch │ │ │ ├── 941-ocf_20120127.patch │ │ │ ├── 950-vm_exports.patch │ │ │ ├── 960-decompress_unlzo_fix.patch │ │ │ ├── 970-remove-unsane-filenames-from-deps_initramfs-list.patch │ │ │ ├── 980-arm_openwrt_machtypes.patch │ │ │ ├── 992-mpcore_wdt_fix_watchdog_counter_loading.patch │ │ │ ├── 993-mpcore_wdt_fix_wdioc_setoptions_handling.patch │ │ │ ├── 994-mpcore_wdt_fix_timer_mode_setup.patch │ │ │ ├── 995-mpcore_twd_calibrate_single_core.patch │ │ │ └── 996-zsmalloc_allow_module_build.patch │ │ ├── patches-3.3 │ │ │ ├── 006-arm_kernel_xz_support.patch │ │ │ ├── 020-ssb_update.patch │ │ │ ├── 025-bcma_backport.patch │ │ │ ├── 040-Controlled-Delay-AQM.patch │ │ │ ├── 041-codel-use-Newton-method-instead-of-sqrt-and-divides.patch │ │ │ ├── 042-fq_codel-Fair-Queue-Codel-AQM.patch │ │ │ ├── 043-net-codel-Add-missing-include-linux-prefetch.h.patch │ │ │ ├── 044-net-codel-fix-build-errors.patch │ │ │ ├── 045-codel-use-u16-field-instead-of-31bits-for-rec_inv_sq.patch │ │ │ ├── 046-fq_codel-qdisc-backlog.patch │ │ │ ├── 047-spi_message_queue.patch │ │ │ ├── 048-spi-Dont-call-prepare-unprepare-transfer-if-not-popu.patch │ │ │ ├── 049-codel-refine-one-condition-to-avoid-a-nul-rec_inv_sqrt.patch │ │ │ ├── 050-rng_git_backport.patch │ │ │ ├── 051-rng_git_backport-remove_irqf_sample_random.patch │ │ │ ├── 060-hso_devices.patch │ │ │ ├── 060-tcp-ecn-dont-delay-ACKS-after-CE.patch │ │ │ ├── 061-fq_codel-dont-reinit-flow-state.patch │ │ │ ├── 065-8139cp-fixes.patch │ │ │ ├── 070-gpio-add-flags-to-export-GPIOs-when-requesting.patch │ │ │ ├── 080-prot-release-cb.patch │ │ │ ├── 081-USB-OHCI-Add-a-generic-platform-device-driver.patch │ │ │ ├── 082-USB-EHCI-Add-a-generic-platform-device-driver.patch │ │ │ ├── 083-USB-EHCI-platform-remove-update.patch │ │ │ ├── 084-x86_fix_perf_uclibc_build.patch │ │ │ ├── 090-CVE-2013-1763.patch │ │ │ ├── 100-overlayfs_v12.patch │ │ │ ├── 102-ehci_hcd_ignore_oc.patch │ │ │ ├── 110-fix_mtd_include.patch │ │ │ ├── 130-pppoatm-queue-depth.patch │ │ │ ├── 131-atm-fixes.patch │ │ │ ├── 132-solos-dma.patch │ │ │ ├── 140-ixp4xx_hss_module_h_include.patch │ │ │ ├── 200-fix_localversion.patch │ │ │ ├── 201-extra_optimization.patch │ │ │ ├── 202-reduce_module_size.patch │ │ │ ├── 210-darwin_scripts_include.patch │ │ │ ├── 211-stddef_include.patch │ │ │ ├── 212-x86_reloc_portability.patch │ │ │ ├── 220-module_exports.patch │ │ │ ├── 230-openwrt_lzma_options.patch │ │ │ ├── 250-netfilter_depends.patch │ │ │ ├── 251-sound_kconfig.patch │ │ │ ├── 252-mv_cesa_depends.patch │ │ │ ├── 253-ssb_b43_default_on.patch │ │ │ ├── 254-textsearch_kconfig_hacks.patch │ │ │ ├── 255-lib80211_kconfig_hacks.patch │ │ │ ├── 256-crypto_add_kconfig_prompts.patch │ │ │ ├── 257-wireless_ext_kconfig_hack.patch │ │ │ ├── 258-netfilter_netlink_kconfig_hack.patch │ │ │ ├── 259-compressor_kconfig_hack.patch │ │ │ ├── 260-move_bcm963xx_tag.patch │ │ │ ├── 270-regmap_dynamic.patch │ │ │ ├── 300-mips_expose_boot_raw.patch │ │ │ ├── 301-mips_image_cmdline_hack.patch │ │ │ ├── 302-mips_use_generic_thread_info_allocator.patch │ │ │ ├── 303-mips_fix_kexec.patch │ │ │ ├── 304-mips_disable_fpu.patch │ │ │ ├── 305-mips_module_reloc.patch │ │ │ ├── 306-mips_mem_functions_performance.patch │ │ │ ├── 307-mips_oprofile_fix.patch │ │ │ ├── 308-mips-show-correct-cpu-name-for-24KEc.patch │ │ │ ├── 309-mips_fuse_workaround.patch │ │ │ ├── 310-arm_module_unresolved_weak_sym.patch │ │ │ ├── 320-ppc4xx_optimization.patch │ │ │ ├── 321-powerpc_crtsavres_prereq.patch │ │ │ ├── 322-ppc4xx-crypto-compile-fix.patch │ │ │ ├── 330-mips-add-crash-and-kdump-support.patch │ │ │ ├── 331-mips-kexec-enhanche-the-support.patch │ │ │ ├── 332-mips-kexec-init-the-arguments-for-the-new-kernel-image.patch │ │ │ ├── 333-mips-kexec-get-kernel-parameters-from-kexec-tools.patch │ │ │ ├── 334-mips-fix-compiling-failure-of-relocate_kernel.patch │ │ │ ├── 335-mips-kexec-cleanup-kexec-tools-parameter-handling.patch │ │ │ ├── 340-module_alloc_size_check.patch │ │ │ ├── 400-rootfs_split.patch │ │ │ ├── 401-partial_eraseblock_write.patch │ │ │ ├── 410-mtd_info_move_forward_decl.patch │ │ │ ├── 420-redboot_space.patch │ │ │ ├── 430-mtd_myloader_partition_parser.patch │ │ │ ├── 440-block2mtd_init.patch │ │ │ ├── 441-block2mtd_refresh.patch │ │ │ ├── 442-block2mtd_probe.patch │ │ │ ├── 443-block2mtd-avoid-recursive-call-of-mtd_writev.patch │ │ │ ├── 450-mtd_plat_nand_chip_fixup.patch │ │ │ ├── 451-mtd_fix_nand_correct_data_return_code.patch │ │ │ ├── 460-cfi_cmdset_0002_no_erase_suspend.patch │ │ │ ├── 470-mtd_m25p80_add_pm25lv_flash_support.patch │ │ │ ├── 473-mtd_m25p80_add_w25q128.patch │ │ │ ├── 475-mtd_cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch │ │ │ ├── 476-mtd-m25p80-allow-to-disable-small-sector-erase.patch │ │ │ ├── 477-mtd-m25p80-add-support-for-the-EON-EN25Q64-chip.patch │ │ │ ├── 478-mtd-partial_eraseblock_unlock.patch │ │ │ ├── 500-yaffs-Kbuild-integration.patch │ │ │ ├── 501-yaffs-Fix-directory-unlinking-in-yaffs1-mode.patch │ │ │ ├── 502-yaffs-Switch-from-semaphores-to-mutexes.patch │ │ │ ├── 503-yaffs-Replace-yaffs_dir_llseek-with-Linux-generic-ll.patch │ │ │ ├── 504-yaffs-Mods-for-Linux-3.0-and-fix-a-typo.patch │ │ │ ├── 505-yaffs-3.2-use-MTD_OPS_AUTO_OOB.patch │ │ │ ├── 506-yaffs-3.2-dont-use-i_nlink-directly.patch │ │ │ ├── 507-yaffs-3.3_fix.patch │ │ │ ├── 508-yaffs-3.3-use-mtd_-helpers.patch │ │ │ ├── 520-squashfs_update_xz_comp_opts.patch │ │ │ ├── 530-jffs2_make_lzma_available.patch │ │ │ ├── 531-debloat_lzma.patch │ │ │ ├── 532-jffs2_eofdetect.patch │ │ │ ├── 540-crypto-xz-decompression-support.patch │ │ │ ├── 541-ubifs-xz-decompression-support.patch │ │ │ ├── 550-ubifs-symlink-xattr-support.patch │ │ │ ├── 600-netfilter_layer7_2.22.patch │ │ │ ├── 601-netfilter_layer7_pktmatch.patch │ │ │ ├── 602-netfilter_layer7_match.patch │ │ │ ├── 603-netfilter_layer7_2.6.36_fix.patch │ │ │ ├── 604-netfilter_conntrack_flush.patch │ │ │ ├── 610-netfilter_match_bypass_default_checks.patch │ │ │ ├── 611-netfilter_match_bypass_default_table.patch │ │ │ ├── 612-netfilter_match_reduce_memory_access.patch │ │ │ ├── 613-netfilter_optional_tcp_window_check.patch │ │ │ ├── 620-sched_esfq.patch │ │ │ ├── 621-sched_act_connmark.patch │ │ │ ├── 630-packet_socket_type.patch │ │ │ ├── 640-bridge_no_eap_forward.patch │ │ │ ├── 641-bridge_always_accept_eap.patch │ │ │ ├── 642-bridge_port_isolate.patch │ │ │ ├── 643-bridge_remove_ipv6_dependency.patch │ │ │ ├── 644-bridge_optimize_netfilter_hooks.patch │ │ │ ├── 650-pppoe_header_pad.patch │ │ │ ├── 651-wireless_mesh_header.patch │ │ │ ├── 652-atm_header_changes.patch │ │ │ ├── 653-disable_netlink_trim.patch │ │ │ ├── 654-avoid_skb_cow_realloc.patch │ │ │ ├── 655-increase_skb_pad.patch │ │ │ ├── 700-swconfig.patch │ │ │ ├── 701-phy_extension.patch │ │ │ ├── 702-phy_add_aneg_done_function.patch │ │ │ ├── 703-phy-add-detach-callback-to-struct-phy_driver.patch │ │ │ ├── 710-phy-add-mdio_register_board_info.patch │ │ │ ├── 720-phy_adm6996.patch │ │ │ ├── 721-phy_packets.patch │ │ │ ├── 722-phy_mvswitch.patch │ │ │ ├── 723-phy_ip175c.patch │ │ │ ├── 724-phy_ar8216.patch │ │ │ ├── 725-phy_rtl8306.patch │ │ │ ├── 726-phy_rtl8366.patch │ │ │ ├── 727-phy-rtl8367.patch │ │ │ ├── 728-phy-micrel.patch │ │ │ ├── 729-phy-rtl8367b.patch │ │ │ ├── 729-phy-tantos.patch │ │ │ ├── 750-hostap_txpower.patch │ │ │ ├── 800-usb-ohci-multiple-platform-driver-fix.patch │ │ │ ├── 801-usb-ehci-multiple-platform-driver-fix.patch │ │ │ ├── 810-pci_disable_common_quirks.patch │ │ │ ├── 811-pci_disable_usb_common_quirks.patch │ │ │ ├── 820-usb_add_usb_find_device_by_name.patch │ │ │ ├── 830-ledtrig_morse.patch │ │ │ ├── 831-ledtrig_netdev.patch │ │ │ ├── 832-ledtrig_usbdev.patch │ │ │ ├── 840-rtc7301.patch │ │ │ ├── 841-rtc_pt7c4338.patch │ │ │ ├── 850-glamo_headers.patch │ │ │ ├── 861-04_spi_gpio_implement_spi_delay.patch │ │ │ ├── 862-gpio_spi_driver.patch │ │ │ ├── 863-gpiommc.patch │ │ │ ├── 864-gpiommc_configfs_locking.patch │ │ │ ├── 865-gpiopwm.patch │ │ │ ├── 870-hifn795x_byteswap.patch │ │ │ ├── 880-gateworks_system_controller.patch │ │ │ ├── 900-slab_maxsize.patch │ │ │ ├── 910-kobject_uevent.patch │ │ │ ├── 911-kobject_add_broadcast_uevent.patch │ │ │ ├── 920-unable_to_open_console.patch │ │ │ ├── 921-use_preinit_as_init.patch │ │ │ ├── 930-crashlog.patch │ │ │ ├── 940-ocf_kbuild_integration.patch │ │ │ ├── 941-ocf_20120127.patch │ │ │ ├── 950-vm_exports.patch │ │ │ ├── 960-decompress_unlzo_fix.patch │ │ │ ├── 970-remove-unsane-filenames-from-deps_initramfs-list.patch │ │ │ ├── 980-arm_openwrt_machtypes.patch │ │ │ ├── 992-mpcore_wdt_fix_watchdog_counter_loading.patch │ │ │ ├── 993-mpcore_wdt_fix_wdioc_setoptions_handling.patch │ │ │ ├── 994-mpcore_wdt_fix_timer_mode_setup.patch │ │ │ ├── a01-swconfig_leds-define-leds_set_brightness.patch │ │ │ ├── a02-swconfig-revert-portid-snd_portid-usage.patch │ │ │ └── a03-swconfig-revert-UAPI-disintegration.patch │ │ ├── patches-3.6 │ │ │ ├── 001-usb-host-ehci-platform-BUG_ON-to-WARN_ON-on-probe.patch │ │ │ ├── 002-usb-host-ohci-platform-BUG_ON-to-WARN_ON-on-probe.patch │ │ │ ├── 003-usb-host-ehci-platform-add-platform-specific-power-c.patch │ │ │ ├── 004-usb-host-ohci-platform-add-platform-specific-power-c.patch │ │ │ ├── 010-mtd_mp25p80_add_gd25q32_gd25q64.patch │ │ │ ├── 020-ssb_update.patch │ │ │ ├── 025-bcma_backport.patch │ │ │ ├── 060-hso_devices.patch │ │ │ ├── 060-tcp-ecn-dont-delay-ACKS-after-CE.patch │ │ │ ├── 061-arm_xz_decompressor_build_fix.patch │ │ │ ├── 062-mips_decompressor_build_fix.patch │ │ │ ├── 065-8139cp-fixes.patch │ │ │ ├── 084-perf_mkstemp_build_fix.patch │ │ │ ├── 084-x86_fix_perf_uclibc_build.patch │ │ │ ├── 090-CVE-2013-1763.patch │ │ │ ├── 100-overlayfs.patch │ │ │ ├── 102-ehci_hcd_ignore_oc.patch │ │ │ ├── 110-fix_mtd_include.patch │ │ │ ├── 131-atm-fixes.patch │ │ │ ├── 132-solos-dma.patch │ │ │ ├── 200-fix_localversion.patch │ │ │ ├── 201-extra_optimization.patch │ │ │ ├── 202-reduce_module_size.patch │ │ │ ├── 210-darwin_scripts_include.patch │ │ │ ├── 211-stddef_include.patch │ │ │ ├── 212-byteshift_portability.patch │ │ │ ├── 220-module_exports.patch │ │ │ ├── 230-openwrt_lzma_options.patch │ │ │ ├── 250-netfilter_depends.patch │ │ │ ├── 251-sound_kconfig.patch │ │ │ ├── 252-mv_cesa_depends.patch │ │ │ ├── 253-ssb_b43_default_on.patch │ │ │ ├── 254-textsearch_kconfig_hacks.patch │ │ │ ├── 255-lib80211_kconfig_hacks.patch │ │ │ ├── 256-crypto_add_kconfig_prompts.patch │ │ │ ├── 257-wireless_ext_kconfig_hack.patch │ │ │ ├── 258-netfilter_netlink_kconfig_hack.patch │ │ │ ├── 259-compressor_kconfig_hack.patch │ │ │ ├── 260-move_bcm963xx_tag.patch │ │ │ ├── 270-regmap_dynamic.patch │ │ │ ├── 300-mips_expose_boot_raw.patch │ │ │ ├── 301-mips_image_cmdline_hack.patch │ │ │ ├── 302-mips_no_branch_likely.patch │ │ │ ├── 303-mips_fix_kexec.patch │ │ │ ├── 304-mips_disable_fpu.patch │ │ │ ├── 305-mips_module_reloc.patch │ │ │ ├── 306-mips_mem_functions_performance.patch │ │ │ ├── 308-mips-show-correct-cpu-name-for-24KEc.patch │ │ │ ├── 309-mips_fuse_workaround.patch │ │ │ ├── 310-arm_module_unresolved_weak_sym.patch │ │ │ ├── 320-ppc4xx_optimization.patch │ │ │ ├── 321-powerpc_crtsavres_prereq.patch │ │ │ ├── 322-ppc4xx-crypto-compile-fix.patch │ │ │ ├── 330-mips-add-crash-and-kdump-support.patch │ │ │ ├── 331-mips-kexec-enhanche-the-support.patch │ │ │ ├── 332-mips-kexec-init-the-arguments-for-the-new-kernel-image.patch │ │ │ ├── 333-mips-kexec-get-kernel-parameters-from-kexec-tools.patch │ │ │ ├── 334-mips-fix-compiling-failure-of-relocate_kernel.patch │ │ │ ├── 335-mips-kexec-cleanup-kexec-tools-parameter-handling.patch │ │ │ ├── 340-module_alloc_size_check.patch │ │ │ ├── 400-rootfs_split.patch │ │ │ ├── 401-partial_eraseblock_write.patch │ │ │ ├── 410-mtd_info_move_forward_decl.patch │ │ │ ├── 420-redboot_space.patch │ │ │ ├── 430-mtd_myloader_partition_parser.patch │ │ │ ├── 440-block2mtd_init.patch │ │ │ ├── 441-block2mtd_refresh.patch │ │ │ ├── 442-block2mtd_probe.patch │ │ │ ├── 450-mtd_plat_nand_chip_fixup.patch │ │ │ ├── 451-mtd_fix_nand_correct_data_return_code.patch │ │ │ ├── 460-cfi_cmdset_0002_no_erase_suspend.patch │ │ │ ├── 470-mtd_m25p80_add_pm25lv_flash_support.patch │ │ │ ├── 473-mtd_m25p80_add_w25q128.patch │ │ │ ├── 474-mtd_mp25p80_add_pm25lq032.patch │ │ │ ├── 475-mtd_cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch │ │ │ ├── 476-mtd-m25p80-allow-to-disable-small-sector-erase.patch │ │ │ ├── 477-mtd-m25p80-add-support-for-the-EON-EN25Q64-chip.patch │ │ │ ├── 478-mtd-partial_eraseblock_unlock.patch │ │ │ ├── 500-yaffs-Kbuild-integration.patch │ │ │ ├── 501-yaffs-Fix-directory-unlinking-in-yaffs1-mode.patch │ │ │ ├── 502-yaffs-Switch-from-semaphores-to-mutexes.patch │ │ │ ├── 503-yaffs-Replace-yaffs_dir_llseek-with-Linux-generic-ll.patch │ │ │ ├── 504-yaffs-Mods-for-Linux-3.0-and-fix-a-typo.patch │ │ │ ├── 505-yaffs-3.2-use-MTD_OPS_AUTO_OOB.patch │ │ │ ├── 506-yaffs-3.2-dont-use-i_nlink-directly.patch │ │ │ ├── 507-yaffs-3.3_fix.patch │ │ │ ├── 508-yaffs-3.3-use-mtd_-helpers.patch │ │ │ ├── 509-yaffs-3.4-add-underscore-to-mtd-internal-names.patch │ │ │ ├── 510-yaffs-3.4-use-d_make_root.patch │ │ │ ├── 511-yaffs-3.5-use-clear_inode.patch │ │ │ ├── 512-yaffs-3.5-convert-to-use-kuid_t-kgid_t.patch │ │ │ ├── 513-yaffs-3.6-fix-dir_inode-ops.patch │ │ │ ├── 514-yaffs-3.6-use-delayed-work-instead-of-write_super.patch │ │ │ ├── 520-squashfs_update_xz_comp_opts.patch │ │ │ ├── 530-jffs2_make_lzma_available.patch │ │ │ ├── 531-debloat_lzma.patch │ │ │ ├── 532-jffs2_eofdetect.patch │ │ │ ├── 540-crypto-xz-decompression-support.patch │ │ │ ├── 541-ubifs-xz-decompression-support.patch │ │ │ ├── 550-ubifs-symlink-xattr-support.patch │ │ │ ├── 600-netfilter_layer7_2.22.patch │ │ │ ├── 601-netfilter_layer7_pktmatch.patch │ │ │ ├── 602-netfilter_layer7_match.patch │ │ │ ├── 603-netfilter_layer7_2.6.36_fix.patch │ │ │ ├── 604-netfilter_conntrack_flush.patch │ │ │ ├── 610-netfilter_match_bypass_default_checks.patch │ │ │ ├── 611-netfilter_match_bypass_default_table.patch │ │ │ ├── 612-netfilter_match_reduce_memory_access.patch │ │ │ ├── 613-netfilter_optional_tcp_window_check.patch │ │ │ ├── 620-sched_esfq.patch │ │ │ ├── 621-sched_act_connmark.patch │ │ │ ├── 630-packet_socket_type.patch │ │ │ ├── 640-bridge_no_eap_forward.patch │ │ │ ├── 641-bridge_always_accept_eap.patch │ │ │ ├── 642-bridge_port_isolate.patch │ │ │ ├── 643-bridge_remove_ipv6_dependency.patch │ │ │ ├── 644-bridge_optimize_netfilter_hooks.patch │ │ │ ├── 650-pppoe_header_pad.patch │ │ │ ├── 651-wireless_mesh_header.patch │ │ │ ├── 652-atm_header_changes.patch │ │ │ ├── 653-disable_netlink_trim.patch │ │ │ ├── 655-increase_skb_pad.patch │ │ │ ├── 700-swconfig.patch │ │ │ ├── 701-phy_extension.patch │ │ │ ├── 702-phy_add_aneg_done_function.patch │ │ │ ├── 703-phy-add-detach-callback-to-struct-phy_driver.patch │ │ │ ├── 710-phy-add-mdio_register_board_info.patch │ │ │ ├── 720-phy_adm6996.patch │ │ │ ├── 721-phy_packets.patch │ │ │ ├── 722-phy_mvswitch.patch │ │ │ ├── 723-phy_ip175c.patch │ │ │ ├── 724-phy_ar8216.patch │ │ │ ├── 725-phy_rtl8306.patch │ │ │ ├── 726-phy_rtl8366.patch │ │ │ ├── 727-phy-rtl8367.patch │ │ │ ├── 728-phy-micrel.patch │ │ │ ├── 729-phy-rtl8367b.patch │ │ │ ├── 729-phy-tantos.patch │ │ │ ├── 730-phy_b53.patch │ │ │ ├── 750-hostap_txpower.patch │ │ │ ├── 800-usb-ohci-multiple-platform-driver-fix.patch │ │ │ ├── 801-usb-ehci-multiple-platform-driver-fix.patch │ │ │ ├── 810-pci_disable_common_quirks.patch │ │ │ ├── 811-pci_disable_usb_common_quirks.patch │ │ │ ├── 820-usb_add_usb_find_device_by_name.patch │ │ │ ├── 830-ledtrig_morse.patch │ │ │ ├── 831-ledtrig_netdev.patch │ │ │ ├── 832-ledtrig_usbdev.patch │ │ │ ├── 840-rtc7301.patch │ │ │ ├── 841-rtc_pt7c4338.patch │ │ │ ├── 850-glamo_headers.patch │ │ │ ├── 861-04_spi_gpio_implement_spi_delay.patch │ │ │ ├── 862-gpio_spi_driver.patch │ │ │ ├── 863-gpiommc.patch │ │ │ ├── 864-gpiommc_configfs_locking.patch │ │ │ ├── 865-gpiopwm.patch │ │ │ ├── 870-hifn795x_byteswap.patch │ │ │ ├── 880-gateworks_system_controller.patch │ │ │ ├── 900-slab_maxsize.patch │ │ │ ├── 901-debloat_sock_diag.patch │ │ │ ├── 902-debloat_proc.patch │ │ │ ├── 903-debloat_direct_io.patch │ │ │ ├── 910-kobject_uevent.patch │ │ │ ├── 911-kobject_add_broadcast_uevent.patch │ │ │ ├── 920-unable_to_open_console.patch │ │ │ ├── 921-use_preinit_as_init.patch │ │ │ ├── 930-crashlog.patch │ │ │ ├── 940-ocf_kbuild_integration.patch │ │ │ ├── 941-ocf_20120127.patch │ │ │ ├── 950-vm_exports.patch │ │ │ ├── 960-decompress_unlzo_fix.patch │ │ │ ├── 970-remove-unsane-filenames-from-deps_initramfs-list.patch │ │ │ ├── 980-arm_openwrt_machtypes.patch │ │ │ ├── 992-mpcore_wdt_fix_watchdog_counter_loading.patch │ │ │ ├── 993-mpcore_wdt_fix_wdioc_setoptions_handling.patch │ │ │ ├── 994-mpcore_wdt_fix_timer_mode_setup.patch │ │ │ ├── a02-swconfig-revert-portid-snd_portid-usage.patch │ │ │ └── a03-swconfig-revert-UAPI-disintegration.patch │ │ ├── patches-3.7 │ │ │ ├── 010-mtd_mp25p80_add_gd25q32_gd25q64.patch │ │ │ ├── 020-ssb_update.patch │ │ │ ├── 025-bcma_backport.patch │ │ │ ├── 060-hso_devices.patch │ │ │ ├── 061-arm_xz_decompressor_build_fix.patch │ │ │ ├── 062-mips_decompressor_build_fix.patch │ │ │ ├── 065-8139cp-fixes.patch │ │ │ ├── 067-mips_mt_fix_uidgid_strict_type_check.patch │ │ │ ├── 084-x86_fix_perf_uclibc_build.patch │ │ │ ├── 100-overlayfs.patch │ │ │ ├── 102-ehci_hcd_ignore_oc.patch │ │ │ ├── 110-fix_mtd_include.patch │ │ │ ├── 131-atm-fixes.patch │ │ │ ├── 132-solos-dma.patch │ │ │ ├── 200-fix_localversion.patch │ │ │ ├── 201-extra_optimization.patch │ │ │ ├── 202-reduce_module_size.patch │ │ │ ├── 203-kallsyms_uncompressed.patch │ │ │ ├── 210-darwin_scripts_include.patch │ │ │ ├── 212-byteshift_portability.patch │ │ │ ├── 220-gc_sections.patch │ │ │ ├── 221-module_exports.patch │ │ │ ├── 230-openwrt_lzma_options.patch │ │ │ ├── 250-netfilter_depends.patch │ │ │ ├── 251-sound_kconfig.patch │ │ │ ├── 252-mv_cesa_depends.patch │ │ │ ├── 253-ssb_b43_default_on.patch │ │ │ ├── 254-textsearch_kconfig_hacks.patch │ │ │ ├── 255-lib80211_kconfig_hacks.patch │ │ │ ├── 256-crypto_add_kconfig_prompts.patch │ │ │ ├── 257-wireless_ext_kconfig_hack.patch │ │ │ ├── 258-netfilter_netlink_kconfig_hack.patch │ │ │ ├── 259-regmap_dynamic.patch │ │ │ ├── 260-crypto_test_dependencies.patch │ │ │ ├── 261-move_bcm963xx_tag.patch │ │ │ ├── 262-compressor_kconfig_hack.patch │ │ │ ├── 300-mips_expose_boot_raw.patch │ │ │ ├── 301-mips_image_cmdline_hack.patch │ │ │ ├── 302-mips_no_branch_likely.patch │ │ │ ├── 303-mips_fix_kexec.patch │ │ │ ├── 304-mips_disable_fpu.patch │ │ │ ├── 305-mips_module_reloc.patch │ │ │ ├── 306-mips_mem_functions_performance.patch │ │ │ ├── 308-mips-show-correct-cpu-name-for-24KEc.patch │ │ │ ├── 309-mips_fuse_workaround.patch │ │ │ ├── 310-arm_module_unresolved_weak_sym.patch │ │ │ ├── 320-ppc4xx_optimization.patch │ │ │ ├── 321-powerpc_crtsavres_prereq.patch │ │ │ ├── 322-ppc4xx-crypto-compile-fix.patch │ │ │ ├── 330-mips-add-crash-and-kdump-support.patch │ │ │ ├── 331-mips-kexec-enhanche-the-support.patch │ │ │ ├── 332-mips-kexec-init-the-arguments-for-the-new-kernel-image.patch │ │ │ ├── 333-mips-kexec-get-kernel-parameters-from-kexec-tools.patch │ │ │ ├── 334-mips-fix-compiling-failure-of-relocate_kernel.patch │ │ │ ├── 335-mips-kexec-cleanup-kexec-tools-parameter-handling.patch │ │ │ ├── 340-module_alloc_size_check.patch │ │ │ ├── 400-rootfs_split.patch │ │ │ ├── 401-partial_eraseblock_write.patch │ │ │ ├── 410-mtd_info_move_forward_decl.patch │ │ │ ├── 420-redboot_space.patch │ │ │ ├── 430-mtd_myloader_partition_parser.patch │ │ │ ├── 440-block2mtd_init.patch │ │ │ ├── 441-block2mtd_refresh.patch │ │ │ ├── 442-block2mtd_probe.patch │ │ │ ├── 450-mtd_plat_nand_chip_fixup.patch │ │ │ ├── 451-mtd_fix_nand_correct_data_return_code.patch │ │ │ ├── 460-cfi_cmdset_0002_no_erase_suspend.patch │ │ │ ├── 470-mtd_m25p80_add_pm25lv_flash_support.patch │ │ │ ├── 473-mtd_m25p80_add_w25q128.patch │ │ │ ├── 474-mtd_mp25p80_add_pm25lq032.patch │ │ │ ├── 475-mtd_cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch │ │ │ ├── 476-mtd-m25p80-allow-to-disable-small-sector-erase.patch │ │ │ ├── 478-mtd-partial_eraseblock_unlock.patch │ │ │ ├── 500-yaffs-Kbuild-integration.patch │ │ │ ├── 501-yaffs-Fix-directory-unlinking-in-yaffs1-mode.patch │ │ │ ├── 502-yaffs-Switch-from-semaphores-to-mutexes.patch │ │ │ ├── 503-yaffs-Replace-yaffs_dir_llseek-with-Linux-generic-ll.patch │ │ │ ├── 504-yaffs-Mods-for-Linux-3.0-and-fix-a-typo.patch │ │ │ ├── 505-yaffs-3.2-use-MTD_OPS_AUTO_OOB.patch │ │ │ ├── 506-yaffs-3.2-dont-use-i_nlink-directly.patch │ │ │ ├── 507-yaffs-3.3_fix.patch │ │ │ ├── 508-yaffs-3.3-use-mtd_-helpers.patch │ │ │ ├── 509-yaffs-3.4-add-underscore-to-mtd-internal-names.patch │ │ │ ├── 510-yaffs-3.4-use-d_make_root.patch │ │ │ ├── 511-yaffs-3.5-use-clear_inode.patch │ │ │ ├── 512-yaffs-3.5-convert-to-use-kuid_t-kgid_t.patch │ │ │ ├── 513-yaffs-3.6-fix-dir_inode-ops.patch │ │ │ ├── 514-yaffs-3.6-use-delayed-work-instead-of-write_super.patch │ │ │ ├── 520-squashfs_update_xz_comp_opts.patch │ │ │ ├── 530-jffs2_make_lzma_available.patch │ │ │ ├── 531-debloat_lzma.patch │ │ │ ├── 532-jffs2_eofdetect.patch │ │ │ ├── 540-crypto-xz-decompression-support.patch │ │ │ ├── 541-ubifs-xz-decompression-support.patch │ │ │ ├── 550-ubifs-symlink-xattr-support.patch │ │ │ ├── 551-ubifs-fix-default-compression-selection.patch │ │ │ ├── 600-netfilter_layer7_2.22.patch │ │ │ ├── 601-netfilter_layer7_pktmatch.patch │ │ │ ├── 602-netfilter_layer7_match.patch │ │ │ ├── 603-netfilter_layer7_2.6.36_fix.patch │ │ │ ├── 604-netfilter_conntrack_flush.patch │ │ │ ├── 610-netfilter_match_bypass_default_checks.patch │ │ │ ├── 611-netfilter_match_bypass_default_table.patch │ │ │ ├── 612-netfilter_match_reduce_memory_access.patch │ │ │ ├── 613-netfilter_optional_tcp_window_check.patch │ │ │ ├── 620-sched_esfq.patch │ │ │ ├── 621-sched_act_connmark.patch │ │ │ ├── 630-packet_socket_type.patch │ │ │ ├── 640-bridge_no_eap_forward.patch │ │ │ ├── 641-bridge_always_accept_eap.patch │ │ │ ├── 642-bridge_port_isolate.patch │ │ │ ├── 643-bridge_remove_ipv6_dependency.patch │ │ │ ├── 644-bridge_optimize_netfilter_hooks.patch │ │ │ ├── 650-pppoe_header_pad.patch │ │ │ ├── 651-wireless_mesh_header.patch │ │ │ ├── 652-atm_header_changes.patch │ │ │ ├── 653-disable_netlink_trim.patch │ │ │ ├── 655-increase_skb_pad.patch │ │ │ ├── 700-swconfig.patch │ │ │ ├── 701-phy_extension.patch │ │ │ ├── 702-phy_add_aneg_done_function.patch │ │ │ ├── 703-phy-add-detach-callback-to-struct-phy_driver.patch │ │ │ ├── 710-phy-add-mdio_register_board_info.patch │ │ │ ├── 720-phy_adm6996.patch │ │ │ ├── 721-phy_packets.patch │ │ │ ├── 722-phy_mvswitch.patch │ │ │ ├── 723-phy_ip175c.patch │ │ │ ├── 724-phy_ar8216.patch │ │ │ ├── 725-phy_rtl8306.patch │ │ │ ├── 726-phy_rtl8366.patch │ │ │ ├── 727-phy-rtl8367.patch │ │ │ ├── 728-phy-micrel.patch │ │ │ ├── 729-phy-rtl8367b.patch │ │ │ ├── 729-phy-tantos.patch │ │ │ ├── 730-phy_b53.patch │ │ │ ├── 750-hostap_txpower.patch │ │ │ ├── 800-usb-ohci-multiple-platform-driver-fix.patch │ │ │ ├── 801-usb-ehci-multiple-platform-driver-fix.patch │ │ │ ├── 810-pci_disable_common_quirks.patch │ │ │ ├── 811-pci_disable_usb_common_quirks.patch │ │ │ ├── 820-usb_add_usb_find_device_by_name.patch │ │ │ ├── 830-ledtrig_morse.patch │ │ │ ├── 831-ledtrig_netdev.patch │ │ │ ├── 832-ledtrig_usbdev.patch │ │ │ ├── 840-rtc7301.patch │ │ │ ├── 841-rtc_pt7c4338.patch │ │ │ ├── 850-glamo_headers.patch │ │ │ ├── 861-04_spi_gpio_implement_spi_delay.patch │ │ │ ├── 862-gpio_spi_driver.patch │ │ │ ├── 863-gpiommc.patch │ │ │ ├── 864-gpiommc_configfs_locking.patch │ │ │ ├── 865-gpiopwm.patch │ │ │ ├── 870-hifn795x_byteswap.patch │ │ │ ├── 880-gateworks_system_controller.patch │ │ │ ├── 900-slab_maxsize.patch │ │ │ ├── 901-debloat_sock_diag.patch │ │ │ ├── 902-debloat_proc.patch │ │ │ ├── 903-debloat_direct_io.patch │ │ │ ├── 910-kobject_uevent.patch │ │ │ ├── 911-kobject_add_broadcast_uevent.patch │ │ │ ├── 920-unable_to_open_console.patch │ │ │ ├── 921-use_preinit_as_init.patch │ │ │ ├── 930-crashlog.patch │ │ │ ├── 940-ocf_kbuild_integration.patch │ │ │ ├── 941-ocf_20120127.patch │ │ │ ├── 950-vm_exports.patch │ │ │ ├── 960-decompress_unlzo_fix.patch │ │ │ ├── 970-remove-unsane-filenames-from-deps_initramfs-list.patch │ │ │ ├── 980-arm_openwrt_machtypes.patch │ │ │ ├── 992-mpcore_wdt_fix_watchdog_counter_loading.patch │ │ │ ├── 993-mpcore_wdt_fix_wdioc_setoptions_handling.patch │ │ │ └── 994-mpcore_wdt_fix_timer_mode_setup.patch │ │ ├── patches-3.8 │ │ │ ├── 010-mtd_mp25p80_add_gd25q32_gd25q64.patch │ │ │ ├── 020-ssb_update.patch │ │ │ ├── 025-bcma_backport.patch │ │ │ ├── 030-backport-lib-devres-Introduce-devm_ioremap_resource.patch │ │ │ ├── 031-PCI-Remove-__weak-annotation-from-pcibios_get_phb_of.patch │ │ │ ├── 032-MIPS-PCI-Implement-pcibios_get_phb_of_node.patch │ │ │ ├── 033-backport-spi-of-Use-DT-aliases-for-assigning-bus-number.patch │ │ │ ├── 060-hso_devices.patch │ │ │ ├── 061-arm_xz_decompressor_build_fix.patch │ │ │ ├── 062-mips_decompressor_build_fix.patch │ │ │ ├── 084-x86_fix_perf_uclibc_build.patch │ │ │ ├── 100-overlayfs.patch │ │ │ ├── 102-ehci_hcd_ignore_oc.patch │ │ │ ├── 110-fix_mtd_include.patch │ │ │ ├── 200-fix_localversion.patch │ │ │ ├── 201-extra_optimization.patch │ │ │ ├── 202-reduce_module_size.patch │ │ │ ├── 203-kallsyms_uncompressed.patch │ │ │ ├── 210-darwin_scripts_include.patch │ │ │ ├── 212-byteshift_portability.patch │ │ │ ├── 220-gc_sections.patch │ │ │ ├── 221-module_exports.patch │ │ │ ├── 230-openwrt_lzma_options.patch │ │ │ ├── 250-netfilter_depends.patch │ │ │ ├── 251-sound_kconfig.patch │ │ │ ├── 252-mv_cesa_depends.patch │ │ │ ├── 253-ssb_b43_default_on.patch │ │ │ ├── 254-textsearch_kconfig_hacks.patch │ │ │ ├── 255-lib80211_kconfig_hacks.patch │ │ │ ├── 256-crypto_add_kconfig_prompts.patch │ │ │ ├── 257-wireless_ext_kconfig_hack.patch │ │ │ ├── 258-netfilter_netlink_kconfig_hack.patch │ │ │ ├── 259-regmap_dynamic.patch │ │ │ ├── 260-crypto_test_dependencies.patch │ │ │ ├── 261-move_bcm963xx_tag.patch │ │ │ ├── 262-compressor_kconfig_hack.patch │ │ │ ├── 300-mips_expose_boot_raw.patch │ │ │ ├── 301-mips_image_cmdline_hack.patch │ │ │ ├── 302-mips_no_branch_likely.patch │ │ │ ├── 304-mips_disable_fpu.patch │ │ │ ├── 305-mips_module_reloc.patch │ │ │ ├── 306-mips_mem_functions_performance.patch │ │ │ ├── 308-mips-show-correct-cpu-name-for-24KEc.patch │ │ │ ├── 309-mips_fuse_workaround.patch │ │ │ ├── 310-arm_module_unresolved_weak_sym.patch │ │ │ ├── 320-ppc4xx_optimization.patch │ │ │ ├── 321-powerpc_crtsavres_prereq.patch │ │ │ ├── 322-ppc4xx-crypto-compile-fix.patch │ │ │ ├── 400-rootfs_split.patch │ │ │ ├── 401-partial_eraseblock_write.patch │ │ │ ├── 410-mtd_info_move_forward_decl.patch │ │ │ ├── 420-redboot_space.patch │ │ │ ├── 430-mtd_myloader_partition_parser.patch │ │ │ ├── 440-block2mtd_init.patch │ │ │ ├── 441-block2mtd_refresh.patch │ │ │ ├── 442-block2mtd_probe.patch │ │ │ ├── 450-mtd_plat_nand_chip_fixup.patch │ │ │ ├── 451-mtd_fix_nand_correct_data_return_code.patch │ │ │ ├── 460-cfi_cmdset_0002_no_erase_suspend.patch │ │ │ ├── 470-mtd_m25p80_add_pm25lv_flash_support.patch │ │ │ ├── 473-mtd_m25p80_add_w25q128.patch │ │ │ ├── 474-mtd_mp25p80_add_pm25lq032.patch │ │ │ ├── 475-mtd_cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch │ │ │ ├── 476-mtd-m25p80-allow-to-disable-small-sector-erase.patch │ │ │ ├── 478-mtd-partial_eraseblock_unlock.patch │ │ │ ├── 500-yaffs-Kbuild-integration.patch │ │ │ ├── 501-yaffs-Fix-directory-unlinking-in-yaffs1-mode.patch │ │ │ ├── 502-yaffs-Switch-from-semaphores-to-mutexes.patch │ │ │ ├── 503-yaffs-Replace-yaffs_dir_llseek-with-Linux-generic-ll.patch │ │ │ ├── 504-yaffs-Mods-for-Linux-3.0-and-fix-a-typo.patch │ │ │ ├── 505-yaffs-3.2-use-MTD_OPS_AUTO_OOB.patch │ │ │ ├── 506-yaffs-3.2-dont-use-i_nlink-directly.patch │ │ │ ├── 507-yaffs-3.3_fix.patch │ │ │ ├── 508-yaffs-3.3-use-mtd_-helpers.patch │ │ │ ├── 509-yaffs-3.4-add-underscore-to-mtd-internal-names.patch │ │ │ ├── 510-yaffs-3.4-use-d_make_root.patch │ │ │ ├── 511-yaffs-3.5-use-clear_inode.patch │ │ │ ├── 512-yaffs-3.5-convert-to-use-kuid_t-kgid_t.patch │ │ │ ├── 513-yaffs-3.6-fix-dir_inode-ops.patch │ │ │ ├── 514-yaffs-3.6-use-delayed-work-instead-of-write_super.patch │ │ │ ├── 520-squashfs_update_xz_comp_opts.patch │ │ │ ├── 530-jffs2_make_lzma_available.patch │ │ │ ├── 531-debloat_lzma.patch │ │ │ ├── 532-jffs2_eofdetect.patch │ │ │ ├── 540-crypto-xz-decompression-support.patch │ │ │ ├── 541-ubifs-xz-decompression-support.patch │ │ │ ├── 550-ubifs-symlink-xattr-support.patch │ │ │ ├── 551-ubifs-fix-default-compression-selection.patch │ │ │ ├── 600-netfilter_layer7_2.22.patch │ │ │ ├── 601-netfilter_layer7_pktmatch.patch │ │ │ ├── 602-netfilter_layer7_match.patch │ │ │ ├── 603-netfilter_layer7_2.6.36_fix.patch │ │ │ ├── 604-netfilter_conntrack_flush.patch │ │ │ ├── 610-netfilter_match_bypass_default_checks.patch │ │ │ ├── 611-netfilter_match_bypass_default_table.patch │ │ │ ├── 612-netfilter_match_reduce_memory_access.patch │ │ │ ├── 613-netfilter_optional_tcp_window_check.patch │ │ │ ├── 620-sched_esfq.patch │ │ │ ├── 621-sched_act_connmark.patch │ │ │ ├── 630-packet_socket_type.patch │ │ │ ├── 640-bridge_no_eap_forward.patch │ │ │ ├── 641-bridge_always_accept_eap.patch │ │ │ ├── 642-bridge_port_isolate.patch │ │ │ ├── 643-bridge_remove_ipv6_dependency.patch │ │ │ ├── 644-bridge_optimize_netfilter_hooks.patch │ │ │ ├── 650-pppoe_header_pad.patch │ │ │ ├── 651-wireless_mesh_header.patch │ │ │ ├── 652-atm_header_changes.patch │ │ │ ├── 653-disable_netlink_trim.patch │ │ │ ├── 655-increase_skb_pad.patch │ │ │ ├── 656-skb_reduce_truesize-helper.patch │ │ │ ├── 657-qdisc_reduce_truesize.patch │ │ │ ├── 660-fq_codel_defaults.patch │ │ │ ├── 661-fq_codel_keep_dropped_stats.patch │ │ │ ├── 662-use_fq_codel_by_default.patch │ │ │ ├── 663-remove_pfifo_fast.patch │ │ │ ├── 700-swconfig.patch │ │ │ ├── 701-phy_extension.patch │ │ │ ├── 702-phy_add_aneg_done_function.patch │ │ │ ├── 703-phy-add-detach-callback-to-struct-phy_driver.patch │ │ │ ├── 710-phy-add-mdio_register_board_info.patch │ │ │ ├── 720-phy_adm6996.patch │ │ │ ├── 721-phy_packets.patch │ │ │ ├── 722-phy_mvswitch.patch │ │ │ ├── 723-phy_ip175c.patch │ │ │ ├── 724-phy_ar8216.patch │ │ │ ├── 725-phy_rtl8306.patch │ │ │ ├── 726-phy_rtl8366.patch │ │ │ ├── 727-phy-rtl8367.patch │ │ │ ├── 728-phy-micrel.patch │ │ │ ├── 729-phy-rtl8367b.patch │ │ │ ├── 729-phy-tantos.patch │ │ │ ├── 730-phy_b53.patch │ │ │ ├── 750-hostap_txpower.patch │ │ │ ├── 800-usb-ohci-multiple-platform-driver-fix.patch │ │ │ ├── 810-pci_disable_common_quirks.patch │ │ │ ├── 811-pci_disable_usb_common_quirks.patch │ │ │ ├── 820-usb_add_usb_find_device_by_name.patch │ │ │ ├── 830-ledtrig_morse.patch │ │ │ ├── 831-ledtrig_netdev.patch │ │ │ ├── 832-ledtrig_usbdev.patch │ │ │ ├── 840-rtc7301.patch │ │ │ ├── 841-rtc_pt7c4338.patch │ │ │ ├── 850-glamo_headers.patch │ │ │ ├── 861-04_spi_gpio_implement_spi_delay.patch │ │ │ ├── 862-gpio_spi_driver.patch │ │ │ ├── 863-gpiommc.patch │ │ │ ├── 864-gpiommc_configfs_locking.patch │ │ │ ├── 865-gpiopwm.patch │ │ │ ├── 870-hifn795x_byteswap.patch │ │ │ ├── 880-gateworks_system_controller.patch │ │ │ ├── 900-slab_maxsize.patch │ │ │ ├── 901-debloat_sock_diag.patch │ │ │ ├── 902-debloat_proc.patch │ │ │ ├── 903-debloat_direct_io.patch │ │ │ ├── 910-kobject_uevent.patch │ │ │ ├── 911-kobject_add_broadcast_uevent.patch │ │ │ ├── 920-unable_to_open_console.patch │ │ │ ├── 921-use_preinit_as_init.patch │ │ │ ├── 930-crashlog.patch │ │ │ ├── 940-ocf_kbuild_integration.patch │ │ │ ├── 941-ocf_20120127.patch │ │ │ ├── 950-vm_exports.patch │ │ │ ├── 960-decompress_unlzo_fix.patch │ │ │ ├── 970-remove-unsane-filenames-from-deps_initramfs-list.patch │ │ │ ├── 980-arm_openwrt_machtypes.patch │ │ │ ├── 992-mpcore_wdt_fix_watchdog_counter_loading.patch │ │ │ ├── 993-mpcore_wdt_fix_wdioc_setoptions_handling.patch │ │ │ ├── 994-mpcore_wdt_fix_timer_mode_setup.patch │ │ │ ├── 995-mpcore_twd_calibrate_single_core.patch │ │ │ └── 996-zsmalloc_allow_module_build.patch │ │ └── patches-3.9 │ │ │ ├── 010-mtd_mp25p80_add_gd25q32_gd25q64.patch │ │ │ ├── 020-ssb_update.patch │ │ │ ├── 025-bcma_backport.patch │ │ │ ├── 031-PCI-Remove-__weak-annotation-from-pcibios_get_phb_of.patch │ │ │ ├── 032-MIPS-PCI-Implement-pcibios_get_phb_of_node.patch │ │ │ ├── 060-hso_devices.patch │ │ │ ├── 061-arm_xz_decompressor_build_fix.patch │ │ │ ├── 062-mips_decompressor_build_fix.patch │ │ │ ├── 084-x86_fix_perf_uclibc_build.patch │ │ │ ├── 100-overlayfs.patch │ │ │ ├── 102-ehci_hcd_ignore_oc.patch │ │ │ ├── 110-fix_mtd_include.patch │ │ │ ├── 200-fix_localversion.patch │ │ │ ├── 201-extra_optimization.patch │ │ │ ├── 202-reduce_module_size.patch │ │ │ ├── 203-kallsyms_uncompressed.patch │ │ │ ├── 210-darwin_scripts_include.patch │ │ │ ├── 212-byteshift_portability.patch │ │ │ ├── 220-gc_sections.patch │ │ │ ├── 221-module_exports.patch │ │ │ ├── 230-openwrt_lzma_options.patch │ │ │ ├── 250-netfilter_depends.patch │ │ │ ├── 251-sound_kconfig.patch │ │ │ ├── 252-mv_cesa_depends.patch │ │ │ ├── 253-ssb_b43_default_on.patch │ │ │ ├── 254-textsearch_kconfig_hacks.patch │ │ │ ├── 255-lib80211_kconfig_hacks.patch │ │ │ ├── 256-crypto_add_kconfig_prompts.patch │ │ │ ├── 257-wireless_ext_kconfig_hack.patch │ │ │ ├── 258-netfilter_netlink_kconfig_hack.patch │ │ │ ├── 259-regmap_dynamic.patch │ │ │ ├── 260-crypto_test_dependencies.patch │ │ │ ├── 261-move_bcm963xx_tag.patch │ │ │ ├── 262-compressor_kconfig_hack.patch │ │ │ ├── 300-mips_expose_boot_raw.patch │ │ │ ├── 301-mips_image_cmdline_hack.patch │ │ │ ├── 302-mips_no_branch_likely.patch │ │ │ ├── 304-mips_disable_fpu.patch │ │ │ ├── 305-mips_module_reloc.patch │ │ │ ├── 306-mips_mem_functions_performance.patch │ │ │ ├── 309-mips_fuse_workaround.patch │ │ │ ├── 310-arm_module_unresolved_weak_sym.patch │ │ │ ├── 320-ppc4xx_optimization.patch │ │ │ ├── 321-powerpc_crtsavres_prereq.patch │ │ │ ├── 322-ppc4xx-crypto-compile-fix.patch │ │ │ ├── 400-rootfs_split.patch │ │ │ ├── 401-partial_eraseblock_write.patch │ │ │ ├── 410-mtd_info_move_forward_decl.patch │ │ │ ├── 420-redboot_space.patch │ │ │ ├── 430-mtd_myloader_partition_parser.patch │ │ │ ├── 440-block2mtd_init.patch │ │ │ ├── 441-block2mtd_refresh.patch │ │ │ ├── 442-block2mtd_probe.patch │ │ │ ├── 450-mtd_plat_nand_chip_fixup.patch │ │ │ ├── 451-mtd_fix_nand_correct_data_return_code.patch │ │ │ ├── 460-cfi_cmdset_0002_no_erase_suspend.patch │ │ │ ├── 470-mtd_m25p80_add_pm25lv_flash_support.patch │ │ │ ├── 473-mtd_m25p80_add_w25q128.patch │ │ │ ├── 474-mtd_mp25p80_add_pm25lq032.patch │ │ │ ├── 475-mtd_cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch │ │ │ ├── 476-mtd-m25p80-allow-to-disable-small-sector-erase.patch │ │ │ ├── 478-mtd-partial_eraseblock_unlock.patch │ │ │ ├── 500-yaffs-Kbuild-integration.patch │ │ │ ├── 501-yaffs-Fix-directory-unlinking-in-yaffs1-mode.patch │ │ │ ├── 502-yaffs-Switch-from-semaphores-to-mutexes.patch │ │ │ ├── 503-yaffs-Replace-yaffs_dir_llseek-with-Linux-generic-ll.patch │ │ │ ├── 504-yaffs-Mods-for-Linux-3.0-and-fix-a-typo.patch │ │ │ ├── 505-yaffs-3.2-use-MTD_OPS_AUTO_OOB.patch │ │ │ ├── 506-yaffs-3.2-dont-use-i_nlink-directly.patch │ │ │ ├── 507-yaffs-3.3_fix.patch │ │ │ ├── 508-yaffs-3.3-use-mtd_-helpers.patch │ │ │ ├── 509-yaffs-3.4-add-underscore-to-mtd-internal-names.patch │ │ │ ├── 510-yaffs-3.4-use-d_make_root.patch │ │ │ ├── 511-yaffs-3.5-use-clear_inode.patch │ │ │ ├── 512-yaffs-3.5-convert-to-use-kuid_t-kgid_t.patch │ │ │ ├── 513-yaffs-3.6-fix-dir_inode-ops.patch │ │ │ ├── 514-yaffs-3.6-use-delayed-work-instead-of-write_super.patch │ │ │ ├── 520-squashfs_update_xz_comp_opts.patch │ │ │ ├── 530-jffs2_make_lzma_available.patch │ │ │ ├── 531-debloat_lzma.patch │ │ │ ├── 532-jffs2_eofdetect.patch │ │ │ ├── 540-crypto-xz-decompression-support.patch │ │ │ ├── 541-ubifs-xz-decompression-support.patch │ │ │ ├── 550-ubifs-symlink-xattr-support.patch │ │ │ ├── 551-ubifs-fix-default-compression-selection.patch │ │ │ ├── 600-netfilter_layer7_2.22.patch │ │ │ ├── 601-netfilter_layer7_pktmatch.patch │ │ │ ├── 602-netfilter_layer7_match.patch │ │ │ ├── 603-netfilter_layer7_2.6.36_fix.patch │ │ │ ├── 604-netfilter_conntrack_flush.patch │ │ │ ├── 610-netfilter_match_bypass_default_checks.patch │ │ │ ├── 611-netfilter_match_bypass_default_table.patch │ │ │ ├── 612-netfilter_match_reduce_memory_access.patch │ │ │ ├── 613-netfilter_optional_tcp_window_check.patch │ │ │ ├── 620-sched_esfq.patch │ │ │ ├── 621-sched_act_connmark.patch │ │ │ ├── 630-packet_socket_type.patch │ │ │ ├── 640-bridge_no_eap_forward.patch │ │ │ ├── 641-bridge_always_accept_eap.patch │ │ │ ├── 642-bridge_port_isolate.patch │ │ │ ├── 643-bridge_remove_ipv6_dependency.patch │ │ │ ├── 644-bridge_optimize_netfilter_hooks.patch │ │ │ ├── 650-pppoe_header_pad.patch │ │ │ ├── 651-wireless_mesh_header.patch │ │ │ ├── 652-atm_header_changes.patch │ │ │ ├── 653-disable_netlink_trim.patch │ │ │ ├── 655-increase_skb_pad.patch │ │ │ ├── 656-skb_reduce_truesize-helper.patch │ │ │ ├── 657-qdisc_reduce_truesize.patch │ │ │ ├── 660-fq_codel_defaults.patch │ │ │ ├── 661-fq_codel_keep_dropped_stats.patch │ │ │ ├── 662-use_fq_codel_by_default.patch │ │ │ ├── 663-remove_pfifo_fast.patch │ │ │ ├── 700-swconfig.patch │ │ │ ├── 701-phy_extension.patch │ │ │ ├── 702-phy_add_aneg_done_function.patch │ │ │ ├── 703-phy-add-detach-callback-to-struct-phy_driver.patch │ │ │ ├── 710-phy-add-mdio_register_board_info.patch │ │ │ ├── 720-phy_adm6996.patch │ │ │ ├── 721-phy_packets.patch │ │ │ ├── 722-phy_mvswitch.patch │ │ │ ├── 723-phy_ip175c.patch │ │ │ ├── 724-phy_ar8216.patch │ │ │ ├── 725-phy_rtl8306.patch │ │ │ ├── 726-phy_rtl8366.patch │ │ │ ├── 727-phy-rtl8367.patch │ │ │ ├── 728-phy-micrel.patch │ │ │ ├── 729-phy-rtl8367b.patch │ │ │ ├── 729-phy-tantos.patch │ │ │ ├── 730-phy_b53.patch │ │ │ ├── 750-hostap_txpower.patch │ │ │ ├── 800-usb-ohci-multiple-platform-driver-fix.patch │ │ │ ├── 810-pci_disable_common_quirks.patch │ │ │ ├── 811-pci_disable_usb_common_quirks.patch │ │ │ ├── 820-usb_add_usb_find_device_by_name.patch │ │ │ ├── 830-ledtrig_morse.patch │ │ │ ├── 831-ledtrig_netdev.patch │ │ │ ├── 832-ledtrig_usbdev.patch │ │ │ ├── 840-rtc7301.patch │ │ │ ├── 841-rtc_pt7c4338.patch │ │ │ ├── 850-glamo_headers.patch │ │ │ ├── 861-04_spi_gpio_implement_spi_delay.patch │ │ │ ├── 862-gpio_spi_driver.patch │ │ │ ├── 863-gpiommc.patch │ │ │ ├── 864-gpiommc_configfs_locking.patch │ │ │ ├── 865-gpiopwm.patch │ │ │ ├── 870-hifn795x_byteswap.patch │ │ │ ├── 880-gateworks_system_controller.patch │ │ │ ├── 900-slab_maxsize.patch │ │ │ ├── 901-debloat_sock_diag.patch │ │ │ ├── 902-debloat_proc.patch │ │ │ ├── 903-debloat_direct_io.patch │ │ │ ├── 910-kobject_uevent.patch │ │ │ ├── 911-kobject_add_broadcast_uevent.patch │ │ │ ├── 920-unable_to_open_console.patch │ │ │ ├── 921-use_preinit_as_init.patch │ │ │ ├── 930-crashlog.patch │ │ │ ├── 940-ocf_kbuild_integration.patch │ │ │ ├── 941-ocf_20120127.patch │ │ │ ├── 950-vm_exports.patch │ │ │ ├── 960-decompress_unlzo_fix.patch │ │ │ ├── 970-remove-unsane-filenames-from-deps_initramfs-list.patch │ │ │ ├── 980-arm_openwrt_machtypes.patch │ │ │ ├── 992-mpcore_wdt_fix_watchdog_counter_loading.patch │ │ │ ├── 993-mpcore_wdt_fix_wdioc_setoptions_handling.patch │ │ │ ├── 994-mpcore_wdt_fix_timer_mode_setup.patch │ │ │ ├── 995-mpcore_twd_calibrate_single_core.patch │ │ │ └── 996-zsmalloc_allow_module_build.patch │ ├── iop32x │ │ ├── Makefile │ │ ├── base-files │ │ │ └── etc │ │ │ │ └── config │ │ │ │ └── network │ │ ├── config-3.3 │ │ ├── image │ │ │ └── Makefile │ │ └── patches-3.3 │ │ │ ├── 001-ARM-Fix-missing-linux-types.h-inclusion-in-asm-hardw.patch │ │ │ ├── 002-Disintegrate-asm-system.h-for-ARM.patch │ │ │ └── 003-plat-iop-fix-section-mismatch.patch │ ├── ixp4xx │ │ ├── Makefile │ │ ├── base-files │ │ │ └── lib │ │ │ │ ├── ixp4xx.sh │ │ │ │ ├── preinit │ │ │ │ └── 05_set_ether_mac_ixp4xx │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-3.3 │ │ ├── generic │ │ │ ├── profiles │ │ │ │ ├── 100-Default.mk │ │ │ │ ├── 105-Atheros-ath5k.mk │ │ │ │ ├── 200-NSLU2.mk │ │ │ │ ├── 300-NAS100d.mk │ │ │ │ ├── 400-DSMG600RevA.mk │ │ │ │ └── 500-USR8200.mk │ │ │ └── target.mk │ │ ├── harddisk │ │ │ ├── config-default │ │ │ ├── profiles │ │ │ │ └── 100-FSG3.mk │ │ │ └── target.mk │ │ ├── image │ │ │ └── Makefile │ │ ├── modules.mk │ │ └── patches-3.3 │ │ │ ├── 000-adjust_virtual_addresses.patch │ │ │ ├── 020-gateworks_i2c_pld.patch │ │ │ ├── 090-increase_entropy_pools.patch │ │ │ ├── 100-wg302v2_gateway7001_mac_plat_info.patch │ │ │ ├── 105-wg302v1_support.patch │ │ │ ├── 110-pronghorn_series_support.patch │ │ │ ├── 111-pronghorn_swap_uarts.patch │ │ │ ├── 115-sidewinder_support.patch │ │ │ ├── 116-sidewinder_fis_location.patch │ │ │ ├── 120-compex_support.patch │ │ │ ├── 130-wrt300nv2_support.patch │ │ │ ├── 131-wrt300nv2_mac_plat_info.patch │ │ │ ├── 132-wrt300nv2_mac_fix.patch │ │ │ ├── 150-lanready_ap1000_support.patch │ │ │ ├── 151-lanready_ap1000_mac_plat_info.patch │ │ │ ├── 160-delayed_uart_io.patch │ │ │ ├── 162-wg302v1_mem_fixup.patch │ │ │ ├── 170-ixdpg425_mac_plat_info.patch │ │ │ ├── 175-avila_hss_audio_support.patch │ │ │ ├── 180-tw5334_support.patch │ │ │ ├── 185-mi424wr_support.patch │ │ │ ├── 190-cambria_support.patch │ │ │ ├── 201-npe_driver_print_license_location.patch │ │ │ ├── 203-npe_driver_mask_phy_features.patch │ │ │ ├── 205-npe_driver_separate_phy_functions.patch │ │ │ ├── 206-npe_driver_add_update_link_function.patch │ │ │ ├── 207-npe_driver_multiphy_support.patch │ │ │ ├── 295-latch_led_driver.patch │ │ │ ├── 300-avila_support.patch │ │ │ ├── 304-ixp4xx_eth_jumboframe.patch │ │ │ ├── 310-gtwx5717_spi_bus.patch │ │ │ ├── 311-gtwx5717_mac_plat_info.patch │ │ │ ├── 312-ixp4xx_pata_optimization.patch │ │ │ ├── 402-ixp4xx_gpiolib.patch │ │ │ ├── 500-usr8200_support.patch │ │ │ ├── 520-tw2662_support.patch │ │ │ ├── 530-ap42x_support.patch │ │ │ ├── 600-skb_avoid_dmabounce.patch │ │ │ └── 900-ixp4xx-crypto-include-module.h.patch │ ├── kirkwood │ │ ├── Makefile │ │ ├── base-files.mk │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── uci-defaults │ │ │ │ │ ├── 01_leds │ │ │ │ │ └── 02_network │ │ │ └── lib │ │ │ │ └── kirkwood.sh │ │ ├── config-3.3 │ │ ├── files │ │ │ └── arch │ │ │ │ └── arm │ │ │ │ └── mach-kirkwood │ │ │ │ ├── goflexhome-setup.c │ │ │ │ ├── goflexnet-setup.c │ │ │ │ ├── iconnect-setup.c │ │ │ │ ├── nas6210-setup.c │ │ │ │ └── nsa-310-setup.c │ │ ├── image │ │ │ └── Makefile │ │ └── patches │ │ │ ├── 000-boards.patch │ │ │ ├── 001-partition_map.patch │ │ │ └── 002-mvsdio_delay.patch │ ├── lantiq │ │ ├── Makefile │ │ ├── ase │ │ │ ├── config-default │ │ │ ├── profiles │ │ │ │ └── 001-netgear.mk │ │ │ └── target.mk │ │ ├── base-files.mk │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── diag.sh │ │ │ │ ├── hotplug.d │ │ │ │ │ ├── button │ │ │ │ │ │ └── 10-generic.sh │ │ │ │ │ └── firmware │ │ │ │ │ │ └── 10-rt2x00-eeprom │ │ │ │ ├── inittab │ │ │ │ └── uci-defaults │ │ │ │ │ ├── 01_leds │ │ │ │ │ ├── 02_network │ │ │ │ │ └── 03_wireless-wps │ │ │ └── lib │ │ │ │ ├── functions │ │ │ │ └── lantiq.sh │ │ │ │ ├── preinit │ │ │ │ └── 42_athfix │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-3.7 │ │ ├── config-default │ │ ├── dts │ │ │ ├── ACMP252.dts │ │ │ ├── ARV4510PW.dts │ │ │ ├── ARV4518PWR01.dts │ │ │ ├── ARV4518PWR01A.dts │ │ │ ├── ARV4520PW.dts │ │ │ ├── ARV4525PW.dts │ │ │ ├── ARV452CQW.dts │ │ │ ├── ARV7518PW.dts │ │ │ ├── ARV7525PW.dts │ │ │ ├── ARV752DPW.dts │ │ │ ├── ARV752DPW22.dts │ │ │ ├── DGN1000B.dts │ │ │ ├── DGN3500.dts │ │ │ ├── DGN3500.dtsi │ │ │ ├── DGN3500B.dts │ │ │ ├── EASY50712.dts │ │ │ ├── EASY50810.dts │ │ │ ├── EASY80920.dtsi │ │ │ ├── EASY80920NAND.dts │ │ │ ├── EASY80920NOR.dts │ │ │ ├── EASY98000NOR.dts │ │ │ ├── EASY98000SFLASH.dts │ │ │ ├── FRITZ3370.dts │ │ │ ├── FRITZ7320.dts │ │ │ ├── VG3503J.dts │ │ │ ├── WBMR.dts │ │ │ ├── amazonse.dtsi │ │ │ ├── ar9.dtsi │ │ │ ├── danube.dtsi │ │ │ ├── falcon.dtsi │ │ │ └── vr9.dtsi │ │ ├── falcon │ │ │ ├── config-default │ │ │ ├── profiles │ │ │ │ └── lantiq.mk │ │ │ └── target.mk │ │ ├── files │ │ │ └── firmware │ │ │ │ └── lantiq │ │ │ │ ├── vr9_phy11g_a1x.bin │ │ │ │ ├── vr9_phy11g_a2x.bin │ │ │ │ ├── vr9_phy22f_a1x.bin │ │ │ │ └── vr9_phy22f_a2x.bin │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── eva.dummy.squashfs │ │ │ └── lzma-loader │ │ │ │ ├── Makefile │ │ │ │ └── src │ │ │ │ ├── LzmaDecode.c │ │ │ │ ├── LzmaDecode.h │ │ │ │ ├── LzmaTypes.h │ │ │ │ ├── Makefile │ │ │ │ ├── ar71xx.mk │ │ │ │ ├── ar71xx_regs.h │ │ │ │ ├── board-ar71xx.c │ │ │ │ ├── board-lantiq.c │ │ │ │ ├── board-ralink.c │ │ │ │ ├── cache.c │ │ │ │ ├── cache.h │ │ │ │ ├── cacheops.h │ │ │ │ ├── config.h │ │ │ │ ├── cp0regdef.h │ │ │ │ ├── head.S │ │ │ │ ├── lantiq.mk │ │ │ │ ├── loader.c │ │ │ │ ├── loader.lds │ │ │ │ ├── loader2.lds │ │ │ │ ├── lzma-data.lds │ │ │ │ ├── printf.c │ │ │ │ ├── printf.h │ │ │ │ └── ralink.mk │ │ ├── modules.mk │ │ ├── patches-3.7 │ │ │ ├── 0001-MIPS-lantiq-unbreak-devicetree-init.patch │ │ │ ├── 0002-MIPS-lantiq-fix-bootselect-bits-on-XRX200-SoC.patch │ │ │ ├── 0003-MIPS-lantiq-verbose-init-of-dma-core.patch │ │ │ ├── 0004-MIPS-lantiq-adds-xrx200-ethernet-clock-definition.patch │ │ │ ├── 0005-MIPS-lantiq-adds-code-for-booting-GPHY.patch │ │ │ ├── 0006-MIPS-lantiq-adds-GPHY-firmware-loader.patch │ │ │ ├── 0100-MIPS-lantiq-honour-model-property-inside-devicetree-.patch │ │ │ ├── 0101-MIPS-lantiq-adds-support-for-SVIP-SoC-Family.patch │ │ │ ├── 0102-MIPS-lantiq-add-GPHY-clock-gate-bits.patch │ │ │ ├── 0103-MIPS-lantiq-adds-static-clock-for-PP32.patch │ │ │ ├── 0104-MIPS-lantiq-adds-4dword-burst-length-for-dma.patch │ │ │ ├── 0105-MIPS-lantiq-rework-external-irq-code.patch │ │ │ ├── 0106-MIPS-lantiq-adds-minimal-dcdc-driver.patch │ │ │ ├── 0107-PINCTRL-lantiq-pinconf-uses-port-instead-of-pin.patch │ │ │ ├── 0108-PINCTRL-lantiq-fixes.patch │ │ │ ├── 0109-GPIO-MIPS-add-gpio-driver-for-falcon-SoC.patch │ │ │ ├── 0110-Document-devicetree-add-OF-documents-for-lantiq-seri.patch │ │ │ ├── 0111-MTD-MIPS-lantiq-Add-NAND-support-on-Lantiq-FALCON-So.patch │ │ │ ├── 0112-MTD-lantiq-xway-fix-NAND-reset-timeout-handling.patch │ │ │ ├── 0113-I2C-MIPS-lantiq-add-FALC-ON-i2c-bus-master.patch │ │ │ ├── 0114-SPI-MIPS-lantiq-adds-spi-xway.patch │ │ │ ├── 0115-NET-PHY-adds-driver-for-lantiq-PHY11G.patch │ │ │ ├── 0116-NET-MIPS-lantiq-update-etop-driver-for-devicetree.patch │ │ │ ├── 0117-NET-MIPS-lantiq-adds-xrx200-net.patch │ │ │ ├── 0118-owrt-adds-PHY11G-firmware-blobs.patch │ │ │ ├── 0119-owrt-ATM-adds-lantiq-specific-hacks.patch │ │ │ ├── 0120-owrt-generic-dtb-image-hack.patch │ │ │ ├── 0121-owrt-lantiq-dtb-image-hack.patch │ │ │ ├── 0122-MIPS-lantiq-adds-pcie-driver.patch │ │ │ ├── 0123-USB-fix-roothub-for-IFXHCD.patch │ │ │ ├── 0124-pci_fix.patch │ │ │ ├── 0125-falcon-pad.patch │ │ │ ├── 0126-lantiq_etop-Change-MDIO-clock.patch │ │ │ ├── 0127-lantiq_etop-Fix-supported-modes-flag.patch │ │ │ ├── 0300-owrt-mtd-split.patch │ │ │ ├── 0301-gptu.patch │ │ │ ├── 0302-wifi-eep.patch │ │ │ ├── 0303-vmmc.patch │ │ │ ├── 0304-etop.patch │ │ │ └── 0305-no_xip_nor.patch │ │ ├── patches-3.8 │ │ │ ├── 0001-MTD-m25p80-allow-loading-mtd-name-from-OF.patch │ │ │ ├── 0002-SPI-MIPS-lantiq-make-use-of-spi_finalize_current_mes.patch │ │ │ ├── 0003-SPI-MIPS-lantiq-set-SPI_MASTER_HALF_DUPLEX-flag.patch │ │ │ ├── 0004-Document-devicetree-add-OF-documents-for-lantiq-seri.patch │ │ │ ├── 0005-PINCTRL-lantiq-pinconf-uses-port-instead-of-pin.patch │ │ │ ├── 0006-PINCTRL-lantiq-faulty-bit-inversion.patch │ │ │ ├── 0007-PINCTRL-lantiq-add-pin_config_group_set-support.patch │ │ │ ├── 0008-PINCTRL-lantiq-add-output-pinconf-parameter.patch │ │ │ ├── 0009-PINCTRL-lantiq-the-pinconf-OD-parameter-argument-was.patch │ │ │ ├── 0010-PINCTRL-lantiq-only-probe-available-pad-controllers.patch │ │ │ ├── 0011-PINCTRL-lantiq-one-of-the-boot-leds-was-defined-inco.patch │ │ │ ├── 0012-PINCTRL-lantiq-fix-pinconfig-parameters.patch │ │ │ ├── 0013-PINCTRL-lantiq-add-functionality-to-falcon_pinconf_d.patch │ │ │ ├── 0014-PINCTRL-lantiq-fix-pin-availability-check.patch │ │ │ ├── 0015-PINCTRL-lantiq-fix-pin-number-in-ltq_pmx_gpio_reques.patch │ │ │ ├── 0016-MIPS-lantiq-trivial-typo-fix.patch │ │ │ ├── 0017-MIPS-lantiq-adds-static-clock-for-PP32.patch │ │ │ ├── 0018-MIPS-lantiq-improve-pci-reset-gpio-handling.patch │ │ │ ├── 0019-MIPS-lantiq-rework-external-irq-code.patch │ │ │ ├── 0020-MIPS-lantiq-adds-4dword-burst-length-for-dma.patch │ │ │ ├── 0021-GPIO-MIPS-add-gpio-driver-for-falcon-SoC.patch │ │ │ ├── 0022-I2C-MIPS-lantiq-add-FALC-ON-i2c-bus-master.patch │ │ │ ├── 0023-USB-fix-roothub-for-IFXHCD.patch │ │ │ ├── 0024-SPI-MIPS-lantiq-adds-spi-xway.patch │ │ │ ├── 0025-NET-MIPS-lantiq-adds-xrx200-net.patch │ │ │ ├── 0026-NET-MIPS-lantiq-update-etop-driver-for-devicetree.patch │ │ │ ├── 0027-NET-PHY-adds-driver-for-lantiq-PHY11G.patch │ │ │ ├── 0028-NET-lantiq-adds-PHY11G-firmware-blobs.patch │ │ │ ├── 0029-NET-lantiq-adds-gphy-clock.patch │ │ │ ├── 0030-MIPS-lantiq-add-pcie-driver.patch │ │ │ ├── 0031-MIPS-lantiq-adds-minimal-dcdc-driver.patch │ │ │ ├── 0032-MTD-lantiq-Add-NAND-support-on-Lantiq-Falcon-SoC.patch │ │ │ ├── 0033-MTD-lantiq-xway-make-nand-actually-work.patch │ │ │ ├── 0034-MTD-lantiq-handle-NO_XIP-on-cfi0001-flash.patch │ │ │ ├── 0035-owrt-generic-dtb-image-hack.patch │ │ │ ├── 0036-owrt-lantiq-dtb-image-hack.patch │ │ │ ├── 0037-owrt-lantiq-wifi-and-ethernet-eeprom-handling.patch │ │ │ ├── 0038-owrt-lantiq-handle-vmmc-memory-reservation.patch │ │ │ ├── 0039-owrt-lantiq-backport-old-timer-code.patch │ │ │ ├── 0040-owrt-lantiq-add-atm-hack.patch │ │ │ ├── 0041-owrt-mtd-split.patch │ │ │ ├── 0042-PINCTRL-lantiq-fix-pinmux.patch │ │ │ └── 0200-MIPS-read-the-mips_machine-name-from-OF-and-output-i.patch │ │ ├── svip_be │ │ │ ├── config-default │ │ │ ├── profiles │ │ │ │ ├── 000-generic.mk │ │ │ │ └── 001-lantiq.mk │ │ │ └── target.mk │ │ ├── svip_le │ │ │ ├── config-default │ │ │ ├── profiles │ │ │ │ ├── 000-generic.mk │ │ │ │ └── 001-lantiq.mk │ │ │ └── target.mk │ │ └── xway │ │ │ ├── config-default │ │ │ ├── profiles │ │ │ ├── arv.mk │ │ │ ├── audiocodes.mk │ │ │ ├── avm.mk │ │ │ ├── buffalo.mk │ │ │ ├── lantiq.mk │ │ │ └── netgear.mk │ │ │ └── target.mk │ ├── malta │ │ ├── Makefile │ │ ├── README │ │ ├── base-files │ │ │ └── etc │ │ │ │ └── inittab │ │ ├── be │ │ │ ├── config-default │ │ │ └── target.mk │ │ ├── be64 │ │ │ ├── config-default │ │ │ └── target.mk │ │ ├── config-3.8 │ │ ├── image │ │ │ └── Makefile │ │ ├── le │ │ │ ├── config-default │ │ │ └── target.mk │ │ └── le64 │ │ │ ├── config-default │ │ │ └── target.mk │ ├── mcs814x │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── config │ │ │ │ │ └── network │ │ │ │ └── uci-defaults │ │ │ │ │ └── 01_leds │ │ │ └── lib │ │ │ │ ├── mcs814x.sh │ │ │ │ └── preinit │ │ │ │ └── 03_preinit_do_mcs814x.sh │ │ ├── config-default │ │ ├── files-3.3 │ │ │ ├── arch │ │ │ │ └── arm │ │ │ │ │ ├── boot │ │ │ │ │ └── dts │ │ │ │ │ │ ├── dlan-usb-extender.dts │ │ │ │ │ │ ├── mcs8140.dtsi │ │ │ │ │ │ └── rbt-832.dts │ │ │ │ │ └── mach-mcs814x │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── Makefile.boot │ │ │ │ │ ├── board-mcs8140-dt.c │ │ │ │ │ ├── clock.c │ │ │ │ │ ├── common.c │ │ │ │ │ ├── common.h │ │ │ │ │ ├── include │ │ │ │ │ └── mach │ │ │ │ │ │ ├── cpu.h │ │ │ │ │ │ ├── debug-macro.S │ │ │ │ │ │ ├── entry-macro.S │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── hardware.h │ │ │ │ │ │ ├── io.h │ │ │ │ │ │ ├── irqs.h │ │ │ │ │ │ ├── mcs814x.h │ │ │ │ │ │ ├── memory.h │ │ │ │ │ │ ├── param.h │ │ │ │ │ │ ├── system.h │ │ │ │ │ │ ├── timex.h │ │ │ │ │ │ └── uncompress.h │ │ │ │ │ ├── irq.c │ │ │ │ │ └── timer.c │ │ │ └── drivers │ │ │ │ ├── char │ │ │ │ └── hw_random │ │ │ │ │ └── mcs814x-rng.c │ │ │ │ ├── gpio │ │ │ │ └── gpio-mcs814x.c │ │ │ │ ├── net │ │ │ │ ├── ethernet │ │ │ │ │ └── mcs8140 │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ └── nuport_mac.c │ │ │ │ └── phy │ │ │ │ │ └── mcs814x.c │ │ │ │ ├── usb │ │ │ │ └── host │ │ │ │ │ ├── ehci-mcs814x.c │ │ │ │ │ └── ohci-mcs814x.c │ │ │ │ └── watchdog │ │ │ │ └── mcs814x_wdt.c │ │ ├── image │ │ │ └── Makefile │ │ ├── modules.mk │ │ ├── patches-3.3 │ │ │ ├── 001-platform.patch │ │ │ ├── 003-ethernet.patch │ │ │ ├── 004-usb.patch │ │ │ ├── 005-mcs814x_rng.patch │ │ │ ├── 006-mcs814x_wdt.patch │ │ │ ├── 008-mcs814x_gpio.patch │ │ │ ├── 010-fdt_config_cmdline_extend.patch │ │ │ ├── 011-mcs814x_internal_phy.patch │ │ │ ├── 012-mtd-cfi_cmdset_0002-force-word-write.patch │ │ │ └── 013-ohci_workarounds.patch │ │ └── profiles │ │ │ ├── 000-Generic.mk │ │ │ └── 100-dLAN-USB-Extender.mk │ ├── mpc52xx │ │ ├── Makefile │ │ ├── base-files │ │ │ └── etc │ │ │ │ └── inittab │ │ ├── config-3.8 │ │ └── image │ │ │ └── Makefile │ ├── mpc83xx │ │ ├── Makefile │ │ ├── base-files.mk │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── inittab │ │ │ │ └── uci-defaults │ │ │ │ │ └── 02_network │ │ │ └── lib │ │ │ │ ├── mpc83xx.sh │ │ │ │ └── preinit │ │ │ │ └── 03_preinit_do_mpc83xx.sh │ │ ├── config-3.8 │ │ ├── files │ │ │ └── scripts │ │ │ │ └── mkits.sh │ │ ├── image │ │ │ └── Makefile │ │ ├── modules.mk │ │ └── patches-3.8 │ │ │ ├── 100-powerpc_create_fit_uImages.patch │ │ │ ├── 101-mpc8377_wlan-dts-add-gpio-leds.patch │ │ │ ├── 110-vitesse_8601.patch │ │ │ ├── 111-etsec27_war.patch │ │ │ ├── 120-ucc_tdm.patch │ │ │ ├── 200-powerpc-add-rbppc-support.patch │ │ │ ├── 201-powerpc-add-rb_iomap.patch │ │ │ ├── 202-ata-add-pata_rbppc_cf-driver.patch │ │ │ ├── 203-mtd-add-rbppc_nand-driver.patch │ │ │ └── 300-mpc8377_wlan-dts-add-openwrt-hacks.patch │ ├── mpc85xx │ │ ├── Makefile │ │ ├── base-files.mk │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── diag.sh │ │ │ │ ├── hotplug.d │ │ │ │ │ └── firmware │ │ │ │ │ │ └── 10-ath9k-eeprom │ │ │ │ ├── inittab │ │ │ │ └── uci-defaults │ │ │ │ │ ├── 00_inittab-console-fixup │ │ │ │ │ └── 02_network │ │ │ └── lib │ │ │ │ ├── mpc85xx.sh │ │ │ │ ├── preinit │ │ │ │ ├── 03_preinit_do_mpc85xx.sh │ │ │ │ ├── 05_mpc85xx_load_input_drivers │ │ │ │ └── 05_set_preinit_iface_mpc85xx │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-3.8 │ │ ├── generic │ │ │ ├── config-default │ │ │ └── target.mk │ │ ├── image │ │ │ └── Makefile │ │ ├── p1020 │ │ │ ├── config-default │ │ │ └── target.mk │ │ ├── patches-3.8 │ │ │ ├── 001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch │ │ │ ├── 100-fix_mpc8568e_mds.patch │ │ │ ├── 110-fix_mpc8548_cds.patch │ │ │ ├── 120-mpc8548_cds_i8259_noirq_init.patch │ │ │ ├── 130-mpc8548_cds_disable_i8259_irq.patch │ │ │ └── 140-powerpc-85xx-tl-wdr4900-v1-support.patch │ │ └── profiles │ │ │ ├── 00-default.mk │ │ │ └── tp-link.mk │ ├── mvebu │ │ ├── Makefile │ │ ├── base-files │ │ │ └── lib │ │ │ │ ├── mvebu.sh │ │ │ │ └── preinit │ │ │ │ └── 03_preinit_do_mvebu.sh │ │ ├── config-default │ │ ├── image │ │ │ └── Makefile │ │ ├── patches-3.8 │ │ │ ├── 006-mmc_mvsdio_use_slot_gpio.patch │ │ │ ├── 007-mmc_mvsdio_use_slot_gpio_for_cd.patch │ │ │ ├── 008-mmc_mvsdio_implement_a_device_tree_binding.patch │ │ │ ├── 009-mmc_mvsdio_add_pinctrl.patch │ │ │ ├── 010-arm_mvebu_add_dt_info_a370.patch │ │ │ ├── 011-arm_mvebu_add_pin_mux_options_a370.patch │ │ │ ├── 012-arm_mvebu_add_pin_mux_options_axp.patch │ │ │ ├── 013-arm_mvebu_enable_sd_cart_slot_axp_db.patch │ │ │ ├── 014-arm_mvebu_enable_sd_card_slot_a370_db.patch │ │ │ ├── 015-arm_mvebu_enable_sd_card_slot_mirabox.patch │ │ │ ├── 019-rtc_add_support_for_rtc_mv_for_mvebu.patch │ │ │ ├── 020-arm_mvebu_add_rtc_support_for_a370_and_axp.patch │ │ │ ├── 021-arm_mvebu_add_rd_a370_a1_dts.patch │ │ │ ├── 022-arm_mvebu_enable_sd_card_slot_a370_rd.patch │ │ │ ├── 023-arm_mvebu_add_support_for_usb_host.patch │ │ │ ├── 024-arm_mvebu_enable_usb_a370.patch │ │ │ ├── 025-arm_mvebu_enable_usb_a370_mirabox.patch │ │ │ ├── 026-arm_mvebu_enale_usb_axp.patch │ │ │ ├── 027-arm_mvebu_enable_axp_openblocks.patch │ │ │ ├── 028-lib_devres_dont_enclose_pcim.patch │ │ │ ├── 029-clk_mvebu_create_parent_child_relation.patch │ │ │ ├── 030-arm_plat_orion_introduce_win_ctrl_enable.patch │ │ │ ├── 031-arm_plat_orion_refactor.patch │ │ │ ├── 032-arm_plat_orion_introduce_orion_alloc_free_cpu_win.patch │ │ │ ├── 033-arm_mvebu_add_functions_to_alloc_free_pcie.patch │ │ │ ├── 034-arm_plat_orion_make_common_pcie.patch │ │ │ ├── 035-arm_mvebu_the_core_pcie_driver.patch │ │ │ ├── 036-arm_mvebu_pcie_support_is_now_available.patch │ │ │ ├── 037-arm_mvebu_add_pcie_dt_a370.patch │ │ │ ├── 038-arm_mvebu_add_pcie_dt_axp.patch │ │ │ ├── 039-arm_mvebu_add_pcie_dt_ax34.patch │ │ │ ├── 040-arm_mvebu_add_pcie_axp_db.patch │ │ │ ├── 041-arm_mvebu_add_pcie_dt_mirabox.patch │ │ │ ├── 042-arm_mvebu_add_pcie_dt_a370_db.patch │ │ │ ├── 043-arm_mvebu_enable_usb_a370_rd.patch │ │ │ └── 044-arm_mvebu_add_pcie_dt_a370_rd.patch │ │ └── profiles │ │ │ └── 100-Generic.mk │ ├── omap24xx │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── config │ │ │ │ │ ├── fstab │ │ │ │ │ ├── network │ │ │ │ │ └── wireless │ │ │ │ ├── hotplug.d │ │ │ │ │ └── firmware │ │ │ │ │ │ ├── 10-bme-pmm-image │ │ │ │ │ │ └── 20-p54spi-eeprom │ │ │ │ ├── init.d │ │ │ │ │ └── watchdog │ │ │ │ ├── inittab │ │ │ │ └── pointercal │ │ │ └── lib │ │ │ │ └── firmware │ │ │ │ └── bc4fw.bin │ │ ├── config-3.3 │ │ ├── image │ │ │ └── Makefile │ │ ├── modules.mk │ │ ├── patches-3.3 │ │ │ ├── 200-omap-platform.patch │ │ │ ├── 250-cbus.patch │ │ │ ├── 251-cbus-tahvo-lock-fix.patch │ │ │ ├── 252-cbus-retu-tahvo-ack-fix.patch │ │ │ ├── 254-cbus-retu-tahvo-irq-mask-init-fix.patch │ │ │ ├── 300-cbus-platform.patch │ │ │ ├── 309-omapfb-circular-mutex-workaround.patch │ │ │ ├── 310-n810-lcd.patch │ │ │ ├── 311-omapfb-clock-fixes.patch │ │ │ ├── 312-no-hwmod-reset.patch │ │ │ ├── 315-n800-touchscreen-and-keypad-drivers.patch │ │ │ ├── 320-nokia-various.patch │ │ │ ├── 330-n800-tsc2301-platform.patch │ │ │ ├── 350-n8x0-gpioswitch-input.patch │ │ │ ├── 400-bluetooth-hci_h4p.patch │ │ │ ├── 410-hci-h4p-fixes.patch │ │ │ ├── 420-hci-h4p-interrupt-workaround.patch │ │ │ ├── 597-cbus-tahvo-usb-platform.patch │ │ │ ├── 710-evdev-events-without-grab.patch │ │ │ ├── 810-mmc-fixes.patch │ │ │ ├── 830-omap2-serial-fixes.patch │ │ │ ├── 850-musb-tusb-modular-fixes.patch │ │ │ ├── 900-n810-battery-management.patch │ │ │ └── 910-omap-fix-section-mismatch-warnings.patch │ │ └── profiles │ │ │ ├── 100-n810.mk │ │ │ └── 110-n810-gui.mk │ ├── omap4 │ │ ├── Makefile │ │ ├── base-files │ │ │ └── etc │ │ │ │ └── inittab │ │ ├── config-default │ │ ├── image │ │ │ ├── Makefile │ │ │ └── boot.script │ │ └── patches │ │ │ └── 001-omap4_pandaboard-wlan_fix.patch │ ├── orion │ │ ├── Makefile │ │ ├── base-files │ │ │ └── etc │ │ │ │ ├── config │ │ │ │ └── network │ │ │ │ └── hotplug.d │ │ │ │ └── usb │ │ │ │ └── 10-usb │ │ ├── config-3.3 │ │ ├── dns323 │ │ │ ├── base-files │ │ │ │ └── etc │ │ │ │ │ └── config │ │ │ │ │ └── network │ │ │ ├── config-3.3 │ │ │ └── target.mk │ │ ├── files │ │ │ └── arch │ │ │ │ └── arm │ │ │ │ └── mach-orion5x │ │ │ │ ├── dt2-common.h │ │ │ │ └── dt2-setup.c │ │ ├── generic │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ └── uci-defaults │ │ │ │ │ │ └── 09_hardware │ │ │ │ └── lib │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ └── target.mk │ │ ├── harddisk │ │ │ ├── config-3.3 │ │ │ └── target.mk │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── dns323.mk │ │ │ ├── generic.mk │ │ │ └── harddisk.mk │ │ └── patches-3.3 │ │ │ ├── 100-wrt350nv2_openwrt_partition_map.patch │ │ │ ├── 101-wnr854t_partition_map.patch │ │ │ ├── 200-dt2_board_support.patch │ │ │ ├── 210-wn802t_support.patch │ │ │ ├── 300-dns323_partition_map.patch │ │ │ ├── 400-fix-section-mismatch-warnings.patch │ │ │ └── a01-dt2-fixes-for-3.3.patch │ ├── ppc40x │ │ ├── Makefile │ │ ├── base-files │ │ │ └── lib │ │ │ │ ├── ppc40x.sh │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-3.8 │ │ ├── image │ │ │ └── Makefile │ │ ├── modules.mk │ │ └── patches-3.8 │ │ │ ├── 003-powerpc-add-EBC_BXCR-defines.patch │ │ │ ├── 004-magicbox.patch │ │ │ ├── 005-openrb.patch │ │ │ ├── 101-pata-magicbox-cf-driver.patch │ │ │ ├── 110-kilauea_openwrt_flashmap.patch │ │ │ ├── 120-usb-isp116x-hcd-add-of-binding.patch │ │ │ └── 121-usb-isp116x-hcd-ppc405-register-access.patch │ ├── ppc44x │ │ ├── Makefile │ │ ├── base-files │ │ │ └── etc │ │ │ │ └── inittab │ │ ├── config-3.8 │ │ ├── image │ │ │ └── Makefile │ │ └── patches-3.8 │ │ │ ├── 100-openwrt_flashmap.patch │ │ │ └── 110-openwrt_dts_cmdline.patch │ ├── pxa │ │ ├── Makefile │ │ ├── config-3.3 │ │ ├── image │ │ │ └── Makefile │ │ ├── patches-3.3 │ │ │ ├── 001-gumstix_verdex_pro_arch_support.patch │ │ │ ├── 002-verdex_lcd_support.patch │ │ │ ├── 003-gumstix_h_verdex_pro_support.patch │ │ │ ├── 004-smsc911x_verdex_pro_support.patch │ │ │ ├── 005-verdex_pcmcia_support.patch │ │ │ └── a01-arm-debugll-printk.patch │ │ └── profiles │ │ │ ├── 100-Default.mk │ │ │ └── 200-Gumstix.mk │ ├── ramips │ │ ├── Makefile │ │ ├── base-files.mk │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── diag.sh │ │ │ │ ├── hotplug.d │ │ │ │ │ └── firmware │ │ │ │ │ │ └── 10-rt2x00-eeprom │ │ │ │ ├── inittab │ │ │ │ └── uci-defaults │ │ │ │ │ ├── 01_leds │ │ │ │ │ ├── 02_network │ │ │ │ │ └── 09_fix-seama-header │ │ │ └── lib │ │ │ │ ├── preinit │ │ │ │ ├── 03_preinit_do_ramips.sh │ │ │ │ ├── 04_disable_wnce2001_flash_checksumming │ │ │ │ ├── 05_ramips_load-input_drivers │ │ │ │ ├── 06_set_iface_mac │ │ │ │ └── 07_set_preinit_iface_ramips │ │ │ │ ├── ramips.sh │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── dts │ │ │ ├── 3G-6200N.dts │ │ │ ├── 3G-6200NL.dts │ │ │ ├── 3G300M.dts │ │ │ ├── AIR3GII.dts │ │ │ ├── ALL0239-3G.dts │ │ │ ├── ALL0256N-4M.dts │ │ │ ├── ALL0256N-8M.dts │ │ │ ├── ALL5002.dts │ │ │ ├── ALL5003.dts │ │ │ ├── ARGUS_ATP52B.dts │ │ │ ├── ASL26555-16M.dts │ │ │ ├── ASL26555-8M.dts │ │ │ ├── BC2.dts │ │ │ ├── BR-6425.dts │ │ │ ├── BROADWAY.dts │ │ │ ├── CARAMBOLA.dts │ │ │ ├── D105.dts │ │ │ ├── DAP-1350.dts │ │ │ ├── DIR-300-B1.dts │ │ │ ├── DIR-600-B1.dts │ │ │ ├── DIR-600-B2.dts │ │ │ ├── DIR-615-D.dts │ │ │ ├── DIR-615-H1.dts │ │ │ ├── DIR-620-A1.dts │ │ │ ├── DIR-620-D1.dts │ │ │ ├── DIR-645.dts │ │ │ ├── ESR-9753.dts │ │ │ ├── F5D8235_V1.dts │ │ │ ├── F5D8235_V2.dts │ │ │ ├── FONERA20N.dts │ │ │ ├── FREESTATION5.dts │ │ │ ├── HW550-3G.dts │ │ │ ├── MOFI3500-3GN.dts │ │ │ ├── MZK-W300NH2.dts │ │ │ ├── NBG-419N.dts │ │ │ ├── NW718.dts │ │ │ ├── OMNI-EMB-HPM.dts │ │ │ ├── OMNI-EMB.dts │ │ │ ├── PSR-680W.dts │ │ │ ├── PWH2004.dts │ │ │ ├── RT-G32-B1.dts │ │ │ ├── RT-N10-PLUS.dts │ │ │ ├── RT-N13U.dts │ │ │ ├── RT-N15.dts │ │ │ ├── RTN56U.dts │ │ │ ├── SL-R7205.dts │ │ │ ├── TEW-691GR.dts │ │ │ ├── TEW-692GR.dts │ │ │ ├── UR-326N4G.dts │ │ │ ├── UR-336UN.dts │ │ │ ├── V11STFE.dts │ │ │ ├── V22RW-2X2.dts │ │ │ ├── W150M.dts │ │ │ ├── W306R_V20.dts │ │ │ ├── W502U.dts │ │ │ ├── WCR150GN.dts │ │ │ ├── WHR-G300N.dts │ │ │ ├── WL-351.dts │ │ │ ├── WL341V3.dts │ │ │ ├── WLI-TX4-AG300N.dts │ │ │ ├── WL_330N.dts │ │ │ ├── WL_330N3G.dts │ │ │ ├── WNCE2001.dts │ │ │ ├── WR512-3GN-4M.dts │ │ │ ├── WR512-3GN-8M.dts │ │ │ ├── WR6202.dts │ │ │ ├── XDXRN502J.dts │ │ │ ├── mt7620.dtsi │ │ │ ├── rt2880.dtsi │ │ │ ├── rt3050.dtsi │ │ │ ├── rt3352.dtsi │ │ │ ├── rt3883.dtsi │ │ │ └── rt5350.dtsi │ │ ├── image │ │ │ └── Makefile │ │ ├── modules.mk │ │ ├── patches-3.8 │ │ │ ├── 0001-MIPS-ralink-adds-include-files.patch │ │ │ ├── 0002-MIPS-ralink-adds-irq-code.patch │ │ │ ├── 0003-MIPS-ralink-adds-reset-code.patch │ │ │ ├── 0004-MIPS-ralink-adds-prom-and-cmdline-code.patch │ │ │ ├── 0005-MIPS-ralink-adds-clkdev-code.patch │ │ │ ├── 0006-MIPS-ralink-adds-OF-code.patch │ │ │ ├── 0007-MIPS-ralink-adds-early_printk-support.patch │ │ │ ├── 0008-MIPS-ralink-adds-support-for-RT305x-SoC-family.patch │ │ │ ├── 0009-MIPS-ralink-adds-rt305x-devicetree.patch │ │ │ ├── 0010-MIPS-ralink-adds-Kbuild-files.patch │ │ │ ├── 0011-MIPS-ralink-adds-default-config-file.patch │ │ │ ├── 0012-Document-devicetree-add-OF-documents-for-MIPS-interr.patch │ │ │ ├── 0013-MIPS-add-irqdomain-support-for-the-CPU-IRQ-controlle.patch │ │ │ ├── 0014-MIPS-ralink-add-CPU-interrupt-controller-to-of_irq_i.patch │ │ │ ├── 0015-serial-ralink-adds-support-for-the-serial-core-found.patch │ │ │ ├── 0100-MIPS-move-mips_-set-get-_machine_name-to-a-more-gene.patch │ │ │ ├── 0101-MIPS-ralink-add-PCI-IRQ-handling.patch │ │ │ ├── 0102-MIPS-ralink-add-RT3352-register-defines.patch │ │ │ ├── 0103-MIPS-ralink-fix-RT305x-clock-setup.patch │ │ │ ├── 0104-MIPS-ralink-add-missing-comment-in-irq-driver.patch │ │ │ ├── 0105-MIPS-ralink-add-RT5350-sdram-register-defines.patch │ │ │ ├── 0106-MIPS-ralink-make-early_printk-work-on-RT2880.patch │ │ │ ├── 0107-MIPS-ralink-rename-gpio_pinmux-to-rt_gpio_pinmux.patch │ │ │ ├── 0108-MIPS-ralink-make-the-RT305x-pinmuxing-structure-stat.patch │ │ │ ├── 0109-MIPS-ralink-add-pci-group-to-struct-ralink_pinmux.patch │ │ │ ├── 0110-MIPS-ralink-add-uart-mask-to-struct-ralink_pinmux.patch │ │ │ ├── 0111-MIPS-ralink-adds-support-for-RT2880-SoC-family.patch │ │ │ ├── 0112-MIPS-ralink-adds-support-for-RT3883-SoC-family.patch │ │ │ ├── 0113-MIPS-ralink-adds-support-for-MT7620-SoC-family.patch │ │ │ ├── 0114-MIPS-ralink-add-cpu-feature-overrides.h.patch │ │ │ ├── 0115-DT-add-vendor-prefixes-for-Ralink.patch │ │ │ ├── 0116-DT-add-documentation-for-the-Ralink-MIPS-SoCs.patch │ │ │ ├── 0117-DT-MIPS-ralink-clean-up-RT3050-dtsi-and-dts-file.patch │ │ │ ├── 0118-DT-MIPS-ralink-add-RT2880-dts-files.patch │ │ │ ├── 0119-DT-MIPS-ralink-add-RT3883-dts-files.patch │ │ │ ├── 0120-DT-MIPS-ralink-add-MT7620A-dts-files.patch │ │ │ ├── 0121-MIPS-add-detect_memory_region.patch │ │ │ ├── 0122-MIPS-ralink-add-memory-definition-to-struct-ralink_s.patch │ │ │ ├── 0123-MIPS-ralink-add-memory-definition-for-RT305x.patch │ │ │ ├── 0124-MIPS-ralink-add-memory-definition-for-RT2880.patch │ │ │ ├── 0125-MIPS-ralink-add-memory-definition-for-RT3883.patch │ │ │ ├── 0126-MIPS-ralink-add-memory-definition-for-MT7620.patch │ │ │ ├── 0127-MIPS-ralink-make-use-of-the-new-memory-detection-cod.patch │ │ │ ├── 0128-MIPS-ralink-add-pinmux-driver.patch │ │ │ ├── 0129-MIPS-ralink-add-support-for-periodic-timer-irq.patch │ │ │ ├── 0130-GPIO-MIPS-ralink-adds-ralink-gpio-support.patch │ │ │ ├── 0131-SPI-ralink-add-Ralink-SoC-spi-driver.patch │ │ │ ├── 0132-serial-of-allow-au1x00-and-rt288x-to-load-from-OF.patch │ │ │ ├── 0133-serial-ralink-adds-mt7620-serial.patch │ │ │ ├── 0134-PCI-MIPS-adds-rt2880-pci-support.patch │ │ │ ├── 0135-PCI-MIPS-adds-rt3883-pci-support.patch │ │ │ ├── 0136-NET-MIPS-add-ralink-SoC-ethernet-driver.patch │ │ │ ├── 0137-watchdog-adds-ralink-wdt.patch │ │ │ ├── 0201-owrt-OF-NET-add-of_get_mac_address_mtd.patch │ │ │ ├── 0202-owrt-USB-adds-dwc_otg.patch │ │ │ ├── 0203-owrt-OF-USB-add-OF-binding-for-ehci-and-ohci-platfor.patch │ │ │ ├── 0204-owrt-MIPS-ralink-add-usb-platform-support.patch │ │ │ ├── 0205-owrt-MIPS-add-OWRTDTB-secion.patch │ │ │ ├── 0206-owrt-MIPS-ralink-add-pseudo-pwm-led-trigger-based-on.patch │ │ │ ├── 0208-owrt-mtd-split.patch │ │ │ ├── 0209-owrt-GPIO-add-gpio_export_with_name.patch │ │ │ ├── 0210-mtd_fix_cfi_cmdset_0002_erase_status_check.patch │ │ │ └── 0211-mtd-cfi_cmdset_0002-force-word-write.patch │ │ ├── rt288x │ │ │ ├── config-3.8 │ │ │ ├── profiles │ │ │ │ ├── 00-default.mk │ │ │ │ ├── asus.mk │ │ │ │ ├── belkin.mk │ │ │ │ └── edimax.mk │ │ │ └── target.mk │ │ ├── rt305x │ │ │ ├── config-3.8 │ │ │ ├── profiles │ │ │ │ ├── 00-default.mk │ │ │ │ ├── allnet.mk │ │ │ │ ├── alpha.mk │ │ │ │ ├── aztech.mk │ │ │ │ ├── belkin.mk │ │ │ │ ├── broadway.mk │ │ │ │ ├── dlink.mk │ │ │ │ ├── engenius.mk │ │ │ │ ├── fon.mk │ │ │ │ ├── freestation5.mk │ │ │ │ ├── n13u.mk │ │ │ │ ├── tenda.mk │ │ │ │ └── upvel.mk │ │ │ └── target.mk │ │ └── rt3883 │ │ │ ├── config-3.8 │ │ │ ├── profiles │ │ │ ├── 00-default.mk │ │ │ ├── asus.mk │ │ │ ├── d-link.mk │ │ │ ├── omnima.mk │ │ │ └── trendnet.mk │ │ │ └── target.mk │ ├── rb532 │ │ ├── Makefile │ │ ├── base-files.mk │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── config │ │ │ │ │ └── network │ │ │ │ └── diag.sh │ │ │ └── sbin │ │ │ │ ├── cf2nand │ │ │ │ └── wget2nand │ │ ├── config-3.8 │ │ ├── image │ │ │ ├── Makefile │ │ │ └── gen_image.sh │ │ ├── modules.mk │ │ ├── patches-3.8 │ │ │ ├── 001-cmdline_hack.patch │ │ │ └── 002-rb532_nand_fixup.patch │ │ └── src │ │ │ └── patch-cmdline.c │ ├── realview │ │ ├── Makefile │ │ ├── README │ │ ├── base-files │ │ │ └── etc │ │ │ │ └── inittab │ │ ├── config-3.8 │ │ └── image │ │ │ └── Makefile │ ├── sibyte │ │ ├── Makefile │ │ ├── base-files │ │ │ └── etc │ │ │ │ └── inittab │ │ ├── config-3.3 │ │ ├── image │ │ │ └── Makefile │ │ └── patches-3.3 │ │ │ ├── 101-rhone_physmap.patch │ │ │ ├── 103-m41t80_smbus.patch │ │ │ ├── 104-sibyte_rtc_cleanup.patch │ │ │ ├── 105-sibyte_hwmon.patch │ │ │ └── 106-no_module_reloc.patch │ ├── sparc │ │ ├── Makefile │ │ ├── config-default │ │ └── image │ │ │ └── Makefile │ ├── uml │ │ ├── Makefile │ │ ├── README │ │ ├── config │ │ │ ├── i386 │ │ │ └── x86_64 │ │ ├── image │ │ │ └── Makefile │ │ └── patches-3.8 │ │ │ └── 001-fix_make_headers_install.patch │ ├── x86 │ │ ├── Makefile │ │ ├── alix2 │ │ │ ├── base-files │ │ │ │ └── etc │ │ │ │ │ ├── config │ │ │ │ │ ├── network │ │ │ │ │ └── system │ │ │ │ │ └── hotplug.d │ │ │ │ │ └── button │ │ │ │ │ └── 50-reboot │ │ │ ├── config-3.8 │ │ │ └── target.mk │ │ ├── base-files.mk │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── defconfig │ │ │ │ │ ├── net4801 │ │ │ │ │ │ └── network │ │ │ │ │ └── net4826 │ │ │ │ │ │ └── network │ │ │ │ └── init.d │ │ │ │ │ └── defconfig │ │ │ └── lib │ │ │ │ ├── preinit │ │ │ │ ├── 15_essential_fs_x86 │ │ │ │ ├── 20_check_iso │ │ │ │ └── 89_move_config │ │ │ │ ├── soekris.sh │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-3.3 │ │ ├── config-3.6 │ │ ├── config-3.7 │ │ ├── config-3.8 │ │ ├── ep80579 │ │ │ ├── config-3.3 │ │ │ └── target.mk │ │ ├── generic │ │ │ ├── config-3.8 │ │ │ ├── profiles │ │ │ │ ├── 000-Generic.mk │ │ │ │ ├── Soekris45xx.mk │ │ │ │ ├── Soekris48xx.mk │ │ │ │ └── Wrap.mk │ │ │ └── target.mk │ │ ├── geos │ │ │ ├── base-files │ │ │ │ └── etc │ │ │ │ │ ├── config │ │ │ │ │ ├── network │ │ │ │ │ └── system │ │ │ │ │ └── hotplug.d │ │ │ │ │ └── button │ │ │ │ │ └── 50-reboot │ │ │ ├── config-3.3 │ │ │ ├── config-3.6 │ │ │ ├── config-3.7 │ │ │ ├── config-3.8 │ │ │ └── target.mk │ │ ├── image │ │ │ ├── Config.in │ │ │ ├── Makefile │ │ │ ├── gen_image_generic.sh │ │ │ ├── gen_image_olpc.sh │ │ │ ├── grub-early.cfg │ │ │ ├── grub-iso.cfg │ │ │ ├── grub.cfg │ │ │ ├── mkimg_bifferboard.py │ │ │ ├── mkimg_sitecom.pl │ │ │ └── olpc.fth │ │ ├── kvm_guest │ │ │ ├── config-3.3 │ │ │ ├── config-3.7 │ │ │ └── target.mk │ │ ├── modules.mk │ │ ├── net5501 │ │ │ ├── base-files │ │ │ │ └── etc │ │ │ │ │ ├── config │ │ │ │ │ ├── network │ │ │ │ │ └── system │ │ │ │ │ └── hotplug.d │ │ │ │ │ └── button │ │ │ │ │ └── 50-reboot │ │ │ ├── config-3.3 │ │ │ └── target.mk │ │ ├── olpc │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── X11 │ │ │ │ │ │ └── xorg.conf │ │ │ │ │ └── config │ │ │ │ │ │ └── network │ │ │ │ └── lib │ │ │ │ │ ├── preinit │ │ │ │ │ └── 15_essential_fs_x86 │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-3.3 │ │ │ └── target.mk │ │ ├── patches-3.3 │ │ │ ├── 001-alix_platform.patch │ │ │ ├── 002-geos_platform.patch │ │ │ ├── 003-via-rhine-crash-fix.patch │ │ │ ├── 006-yenta_mistery.patch │ │ │ ├── 009-rdc321x_select_embedded.patch │ │ │ ├── 010-rdc_cpu_ident.patch │ │ │ ├── 011-tune_lzma_options.patch │ │ │ ├── 012-export_erase_write.patch │ │ │ ├── 100-rdc_boards.patch │ │ │ ├── 120-panic_on_unrecovered_nmi.patch │ │ │ ├── 150-pit-tick-rate.patch │ │ │ └── 160-kexec-fix.patch │ │ ├── patches-3.7 │ │ │ ├── 006-yenta_mistery.patch │ │ │ ├── 009-rdc321x_select_embedded.patch │ │ │ ├── 010-rdc_cpu_ident.patch │ │ │ ├── 011-tune_lzma_options.patch │ │ │ ├── 012-export_erase_write.patch │ │ │ ├── 100-rdc_boards.patch │ │ │ ├── 120-panic_on_unrecovered_nmi.patch │ │ │ ├── 150-pit-tick-rate.patch │ │ │ └── 160-kexec-fix.patch │ │ ├── patches-3.8 │ │ │ ├── 006-yenta_mistery.patch │ │ │ ├── 009-rdc321x_select_embedded.patch │ │ │ ├── 010-rdc_cpu_ident.patch │ │ │ ├── 011-tune_lzma_options.patch │ │ │ ├── 012-export_erase_write.patch │ │ │ ├── 100-rdc_boards.patch │ │ │ ├── 120-panic_on_unrecovered_nmi.patch │ │ │ ├── 150-pit-tick-rate.patch │ │ │ └── 160-kexec-fix.patch │ │ ├── rdc │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── config │ │ │ │ │ │ └── network │ │ │ │ │ └── diag.sh │ │ │ │ └── lib │ │ │ │ │ ├── preinit │ │ │ │ │ └── 05_set_ether_mac_rdc │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-3.3 │ │ │ ├── profiles │ │ │ │ ├── ar525w.mk │ │ │ │ ├── bifferboard.mk │ │ │ │ ├── r8610.mk │ │ │ │ └── sitecom.mk │ │ │ └── target.mk │ │ ├── thincan │ │ │ ├── base-files │ │ │ │ └── etc │ │ │ │ │ └── init.d │ │ │ │ │ └── alsa │ │ │ ├── config-3.3 │ │ │ ├── profiles │ │ │ │ └── dbe61.mk │ │ │ └── target.mk │ │ └── xen_domu │ │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── inittab │ │ │ └── lib │ │ │ │ └── preinit │ │ │ │ └── 45_mount_xenfs │ │ │ ├── config-3.3 │ │ │ └── target.mk │ └── xburst │ │ ├── Makefile │ │ ├── base-files │ │ └── etc │ │ │ └── config │ │ │ ├── fstab │ │ │ ├── network │ │ │ └── system │ │ ├── config-3.8 │ │ ├── id800wt │ │ ├── config-3.8 │ │ └── target.mk │ │ ├── image │ │ ├── Makefile │ │ └── ubinize.cfg │ │ ├── modules.mk │ │ ├── n516 │ │ ├── config-3.8 │ │ └── target.mk │ │ ├── n526 │ │ ├── config-3.8 │ │ └── target.mk │ │ ├── patches-3.8 │ │ ├── 0001-ubi-Read-only-the-vid-header-instead-of-the-whole-pa.patch │ │ ├── 0002-Add-jz4740-udc-driver.patch │ │ ├── 0003-NAND-Optimize-NAND_ECC_HW_OOB_FIRST-read.patch │ │ ├── 0004-NAND-Add-support-for-subpage-reads-for-NAND_ECC_HW_O.patch │ │ ├── 0005-NAND-Optimize-reading-the-eec-data-for-the-JZ4740.patch │ │ ├── 0007-Add-ili8960-lcd-driver.patch │ │ ├── 0008-qi_lb60-Don-t-use-3-wire-spi-mode-for-the-display-fo.patch │ │ ├── 0009-dev-mem-Add-kernel-config-option-to-omit-this-device.patch │ │ ├── 0010-cpufreq_stats-Support-runtime-changes-to-frequency-t.patch │ │ ├── 0011-MIPS-JZ4740-Added-setting-of-PLL-rate-and-main-divid.patch │ │ ├── 0012-MIPS-JZ4740-Add-cpufreq-support.patch │ │ ├── 0013-MMC-JZ4740-Added-support-for-CPU-frequency-changing.patch │ │ ├── 0016-ASoC-JZ4740-Support-buffer-size-that-is-not-a-multip.patch │ │ ├── 0020-qi_lb60-NAND-add-data-partition.patch │ │ └── 0021-rtc-jz4740-fix-hwclock-give-time-out.patch │ │ └── qi_lb60 │ │ ├── config-3.8 │ │ └── target.mk ├── sdk │ ├── Config.in │ ├── Makefile │ └── files │ │ ├── Config.in │ │ ├── Makefile │ │ ├── README.SDK │ │ └── package │ │ ├── depend.mk │ │ └── rules.mk └── toolchain │ ├── Config.in │ ├── Makefile │ └── files │ ├── README.TOOLCHAIN │ └── wrapper.sh ├── toolchain ├── Config.in ├── Makefile ├── binutils │ ├── Config.in │ ├── Makefile │ └── patches │ │ ├── 2.19.1 │ │ ├── 110-arm-eabi-conf.patch │ │ ├── 111-pr7093.elf32-arm.c.patch │ │ ├── 112-arm-uclibc-gas-needs-libm.patch │ │ ├── 120-sh-conf.patch │ │ ├── 200-mips_non_pic.patch │ │ ├── 300-001_ld_makefile_patch.patch │ │ ├── 300-012_check_ldrunpath_length.patch │ │ └── 700-avr32.patch │ │ ├── 2.20.1 │ │ ├── 110-arm-eabi-conf.patch │ │ ├── 111-pr7093.elf32-arm.c.patch │ │ ├── 112-arm-uclibc-gas-needs-libm.patch │ │ ├── 120-sh-conf.patch │ │ ├── 200-mips_non_pic.patch │ │ ├── 300-001_ld_makefile_patch.patch │ │ ├── 300-012_check_ldrunpath_length.patch │ │ ├── 310-backport_fPIE_mips_fix.patch │ │ ├── 400-autoreconf-compat.patch │ │ └── 700-avr32.patch │ │ ├── 2.21.1 │ │ ├── 110-arm-eabi-conf.patch │ │ ├── 111-pr7093.elf32-arm.c.patch │ │ ├── 112-arm-uclibc-gas-needs-libm.patch │ │ ├── 120-sh-conf.patch │ │ ├── 200-mips_non_pic.patch │ │ ├── 300-001_ld_makefile_patch.patch │ │ ├── 300-012_check_ldrunpath_length.patch │ │ └── 700-avr32.patch │ │ ├── 2.22 │ │ ├── 112-arm-uclibc-gas-needs-libm.patch │ │ ├── 120-sh-conf.patch │ │ ├── 200-musl.patch │ │ ├── 300-001_ld_makefile_patch.patch │ │ ├── 300-012_check_ldrunpath_length.patch │ │ ├── 400-fix_arm_gc_sections.patch │ │ ├── 500-arm_ld_assert_fix.patch │ │ └── 999-ppc-textrels.patch │ │ └── 2.23.1 │ │ ├── 112-arm-uclibc-gas-needs-libm.patch │ │ ├── 120-sh-conf.patch │ │ ├── 200-musl.patch │ │ ├── 300-001_ld_makefile_patch.patch │ │ └── 300-012_check_ldrunpath_length.patch ├── eglibc │ ├── Config.in │ ├── Config.version │ ├── Makefile │ ├── common.mk │ ├── config │ │ └── Config.in │ ├── headers │ │ └── Makefile │ ├── include │ │ └── libintl.h │ └── patches │ │ ├── 2.15 │ │ ├── 001-fix_autoconf_macro.patch │ │ ├── 100-fix_cross_rpcgen.patch │ │ ├── 110-fix_cross_zic.patch │ │ ├── 120-use_host_cflags.patch │ │ └── 200-add-dl-search-paths.patch │ │ ├── 2.16 │ │ ├── 001-Avoid-use-of-libgcc_s-and-libgcc_eh-when-building-gl.patch │ │ ├── 002-Add-ARM-specific-static-stubs.c.patch │ │ ├── 003-mips-rld-map-check.patch │ │ └── 200-add-dl-search-paths.patch │ │ └── 2.17 │ │ └── 200-add-dl-search-paths.patch ├── gcc │ ├── Config.in │ ├── Config.version │ ├── common.mk │ ├── files │ │ └── alternate-arch-cc.in │ ├── final │ │ └── Makefile │ ├── initial │ │ └── Makefile │ ├── minimal │ │ └── Makefile │ └── patches │ │ ├── 4.4.7 │ │ ├── 100-uclibc-conf.patch │ │ ├── 301-missing-execinfo_h.patch │ │ ├── 302-c99-snprintf.patch │ │ ├── 305-libmudflap-susv3-legacy.patch │ │ ├── 810-arm-softfloat-libgcc.patch │ │ ├── 820-libgcc_pic.patch │ │ ├── 910-mbsd_multi.patch │ │ ├── 920-specs_nonfatal_getenv.patch │ │ ├── 930-avr32_support.patch │ │ ├── 931-avr32_disable_shifted_data_opt.patch │ │ ├── 933-avr32_bug_7435.patch │ │ ├── 934-avr32_bug_9675.patch │ │ ├── 993-arm_insn-opinit-RTX_CODE-fixup.patch │ │ └── 999-coldfire.patch │ │ ├── 4.6-linaro │ │ ├── 010-documentation.patch │ │ ├── 020-gcc_bug_54295.patch │ │ ├── 100-uclibc-conf.patch │ │ ├── 200-musl.patch │ │ ├── 301-missing-execinfo_h.patch │ │ ├── 302-c99-snprintf.patch │ │ ├── 305-libmudflap-susv3-legacy.patch │ │ ├── 810-arm-softfloat-libgcc.patch │ │ ├── 820-libgcc_pic.patch │ │ ├── 830-arm_unbreak_armv4t.patch │ │ ├── 840-armv4_pass_fix-v4bx_to_ld.patch │ │ ├── 850-use_shared_libgcc.patch │ │ ├── 860-uclibc_use_eh_frame.patch │ │ ├── 870-ppc_no_crtsavres.patch │ │ ├── 900-bad-mips16-crt │ │ ├── 910-mbsd_multi.patch │ │ ├── 920-specs_nonfatal_getenv.patch │ │ └── 999-coldfire.patch │ │ ├── 4.6.3 │ │ ├── 000-gcc-bug-54369.patch │ │ ├── 002-siginfo_t.patch │ │ ├── 010-documentation.patch │ │ ├── 100-uclibc-conf.patch │ │ ├── 200-musl.patch │ │ ├── 301-missing-execinfo_h.patch │ │ ├── 302-c99-snprintf.patch │ │ ├── 305-libmudflap-susv3-legacy.patch │ │ ├── 810-arm-softfloat-libgcc.patch │ │ ├── 820-libgcc_pic.patch │ │ ├── 830-arm_unbreak_armv4t.patch │ │ ├── 840-armv4_pass_fix-v4bx_to_ld.patch │ │ ├── 910-mbsd_multi.patch │ │ ├── 920-specs_nonfatal_getenv.patch │ │ ├── 993-arm_insn-opinit-RTX_CODE-fixup.patch │ │ └── 999-coldfire.patch │ │ ├── 4.8-linaro │ │ ├── 010-documentation.patch │ │ ├── 100-uclibc-conf.patch │ │ ├── 200-musl.patch │ │ ├── 810-arm-softfloat-libgcc.patch │ │ ├── 820-libgcc_pic.patch │ │ ├── 830-arm_unbreak_armv4t.patch │ │ ├── 840-armv4_pass_fix-v4bx_to_ld.patch │ │ ├── 850-use_shared_libgcc.patch │ │ ├── 860-uclibc_use_eh_frame.patch │ │ ├── 870-ppc_no_crtsavres.patch │ │ ├── 900-bad-mips16-crt.patch │ │ ├── 910-mbsd_multi.patch │ │ └── 920-specs_nonfatal_getenv.patch │ │ └── 4.8.0 │ │ ├── 010-documentation.patch │ │ ├── 100-uclibc-conf.patch │ │ ├── 200-musl.patch │ │ ├── 810-arm-softfloat-libgcc.patch │ │ ├── 820-libgcc_pic.patch │ │ ├── 830-arm_unbreak_armv4t.patch │ │ ├── 840-armv4_pass_fix-v4bx_to_ld.patch │ │ ├── 850-use_shared_libgcc.patch │ │ ├── 860-uclibc_use_eh_frame.patch │ │ ├── 870-ppc_no_crtsavres.patch │ │ ├── 900-bad-mips16-crt.patch │ │ ├── 910-mbsd_multi.patch │ │ └── 920-specs_nonfatal_getenv.patch ├── gdb │ ├── Makefile │ └── patches │ │ ├── 100-ppc_compile_fix.patch │ │ ├── 200-linux_musl.patch │ │ └── 600-fix-compile-flag-mismatch.patch ├── info.mk ├── insight │ ├── Makefile │ └── patches │ │ └── 600-fix-compile-flag-mismatch.patch ├── kernel-headers │ ├── Makefile │ └── patches-3.3.5 │ │ └── 100-ext2_fs_header.patch ├── llvm │ ├── Makefile │ └── patches │ │ ├── 100-darwin_arch_auto.patch │ │ └── 110-darwin_version_detect.patch ├── musl │ ├── Config.in │ ├── Config.version │ ├── Makefile │ ├── common.mk │ ├── headers │ │ └── Makefile │ ├── patches-0.9.10 │ │ ├── 000-install_portability.patch │ │ ├── 100-wchar_include.patch │ │ ├── 110-bsd_ether_h.patch │ │ ├── 120-in_h_are_4_equal_parenthesis.patch │ │ └── 130-syslog_log_upto_parenthesis.patch │ ├── patches-0.9.8 │ │ ├── 001-bsd_ether_h.patch │ │ ├── 002-no_mips_fpu.patch │ │ ├── 003-in_h_are_4_equal_parenthesis.patch │ │ ├── 004-wchar_include.patch │ │ └── 005-install_portability.patch │ └── patches-0.9.9 │ │ ├── 001-arm_shared_libs_regression_fix.patch │ │ ├── 002-bsd_ether_h.patch │ │ ├── 003-in_h_are_4_equal_parenthesis.patch │ │ ├── 004-wchar_include.patch │ │ └── 005-install_portability.patch ├── uClibc │ ├── Config.in │ ├── Config.version │ ├── Makefile │ ├── common.mk │ ├── config-0.9.33.2 │ │ ├── arm │ │ ├── armeb │ │ ├── avr32 │ │ ├── common │ │ ├── cris │ │ ├── debug │ │ ├── i386 │ │ ├── i686 │ │ ├── m68k │ │ ├── mips │ │ ├── mips64 │ │ ├── mips64.32 │ │ ├── mips64.64 │ │ ├── mips64.n32 │ │ ├── mips64el │ │ ├── mips64el.32 │ │ ├── mips64el.64 │ │ ├── mips64el.n32 │ │ ├── mipsel │ │ ├── mipsel.cobalt │ │ ├── powerpc │ │ ├── powerpc.e500 │ │ ├── sparc │ │ ├── sparc.leon │ │ └── x86_64 │ ├── headers │ │ └── Makefile │ ├── patches-0.9.33.2 │ │ ├── 010-backport_sscanf_alloc.patch │ │ ├── 011-dlsym_rtld_next_fix.patch │ │ ├── 110-compat_macros.patch │ │ ├── 120-adjtimex.patch │ │ ├── 131-inet-fix-__read_etc_hosts_r-segfault.patch │ │ ├── 132-inet_fix_res_init.patch │ │ ├── 140-avr32_atomic_fix.patch │ │ ├── 170-math_finite.patch │ │ ├── 180-pthread_cleanup_fix.patch │ │ ├── 190-nptl_use_arch_default_stack_limit.patch │ │ ├── 200-no_forced_unwind.patch │ │ ├── 350-use-fputs_unlocked.patch │ │ ├── 410-llvm_workaround.patch │ │ ├── 450-powerpc_copysignl.patch │ │ ├── 480-powerpc_rel24_support.patch │ │ ├── 500-eventfd.patch │ │ ├── 960-remove_eabi_oabi_selection.patch │ │ ├── 970-add___kernel_long_and___kernel_ulong.patch │ │ └── 980-mips64_fixes.patch │ └── utils │ │ └── Makefile └── wrapper │ └── Makefile └── tools ├── Makefile ├── autoconf ├── Makefile └── patches │ ├── 000-relocatable.patch │ └── 001-no_emacs_lib.patch ├── automake ├── Makefile ├── files │ └── aclocal └── patches │ ├── 000-relocatable.patch │ ├── 100-aclocal-skip-not-existing-directories.patch │ └── 200-fix_missing_py_compile.patch ├── b43-tools ├── Makefile ├── files │ └── b43-fwsquash.py └── patches │ ├── 001-fw-dirname.patch │ ├── 002-no_libfl.patch │ └── 100-b43-asm-fix-compile-error-undefined-reference-to-yyd.patch ├── bison ├── Makefile └── patches │ ├── 000-relocatable.patch │ ├── 010-intl-stub-compat.patch │ └── 100-fix-gets-removal.patch ├── ccache ├── Makefile └── files │ ├── ccache_cc │ └── ccache_cxx ├── cloog └── Makefile ├── cmake └── Makefile ├── dosfstools └── Makefile ├── e2fsprogs ├── Makefile └── patches │ ├── 001-exit_0_on_corrected_errors.patch │ ├── 002-dont-build-e4defrag.patch │ ├── 003-openbsd-compat.patch │ └── 004-freebsd-compat.patch ├── firmware-utils ├── Makefile └── src │ ├── add_header.c │ ├── addpattern.c │ ├── airlink.c │ ├── bcm_tag.h │ ├── buffalo-enc.c │ ├── buffalo-lib.c │ ├── buffalo-lib.h │ ├── buffalo-tag.c │ ├── buffalo-tftp.c │ ├── csysimg.h │ ├── cyg_crc.h │ ├── cyg_crc16.c │ ├── cyg_crc32.c │ ├── dgfirmware.c │ ├── encode_crc.c │ ├── fix-u-media-header.c │ ├── fw.h │ ├── imagetag.c │ ├── imagetag.ggo │ ├── imagetag_cmdline.c │ ├── imagetag_cmdline.h │ ├── lzma2eva.c │ ├── makeamitbin.c │ ├── md5.c │ ├── md5.h │ ├── mkbrncmdline.c │ ├── mkbrnimg.c │ ├── mkcameofw.c │ ├── mkcasfw.c │ ├── mkchkimg.c │ ├── mkcsysimg.c │ ├── mkdapimg.c │ ├── mkdir615h1.c │ ├── mkdniimg.c │ ├── mkedimaximg.c │ ├── mkfwimage.c │ ├── mkfwimage2.c │ ├── mkmylofw.c │ ├── mkplanexfw.c │ ├── mktitanimg.c │ ├── mktitanimg.h │ ├── mktplinkfw.c │ ├── mkwrgimg.c │ ├── mkzcfw.c │ ├── mkzynfw.c │ ├── motorola-bin.c │ ├── myloader.h │ ├── nand_ecc.c │ ├── osbridge-crc.c │ ├── pc1crypt.c │ ├── ptgen.c │ ├── seama.c │ ├── seama.h │ ├── sha1.c │ ├── sha1.h │ ├── spw303v.c │ ├── srec2bin.c │ ├── trx.c │ ├── trx2edips.c │ ├── trx2usr.c │ ├── wndr3700.c │ ├── wrt400n.c │ ├── xorimage.c │ └── zynos.h ├── flex └── Makefile ├── flock ├── Makefile └── src │ └── flock.c ├── genext2fs └── Makefile ├── gmp └── Makefile ├── include ├── byteswap.h ├── elf.h ├── endian.h ├── getline.h └── sys │ └── sysmacros.h ├── ipkg-utils ├── Makefile └── patches │ ├── 100-build_clean.patch │ ├── 110-buildpackage.patch │ ├── 111-buildpackage_conffiles.patch │ ├── 120-build_tar.patch │ ├── 130-tar_wildcards.patch │ ├── 140-portability.patch │ ├── 150-uppercase_letters.patch │ ├── 160-find.patch │ ├── 170-resolve_conffiles.patch │ ├── 180-add_installed_size.patch │ ├── 190-preserve_permissions.patch │ ├── 200-force_gnu_format.patch │ └── 210-remove_field_checks.patch ├── libelf └── Makefile ├── libtool ├── Makefile ├── files │ ├── libtool-v1.5.patch │ ├── libtool-v2.2.patch │ └── libtool-v2.4.patch └── patches │ ├── 000-relocatable.patch │ ├── 001-fix-func_append.patch │ ├── 100-libdir-fixes.patch │ ├── 110-dont-use-target-dir-for-relinking.patch │ ├── 120-strip-unsafe-dirs-for-relinking.patch │ ├── 150-trailingslash.patch │ └── 200-openwrt-branding.patch ├── lzma-old ├── Makefile └── patches │ ├── 100-lzma_zlib.patch │ └── 110-ranlib.patch ├── lzma ├── Makefile └── patches │ ├── 001-large_files.patch │ ├── 002-lzmp.patch │ ├── 003-compile_fixes.patch │ └── 100-static_library.patch ├── m4 ├── Makefile └── patches │ └── 100-fix-gets-removal.patch ├── missing-macros ├── Makefile └── src │ ├── README │ └── m4 │ ├── as-ac-expand.m4 │ ├── as-compiler-flag.m4 │ ├── as-unaligned-access.m4 │ ├── as-version.m4 │ ├── dnet.m4 │ ├── esd.m4 │ ├── fake-gtk-doc-check.m4 │ ├── fake-intltool.m4 │ ├── glibc2.m4 │ ├── glibc21.m4 │ ├── intdiv0.m4 │ ├── intmax.m4 │ ├── inttypes-pri.m4 │ ├── inttypes_h.m4 │ ├── lib-ld.m4 │ ├── lib-link.m4 │ ├── lib-prefix.m4 │ ├── mfx_acc.m4 │ ├── mfx_cppflags.m4 │ ├── mfx_limits.m4 │ ├── progtest.m4 │ ├── stdint_h.m4 │ ├── uintmax_t.m4 │ ├── va_copy.m4 │ ├── wint_t.m4 │ ├── xaw.m4 │ └── xmms.m4 ├── mkimage ├── Makefile └── patches │ ├── 010-freebsd-ulong-fix.patch │ ├── 020-openbsd_fixes.patch │ ├── 030-allow-to-use-different-magic.patch │ ├── 050-image_h_portability.patch │ ├── 060-remove_kernel_includes.patch │ └── 100-dtc-binary.patch ├── mklibs ├── Makefile ├── include │ └── elf.h └── patches │ ├── 001-compile.patch │ ├── 002-disable_symbol_checks.patch │ ├── 003-no_copy.patch │ ├── 004-libpthread_link.patch │ ├── 005-duplicate_syms.patch │ ├── 006-uclibc_init.patch │ ├── 007-gc_sections.patch │ ├── 008-uclibc_libgcc_link.patch │ ├── 009-uclibc_libpthread_symbols.patch │ ├── 010-remove_STT_GNU_IFUNC.patch │ └── 011-remove_multiarch.patch ├── mm-macros └── Makefile ├── mpc └── Makefile ├── mpfr ├── Makefile └── patches │ └── 001-only_src.patch ├── mtd-utils ├── Makefile ├── include │ ├── fls.h │ └── linux │ │ └── types.h └── patches │ ├── 110-portability.patch │ ├── 120-cygwin_fixes.patch │ ├── 130-lzma_jffs2.patch │ ├── 131-fix_lib_compile.patch │ ├── 133-error-fix.patch │ ├── 134-freebsd_loff_t.patch │ ├── 135-mkubifs_optional_lzo.patch │ └── 136-mkfs.ubifs-xz-support.patch ├── mtools └── Makefile ├── padjffs2 ├── Makefile └── src │ ├── Makefile │ └── padjffs2.c ├── patch-image ├── Makefile └── src │ ├── patch-cmdline.c │ └── patch-dtb.c ├── patch └── Makefile ├── pkg-config ├── Makefile ├── files │ └── pkg-config └── patches │ └── 100-disable_compat_cmd.patch ├── ppl ├── Makefile └── patches │ ├── 001-gmp_5_fix.patch │ └── 002-replace-pkglib_DATA.patch ├── qemu └── Makefile ├── quilt ├── Makefile └── patches │ ├── 000-relocatable.patch │ ├── 001-fix_compile.patch │ └── 100-patch_2.6.1_version.patch ├── scons ├── Makefile ├── files │ └── pywrap.sh └── patches │ └── 001-platform_env.patch ├── sdcc ├── Makefile └── patches │ ├── 100-workaround-gcc-4.6.2-hang.patch │ └── 200-fix_order_of_linking.patch ├── sed └── Makefile ├── squashfs ├── Makefile └── patches │ └── 100-lzma.patch ├── squashfs4 ├── Makefile └── patches │ ├── 100-portability.patch │ ├── 110-allow_static_liblzma.patch │ ├── 120-cygwin_fixes.patch │ ├── 150-freebsd_fixes.patch │ ├── 160-expose_lzma_xz_options.patch │ ├── 170-add_support_for_LZMA_MAGIC_to_unsqashfs.patch │ └── 180-openbsd_compat.patch ├── sstrip ├── Makefile └── src │ └── sstrip.c ├── upslug2 ├── Makefile └── patches │ ├── 100-libpcap_fix.patch │ └── 110-wrt350nv2_support.patch ├── upx ├── Makefile └── patches │ └── 100-lzmaonly.patch ├── wrt350nv2-builder ├── Makefile └── src │ ├── crypt.h │ ├── ioapi.c │ ├── ioapi.h │ ├── md5.c │ ├── md5.h │ ├── upgrade.h │ └── wrt350nv2-builder.c ├── xfce-macros └── Makefile ├── xorg-macros └── Makefile ├── xz └── Makefile └── yaffs2 ├── Makefile └── patches ├── 100-compile.patch └── 110-openbsd-compat.patch /.gitattributes: -------------------------------------------------------------------------------- 1 | * -text 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/.gitignore -------------------------------------------------------------------------------- /BSDmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/BSDmakefile -------------------------------------------------------------------------------- /Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/Config.in -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/README -------------------------------------------------------------------------------- /docs/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/docs/.gitignore -------------------------------------------------------------------------------- /docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/docs/Makefile -------------------------------------------------------------------------------- /docs/adding.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/docs/adding.tex -------------------------------------------------------------------------------- /docs/bugs.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/docs/bugs.tex -------------------------------------------------------------------------------- /docs/build.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/docs/build.tex -------------------------------------------------------------------------------- /docs/config.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/docs/config.tex -------------------------------------------------------------------------------- /docs/debugging.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/docs/debugging.tex -------------------------------------------------------------------------------- /docs/init-scripts.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/docs/init-scripts.tex -------------------------------------------------------------------------------- /docs/network-scripts.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/docs/network-scripts.tex -------------------------------------------------------------------------------- /docs/network.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/docs/network.tex -------------------------------------------------------------------------------- /docs/openwrt.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/docs/openwrt.sty -------------------------------------------------------------------------------- /docs/openwrt.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/docs/openwrt.tex -------------------------------------------------------------------------------- /docs/submitting-patches.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/docs/submitting-patches.tex -------------------------------------------------------------------------------- /docs/wireless.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/docs/wireless.tex -------------------------------------------------------------------------------- /docs/working.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/docs/working.tex -------------------------------------------------------------------------------- /feeds.conf.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/feeds.conf.default -------------------------------------------------------------------------------- /include/autotools.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/autotools.mk -------------------------------------------------------------------------------- /include/cmake.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/cmake.mk -------------------------------------------------------------------------------- /include/debug.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/debug.mk -------------------------------------------------------------------------------- /include/depends.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/depends.mk -------------------------------------------------------------------------------- /include/download.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/download.mk -------------------------------------------------------------------------------- /include/host-build.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/host-build.mk -------------------------------------------------------------------------------- /include/host.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/host.mk -------------------------------------------------------------------------------- /include/image.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/image.mk -------------------------------------------------------------------------------- /include/kernel-build.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/kernel-build.mk -------------------------------------------------------------------------------- /include/kernel-defaults.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/kernel-defaults.mk -------------------------------------------------------------------------------- /include/kernel-version.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/kernel-version.mk -------------------------------------------------------------------------------- /include/kernel.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/kernel.mk -------------------------------------------------------------------------------- /include/ltqtapi.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/ltqtapi.mk -------------------------------------------------------------------------------- /include/netfilter.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/netfilter.mk -------------------------------------------------------------------------------- /include/nls.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/nls.mk -------------------------------------------------------------------------------- /include/package-bin.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/package-bin.mk -------------------------------------------------------------------------------- /include/package-defaults.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/package-defaults.mk -------------------------------------------------------------------------------- /include/package-dumpinfo.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/package-dumpinfo.mk -------------------------------------------------------------------------------- /include/package-ipkg.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/package-ipkg.mk -------------------------------------------------------------------------------- /include/package-version-override.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/package-version-override.mk -------------------------------------------------------------------------------- /include/package.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/package.mk -------------------------------------------------------------------------------- /include/prereq-build.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/prereq-build.mk -------------------------------------------------------------------------------- /include/prereq.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/prereq.mk -------------------------------------------------------------------------------- /include/quilt.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/quilt.mk -------------------------------------------------------------------------------- /include/scan.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/scan.mk -------------------------------------------------------------------------------- /include/scons.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/scons.mk -------------------------------------------------------------------------------- /include/shell.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/shell.sh -------------------------------------------------------------------------------- /include/site/arm-linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/arm-linux -------------------------------------------------------------------------------- /include/site/arm-openwrt-linux-gnu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/arm-openwrt-linux-gnu -------------------------------------------------------------------------------- /include/site/arm-openwrt-linux-musl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/arm-openwrt-linux-musl -------------------------------------------------------------------------------- /include/site/armeb-linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/armeb-linux -------------------------------------------------------------------------------- /include/site/armeb-openwrt-linux-gnu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/armeb-openwrt-linux-gnu -------------------------------------------------------------------------------- /include/site/avr32-linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/avr32-linux -------------------------------------------------------------------------------- /include/site/avr32-openwrt-linux-gnu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/avr32-openwrt-linux-gnu -------------------------------------------------------------------------------- /include/site/cris-linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/cris-linux -------------------------------------------------------------------------------- /include/site/cris-openwrt-linux-gnu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/cris-openwrt-linux-gnu -------------------------------------------------------------------------------- /include/site/i486-linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/i486-linux -------------------------------------------------------------------------------- /include/site/i486-openwrt-linux-gnu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/i486-openwrt-linux-gnu -------------------------------------------------------------------------------- /include/site/i486-openwrt-linux-musl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/i486-openwrt-linux-musl -------------------------------------------------------------------------------- /include/site/i686-linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/i686-linux -------------------------------------------------------------------------------- /include/site/i686-openwrt-linux-gnu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/i686-openwrt-linux-gnu -------------------------------------------------------------------------------- /include/site/i686-openwrt-linux-musl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/i686-openwrt-linux-musl -------------------------------------------------------------------------------- /include/site/linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/linux -------------------------------------------------------------------------------- /include/site/linux-gnu: -------------------------------------------------------------------------------- 1 | . $TOPDIR/include/site/linux 2 | -------------------------------------------------------------------------------- /include/site/linux-uclibc: -------------------------------------------------------------------------------- 1 | . $TOPDIR/include/site/linux 2 | -------------------------------------------------------------------------------- /include/site/m68k-linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/m68k-linux -------------------------------------------------------------------------------- /include/site/m68k-openwrt-linux-gnu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/m68k-openwrt-linux-gnu -------------------------------------------------------------------------------- /include/site/mips-linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/mips-linux -------------------------------------------------------------------------------- /include/site/mips-linux-gnu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/mips-linux-gnu -------------------------------------------------------------------------------- /include/site/mips-openwrt-linux-gnu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/mips-openwrt-linux-gnu -------------------------------------------------------------------------------- /include/site/mips-openwrt-linux-musl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/mips-openwrt-linux-musl -------------------------------------------------------------------------------- /include/site/mips64-linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/mips64-linux -------------------------------------------------------------------------------- /include/site/mips64el-linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/mips64el-linux -------------------------------------------------------------------------------- /include/site/mipsel-linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/mipsel-linux -------------------------------------------------------------------------------- /include/site/mipsel-linux-gnu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/mipsel-linux-gnu -------------------------------------------------------------------------------- /include/site/powerpc-linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/powerpc-linux -------------------------------------------------------------------------------- /include/site/sparc-linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/sparc-linux -------------------------------------------------------------------------------- /include/site/sparc-linux-gnu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/sparc-linux-gnu -------------------------------------------------------------------------------- /include/site/sparc-openwrt-linux-gnu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/sparc-openwrt-linux-gnu -------------------------------------------------------------------------------- /include/site/x86_64-linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/site/x86_64-linux -------------------------------------------------------------------------------- /include/subdir.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/subdir.mk -------------------------------------------------------------------------------- /include/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/target.mk -------------------------------------------------------------------------------- /include/toolchain-build.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/toolchain-build.mk -------------------------------------------------------------------------------- /include/toplevel.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/toplevel.mk -------------------------------------------------------------------------------- /include/uclibc++.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/uclibc++.mk -------------------------------------------------------------------------------- /include/unpack.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/unpack.mk -------------------------------------------------------------------------------- /include/verbose.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/verbose.mk -------------------------------------------------------------------------------- /include/version.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/include/version.mk -------------------------------------------------------------------------------- /package/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/Makefile -------------------------------------------------------------------------------- /package/acx-mac80211/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/acx-mac80211/Makefile -------------------------------------------------------------------------------- /package/admswconfig/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/admswconfig/Makefile -------------------------------------------------------------------------------- /package/apex/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/apex/Makefile -------------------------------------------------------------------------------- /package/base-files/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/base-files/Makefile -------------------------------------------------------------------------------- /package/base-files/files.old/init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/base-files/files.old/init -------------------------------------------------------------------------------- /package/base-files/files/etc/banner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/base-files/files/etc/banner -------------------------------------------------------------------------------- /package/base-files/files/etc/diag.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Copyright (C) 2006-2009 OpenWrt.org 3 | 4 | set_state() { :; } 5 | -------------------------------------------------------------------------------- /package/base-files/files/etc/group: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/base-files/files/etc/group -------------------------------------------------------------------------------- /package/base-files/files/etc/hosts: -------------------------------------------------------------------------------- 1 | 127.0.0.1 localhost 2 | -------------------------------------------------------------------------------- /package/base-files/files/etc/inittab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/base-files/files/etc/inittab -------------------------------------------------------------------------------- /package/base-files/files/etc/openwrt_version: -------------------------------------------------------------------------------- 1 | %V 2 | -------------------------------------------------------------------------------- /package/base-files/files/etc/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/base-files/files/etc/passwd -------------------------------------------------------------------------------- /package/base-files/files/etc/preinit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/base-files/files/etc/preinit -------------------------------------------------------------------------------- /package/base-files/files/etc/profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/base-files/files/etc/profile -------------------------------------------------------------------------------- /package/base-files/files/etc/rc.button/failsafe: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | touch /tmp/failsafe_button 3 | -------------------------------------------------------------------------------- /package/base-files/files/etc/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/base-files/files/etc/shadow -------------------------------------------------------------------------------- /package/base-files/files/etc/shells: -------------------------------------------------------------------------------- 1 | /bin/ash 2 | -------------------------------------------------------------------------------- /package/base-files/files/rom/note: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/base-files/files/rom/note -------------------------------------------------------------------------------- /package/base-files/files/sbin/led.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/base-files/files/sbin/led.sh -------------------------------------------------------------------------------- /package/base-files/files/sbin/wifi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/base-files/files/sbin/wifi -------------------------------------------------------------------------------- /package/base-files/image-config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/base-files/image-config.in -------------------------------------------------------------------------------- /package/block-mount/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/block-mount/Config.in -------------------------------------------------------------------------------- /package/block-mount/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/block-mount/Makefile -------------------------------------------------------------------------------- /package/block-mount/files/10-swap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/block-mount/files/10-swap -------------------------------------------------------------------------------- /package/block-mount/files/20-fsck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/block-mount/files/20-fsck -------------------------------------------------------------------------------- /package/block-mount/files/40-mount: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/block-mount/files/40-mount -------------------------------------------------------------------------------- /package/block-mount/files/block.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/block-mount/files/block.sh -------------------------------------------------------------------------------- /package/block-mount/files/fsck.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/block-mount/files/fsck.sh -------------------------------------------------------------------------------- /package/block-mount/files/fstab.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/block-mount/files/fstab.init -------------------------------------------------------------------------------- /package/block-mount/files/mount.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/block-mount/files/mount.sh -------------------------------------------------------------------------------- /package/boot/fconfig/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/boot/fconfig/Makefile -------------------------------------------------------------------------------- /package/boot/grub2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/boot/grub2/Makefile -------------------------------------------------------------------------------- /package/boot/kexec-tools/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/boot/kexec-tools/Config.in -------------------------------------------------------------------------------- /package/boot/kexec-tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/boot/kexec-tools/Makefile -------------------------------------------------------------------------------- /package/boot/rbcfg/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/boot/rbcfg/Makefile -------------------------------------------------------------------------------- /package/boot/rbcfg/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/boot/rbcfg/src/Makefile -------------------------------------------------------------------------------- /package/boot/rbcfg/src/cyg_crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/boot/rbcfg/src/cyg_crc.h -------------------------------------------------------------------------------- /package/boot/rbcfg/src/cyg_crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/boot/rbcfg/src/cyg_crc32.c -------------------------------------------------------------------------------- /package/boot/rbcfg/src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/boot/rbcfg/src/main.c -------------------------------------------------------------------------------- /package/boot/rbcfg/src/rbcfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/boot/rbcfg/src/rbcfg.h -------------------------------------------------------------------------------- /package/boot/uboot-ar71xx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/boot/uboot-ar71xx/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-envtools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/boot/uboot-envtools/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-kirkwood/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/boot/uboot-kirkwood/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-lantiq/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/boot/uboot-lantiq/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-omap35xx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/boot/uboot-omap35xx/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-omap4/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/boot/uboot-omap4/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-pxa/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/boot/uboot-pxa/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-xburst/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/boot/uboot-xburst/Makefile -------------------------------------------------------------------------------- /package/boot/yamonenv/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/boot/yamonenv/Makefile -------------------------------------------------------------------------------- /package/broadcom-diag/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/broadcom-diag/Makefile -------------------------------------------------------------------------------- /package/broadcom-diag/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/broadcom-diag/src/Makefile -------------------------------------------------------------------------------- /package/broadcom-diag/src/diag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/broadcom-diag/src/diag.c -------------------------------------------------------------------------------- /package/broadcom-diag/src/diag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/broadcom-diag/src/diag.h -------------------------------------------------------------------------------- /package/broadcom-diag/src/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/broadcom-diag/src/gpio.h -------------------------------------------------------------------------------- /package/broadcom-wl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/broadcom-wl/Makefile -------------------------------------------------------------------------------- /package/broadcom-wl/src/wlc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/broadcom-wl/src/wlc.c -------------------------------------------------------------------------------- /package/busybox/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/busybox/Config.in -------------------------------------------------------------------------------- /package/busybox/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/busybox/Makefile -------------------------------------------------------------------------------- /package/busybox/config/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/busybox/config/Config.in -------------------------------------------------------------------------------- /package/busybox/files/cron: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/busybox/files/cron -------------------------------------------------------------------------------- /package/busybox/files/telnet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/busybox/files/telnet -------------------------------------------------------------------------------- /package/devel/binutils/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/devel/binutils/Makefile -------------------------------------------------------------------------------- /package/devel/gdb/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/devel/gdb/Makefile -------------------------------------------------------------------------------- /package/devel/oprofile/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/devel/oprofile/Makefile -------------------------------------------------------------------------------- /package/devel/trace-cmd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/devel/trace-cmd/Makefile -------------------------------------------------------------------------------- /package/devel/valgrind/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/devel/valgrind/Makefile -------------------------------------------------------------------------------- /package/devel/valgrind/src/abort.c: -------------------------------------------------------------------------------- 1 | void abort(void) 2 | { 3 | } 4 | -------------------------------------------------------------------------------- /package/fuse/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/fuse/Makefile -------------------------------------------------------------------------------- /package/hotplug2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/hotplug2/Makefile -------------------------------------------------------------------------------- /package/hotplug2/src/udevtrigger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/hotplug2/src/udevtrigger.c -------------------------------------------------------------------------------- /package/kernel/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/Makefile -------------------------------------------------------------------------------- /package/kernel/modules/block.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/block.mk -------------------------------------------------------------------------------- /package/kernel/modules/crypto.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/crypto.mk -------------------------------------------------------------------------------- /package/kernel/modules/firewire.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/firewire.mk -------------------------------------------------------------------------------- /package/kernel/modules/fs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/fs.mk -------------------------------------------------------------------------------- /package/kernel/modules/hwmon.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/hwmon.mk -------------------------------------------------------------------------------- /package/kernel/modules/i2c.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/i2c.mk -------------------------------------------------------------------------------- /package/kernel/modules/input.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/input.mk -------------------------------------------------------------------------------- /package/kernel/modules/leds.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/leds.mk -------------------------------------------------------------------------------- /package/kernel/modules/lib.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/lib.mk -------------------------------------------------------------------------------- /package/kernel/modules/netdevices.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/netdevices.mk -------------------------------------------------------------------------------- /package/kernel/modules/netfilter.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/netfilter.mk -------------------------------------------------------------------------------- /package/kernel/modules/netsupport.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/netsupport.mk -------------------------------------------------------------------------------- /package/kernel/modules/nls.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/nls.mk -------------------------------------------------------------------------------- /package/kernel/modules/other.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/other.mk -------------------------------------------------------------------------------- /package/kernel/modules/pcmcia.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/pcmcia.mk -------------------------------------------------------------------------------- /package/kernel/modules/sound.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/sound.mk -------------------------------------------------------------------------------- /package/kernel/modules/spi.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/spi.mk -------------------------------------------------------------------------------- /package/kernel/modules/usb.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/usb.mk -------------------------------------------------------------------------------- /package/kernel/modules/video.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/video.mk -------------------------------------------------------------------------------- /package/kernel/modules/virtual.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/virtual.mk -------------------------------------------------------------------------------- /package/kernel/modules/w1.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/w1.mk -------------------------------------------------------------------------------- /package/kernel/modules/wireless.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/kernel/modules/wireless.mk -------------------------------------------------------------------------------- /package/libs/cyassl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/cyassl/Makefile -------------------------------------------------------------------------------- /package/libs/gettext-full/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/gettext-full/Makefile -------------------------------------------------------------------------------- /package/libs/gettext/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/gettext/Makefile -------------------------------------------------------------------------------- /package/libs/gettext/src/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/gettext/src/LICENSE -------------------------------------------------------------------------------- /package/libs/gettext/src/m4/intl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/gettext/src/m4/intl.m4 -------------------------------------------------------------------------------- /package/libs/gettext/src/m4/nls.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/gettext/src/m4/nls.m4 -------------------------------------------------------------------------------- /package/libs/gettext/src/m4/po.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/gettext/src/m4/po.m4 -------------------------------------------------------------------------------- /package/libs/libbsd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libbsd/Makefile -------------------------------------------------------------------------------- /package/libs/libevent2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libevent2/Makefile -------------------------------------------------------------------------------- /package/libs/libiconv-full/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libiconv-full/Makefile -------------------------------------------------------------------------------- /package/libs/libiconv/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libiconv/COPYING -------------------------------------------------------------------------------- /package/libs/libiconv/COPYRIGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libiconv/COPYRIGHT -------------------------------------------------------------------------------- /package/libs/libiconv/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libiconv/Makefile -------------------------------------------------------------------------------- /package/libs/libiconv/src/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libiconv/src/LICENSE -------------------------------------------------------------------------------- /package/libs/libiconv/src/iconv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libiconv/src/iconv.c -------------------------------------------------------------------------------- /package/libs/libjson-c/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libjson-c/Makefile -------------------------------------------------------------------------------- /package/libs/libmnl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libmnl/Makefile -------------------------------------------------------------------------------- /package/libs/libnfnetlink/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libnfnetlink/Makefile -------------------------------------------------------------------------------- /package/libs/libnl-tiny/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libnl-tiny/Makefile -------------------------------------------------------------------------------- /package/libs/libnl-tiny/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libnl-tiny/src/Makefile -------------------------------------------------------------------------------- /package/libs/libnl-tiny/src/attr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libnl-tiny/src/attr.c -------------------------------------------------------------------------------- /package/libs/libnl-tiny/src/cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libnl-tiny/src/cache.c -------------------------------------------------------------------------------- /package/libs/libnl-tiny/src/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libnl-tiny/src/error.c -------------------------------------------------------------------------------- /package/libs/libnl-tiny/src/genl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libnl-tiny/src/genl.c -------------------------------------------------------------------------------- /package/libs/libnl-tiny/src/msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libnl-tiny/src/msg.c -------------------------------------------------------------------------------- /package/libs/libnl-tiny/src/nl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libnl-tiny/src/nl.c -------------------------------------------------------------------------------- /package/libs/libnl-tiny/src/object.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libnl-tiny/src/object.c -------------------------------------------------------------------------------- /package/libs/libnl-tiny/src/socket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libnl-tiny/src/socket.c -------------------------------------------------------------------------------- /package/libs/libnl-tiny/src/unl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libnl-tiny/src/unl.c -------------------------------------------------------------------------------- /package/libs/libnl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libnl/Makefile -------------------------------------------------------------------------------- /package/libs/libpcap/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libpcap/Config.in -------------------------------------------------------------------------------- /package/libs/libpcap/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libpcap/Makefile -------------------------------------------------------------------------------- /package/libs/libreadline/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libreadline/Makefile -------------------------------------------------------------------------------- /package/libs/librpc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/librpc/Makefile -------------------------------------------------------------------------------- /package/libs/libtool/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libtool/Makefile -------------------------------------------------------------------------------- /package/libs/libubox/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libubox/Makefile -------------------------------------------------------------------------------- /package/libs/libusb-compat/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libusb-compat/Makefile -------------------------------------------------------------------------------- /package/libs/libusb/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/libusb/Makefile -------------------------------------------------------------------------------- /package/libs/lzo/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/lzo/Makefile -------------------------------------------------------------------------------- /package/libs/ncurses/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/ncurses/Makefile -------------------------------------------------------------------------------- /package/libs/openssl/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/openssl/Config.in -------------------------------------------------------------------------------- /package/libs/openssl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/openssl/Makefile -------------------------------------------------------------------------------- /package/libs/polarssl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/polarssl/Makefile -------------------------------------------------------------------------------- /package/libs/popt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/popt/Makefile -------------------------------------------------------------------------------- /package/libs/sysfsutils/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/sysfsutils/Makefile -------------------------------------------------------------------------------- /package/libs/uclibc++/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/uclibc++/Makefile -------------------------------------------------------------------------------- /package/libs/ustream-ssl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/ustream-ssl/Makefile -------------------------------------------------------------------------------- /package/libs/zlib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/libs/zlib/Makefile -------------------------------------------------------------------------------- /package/linux-atm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/linux-atm/Makefile -------------------------------------------------------------------------------- /package/linux-atm/files/br2684ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/linux-atm/files/br2684ctl -------------------------------------------------------------------------------- /package/lua/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/lua/Makefile -------------------------------------------------------------------------------- /package/mac80211/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mac80211/Makefile -------------------------------------------------------------------------------- /package/mac80211/files/regdb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mac80211/files/regdb.txt -------------------------------------------------------------------------------- /package/mkelfimage/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mkelfimage/Makefile -------------------------------------------------------------------------------- /package/mountd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mountd/Makefile -------------------------------------------------------------------------------- /package/mountd/files/mountd.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mountd/files/mountd.config -------------------------------------------------------------------------------- /package/mountd/files/mountd.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mountd/files/mountd.init -------------------------------------------------------------------------------- /package/mtd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mtd/Makefile -------------------------------------------------------------------------------- /package/mtd/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mtd/src/Makefile -------------------------------------------------------------------------------- /package/mtd/src/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mtd/src/crc32.c -------------------------------------------------------------------------------- /package/mtd/src/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mtd/src/crc32.h -------------------------------------------------------------------------------- /package/mtd/src/fis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mtd/src/fis.c -------------------------------------------------------------------------------- /package/mtd/src/fis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mtd/src/fis.h -------------------------------------------------------------------------------- /package/mtd/src/imagetag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mtd/src/imagetag.c -------------------------------------------------------------------------------- /package/mtd/src/jffs2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mtd/src/jffs2.c -------------------------------------------------------------------------------- /package/mtd/src/jffs2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mtd/src/jffs2.h -------------------------------------------------------------------------------- /package/mtd/src/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mtd/src/md5.c -------------------------------------------------------------------------------- /package/mtd/src/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mtd/src/md5.h -------------------------------------------------------------------------------- /package/mtd/src/mtd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mtd/src/mtd.c -------------------------------------------------------------------------------- /package/mtd/src/mtd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mtd/src/mtd.h -------------------------------------------------------------------------------- /package/mtd/src/seama.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mtd/src/seama.c -------------------------------------------------------------------------------- /package/mtd/src/seama.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mtd/src/seama.h -------------------------------------------------------------------------------- /package/mtd/src/trx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/mtd/src/trx.c -------------------------------------------------------------------------------- /package/network/config/firewall/files/firewall.upgrade: -------------------------------------------------------------------------------- 1 | /etc/firewall.user 2 | -------------------------------------------------------------------------------- /package/network/config/netifd/files/sbin/ifdown: -------------------------------------------------------------------------------- 1 | ifup -------------------------------------------------------------------------------- /package/network/ipv6/6in4/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/network/ipv6/6in4/Makefile -------------------------------------------------------------------------------- /package/network/ipv6/6rd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/network/ipv6/6rd/Makefile -------------------------------------------------------------------------------- /package/network/ipv6/6to4/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/network/ipv6/6to4/Makefile -------------------------------------------------------------------------------- /package/network/services/ead/src/tinysrp/stamp-h.in: -------------------------------------------------------------------------------- 1 | timestamp 2 | -------------------------------------------------------------------------------- /package/network/services/openvpn-easy-rsa/files/easy-rsa.index: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package/network/services/openvpn-easy-rsa/files/easy-rsa.serial: -------------------------------------------------------------------------------- 1 | 01 2 | -------------------------------------------------------------------------------- /package/network/services/openvpn/files/openvpn.upgrade: -------------------------------------------------------------------------------- 1 | /etc/openvpn/ 2 | -------------------------------------------------------------------------------- /package/network/services/ppp/files/etc/ppp/chap-secrets: -------------------------------------------------------------------------------- 1 | #USERNAME PROVIDER PASSWORD IPADDRESS 2 | -------------------------------------------------------------------------------- /package/network/services/ppp/files/etc/ppp/radius/servers: -------------------------------------------------------------------------------- 1 | # SERVER SECRET 2 | localhost secret 3 | -------------------------------------------------------------------------------- /package/network/utils/comgt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/network/utils/comgt/Makefile -------------------------------------------------------------------------------- /package/network/utils/dante/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/network/utils/dante/Makefile -------------------------------------------------------------------------------- /package/network/utils/iftop/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/network/utils/iftop/Makefile -------------------------------------------------------------------------------- /package/network/utils/iperf/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/network/utils/iperf/Makefile -------------------------------------------------------------------------------- /package/network/utils/ipset/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/network/utils/ipset/Makefile -------------------------------------------------------------------------------- /package/network/utils/iw/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/network/utils/iw/Makefile -------------------------------------------------------------------------------- /package/network/utils/iwcap/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/network/utils/iwcap/Makefile -------------------------------------------------------------------------------- /package/opkg/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/opkg/Makefile -------------------------------------------------------------------------------- /package/opkg/files/opkg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/opkg/files/opkg.conf -------------------------------------------------------------------------------- /package/procd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/procd/Makefile -------------------------------------------------------------------------------- /package/procd/files/hotplug.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/procd/files/hotplug.json -------------------------------------------------------------------------------- /package/procd/files/procd.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/procd/files/procd.init -------------------------------------------------------------------------------- /package/procd/files/procd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/procd/files/procd.sh -------------------------------------------------------------------------------- /package/px5g/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/px5g/Makefile -------------------------------------------------------------------------------- /package/px5g/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/px5g/src/Makefile -------------------------------------------------------------------------------- /package/px5g/src/library/base64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/px5g/src/library/base64.c -------------------------------------------------------------------------------- /package/px5g/src/library/bignum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/px5g/src/library/bignum.c -------------------------------------------------------------------------------- /package/px5g/src/library/havege.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/px5g/src/library/havege.c -------------------------------------------------------------------------------- /package/px5g/src/library/rsa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/px5g/src/library/rsa.c -------------------------------------------------------------------------------- /package/px5g/src/library/sha1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/px5g/src/library/sha1.c -------------------------------------------------------------------------------- /package/px5g/src/library/timing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/px5g/src/library/timing.c -------------------------------------------------------------------------------- /package/px5g/src/library/x509write.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/px5g/src/library/x509write.c -------------------------------------------------------------------------------- /package/px5g/src/polarssl/base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/px5g/src/polarssl/base64.h -------------------------------------------------------------------------------- /package/px5g/src/polarssl/bignum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/px5g/src/polarssl/bignum.h -------------------------------------------------------------------------------- /package/px5g/src/polarssl/bn_mul.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/px5g/src/polarssl/bn_mul.h -------------------------------------------------------------------------------- /package/px5g/src/polarssl/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/px5g/src/polarssl/config.h -------------------------------------------------------------------------------- /package/px5g/src/polarssl/havege.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/px5g/src/polarssl/havege.h -------------------------------------------------------------------------------- /package/px5g/src/polarssl/rsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/px5g/src/polarssl/rsa.h -------------------------------------------------------------------------------- /package/px5g/src/polarssl/sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/px5g/src/polarssl/sha1.h -------------------------------------------------------------------------------- /package/px5g/src/polarssl/timing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/px5g/src/polarssl/timing.h -------------------------------------------------------------------------------- /package/px5g/src/polarssl/x509.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/px5g/src/polarssl/x509.h -------------------------------------------------------------------------------- /package/px5g/src/px5g.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/px5g/src/px5g.c -------------------------------------------------------------------------------- /package/switch/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/switch/Makefile -------------------------------------------------------------------------------- /package/switch/files/switch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/switch/files/switch.sh -------------------------------------------------------------------------------- /package/switch/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/switch/src/Makefile -------------------------------------------------------------------------------- /package/switch/src/etc53xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/switch/src/etc53xx.h -------------------------------------------------------------------------------- /package/switch/src/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/switch/src/gpio.h -------------------------------------------------------------------------------- /package/switch/src/switch-adm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/switch/src/switch-adm.c -------------------------------------------------------------------------------- /package/switch/src/switch-core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/switch/src/switch-core.c -------------------------------------------------------------------------------- /package/switch/src/switch-core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/switch/src/switch-core.h -------------------------------------------------------------------------------- /package/switch/src/switch-robo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/switch/src/switch-robo.c -------------------------------------------------------------------------------- /package/system/ar7-atm/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/system/ar7-atm/Config.in -------------------------------------------------------------------------------- /package/system/ar7-atm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/system/ar7-atm/Makefile -------------------------------------------------------------------------------- /package/system/avila-wdt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/system/avila-wdt/Makefile -------------------------------------------------------------------------------- /package/system/avila-wdt/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-m := avila-wdt.o 2 | -------------------------------------------------------------------------------- /package/system/button-hotplug/src/Kconfig: -------------------------------------------------------------------------------- 1 | config BUTTON_HOTPLUG 2 | tristate "Button Hotplug driver" 3 | -------------------------------------------------------------------------------- /package/system/button-hotplug/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-${CONFIG_BUTTON_HOTPLUG} += button-hotplug.o -------------------------------------------------------------------------------- /package/system/gpio-button-hotplug/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-m += gpio-button-hotplug.o 2 | -------------------------------------------------------------------------------- /package/system/i2c-gpio-custom/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-${CONFIG_I2C_GPIO_CUSTOM} += i2c-gpio-custom.o -------------------------------------------------------------------------------- /package/system/om-watchdog/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/system/om-watchdog/Makefile -------------------------------------------------------------------------------- /package/system/rotary-gpio-custom/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-${CONFIG_ROTARY_GPIO_CUSTOM} += rotary-gpio-custom.o 2 | -------------------------------------------------------------------------------- /package/system/rtc-rv5c386a/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/system/rtc-rv5c386a/Makefile -------------------------------------------------------------------------------- /package/system/spi-ks8995/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/system/spi-ks8995/Makefile -------------------------------------------------------------------------------- /package/system/spidev_test/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/system/spidev_test/Makefile -------------------------------------------------------------------------------- /package/system/utils/e2fsprogs/files/e2fsck.conf: -------------------------------------------------------------------------------- 1 | [options] 2 | broken_system_clock = true 3 | 4 | -------------------------------------------------------------------------------- /package/system/utils/fbtest/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/system/utils/fbtest/Makefile -------------------------------------------------------------------------------- /package/system/utils/nvram/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/system/utils/nvram/Makefile -------------------------------------------------------------------------------- /package/system/utils/nvram/src/cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/system/utils/nvram/src/cli.c -------------------------------------------------------------------------------- /package/system/utils/nvram/src/crc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/system/utils/nvram/src/crc.c -------------------------------------------------------------------------------- /package/system/w1-gpio-custom/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-${CONFIG_W1_MASTER_GPIO_CUSTOM} += w1-gpio-custom.o -------------------------------------------------------------------------------- /package/system/wrt55agv2-spidevs/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-${CONFIG_WRT55AGV2_SPIDEVS} += wrt55agv2_spidevs.o -------------------------------------------------------------------------------- /package/toolchain/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/toolchain/Makefile -------------------------------------------------------------------------------- /package/trelay/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/trelay/Makefile -------------------------------------------------------------------------------- /package/trelay/files/trelay.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/trelay/files/trelay.config -------------------------------------------------------------------------------- /package/trelay/files/trelay.hotplug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/trelay/files/trelay.hotplug -------------------------------------------------------------------------------- /package/trelay/files/trelay.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/trelay/files/trelay.init -------------------------------------------------------------------------------- /package/trelay/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-m := trelay.o 2 | -------------------------------------------------------------------------------- /package/trelay/src/trelay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/trelay/src/trelay.c -------------------------------------------------------------------------------- /package/ubox/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/ubox/Makefile -------------------------------------------------------------------------------- /package/ubus/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/ubus/Makefile -------------------------------------------------------------------------------- /package/ubus/files/ubus.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/ubus/files/ubus.init -------------------------------------------------------------------------------- /package/uci/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/uci/Makefile -------------------------------------------------------------------------------- /package/uci/files/lib/config/uci.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/uci/files/lib/config/uci.sh -------------------------------------------------------------------------------- /package/udev/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/udev/Config.in -------------------------------------------------------------------------------- /package/udev/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/udev/Makefile -------------------------------------------------------------------------------- /package/util-linux/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/util-linux/Makefile -------------------------------------------------------------------------------- /package/zram-swap/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/zram-swap/Makefile -------------------------------------------------------------------------------- /package/zram-swap/files/zram.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/package/zram-swap/files/zram.init -------------------------------------------------------------------------------- /rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/rules.mk -------------------------------------------------------------------------------- /scripts/abs2rel.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/abs2rel.pl -------------------------------------------------------------------------------- /scripts/arm-magic.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/arm-magic.sh -------------------------------------------------------------------------------- /scripts/brcmImage.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/brcmImage.pl -------------------------------------------------------------------------------- /scripts/bundle-libraries.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/bundle-libraries.sh -------------------------------------------------------------------------------- /scripts/combined-ext-image.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/combined-ext-image.sh -------------------------------------------------------------------------------- /scripts/combined-image.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/combined-image.sh -------------------------------------------------------------------------------- /scripts/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config.guess -------------------------------------------------------------------------------- /scripts/config.rpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config.rpath -------------------------------------------------------------------------------- /scripts/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config.sub -------------------------------------------------------------------------------- /scripts/config/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/.gitignore -------------------------------------------------------------------------------- /scripts/config/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/Makefile -------------------------------------------------------------------------------- /scripts/config/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/README -------------------------------------------------------------------------------- /scripts/config/conf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/conf.c -------------------------------------------------------------------------------- /scripts/config/confdata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/confdata.c -------------------------------------------------------------------------------- /scripts/config/expr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/expr.c -------------------------------------------------------------------------------- /scripts/config/expr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/expr.h -------------------------------------------------------------------------------- /scripts/config/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/list.h -------------------------------------------------------------------------------- /scripts/config/lkc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/lkc.h -------------------------------------------------------------------------------- /scripts/config/lkc_proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/lkc_proto.h -------------------------------------------------------------------------------- /scripts/config/lxdialog/.gitignore: -------------------------------------------------------------------------------- 1 | lxdialog 2 | *.o 3 | -------------------------------------------------------------------------------- /scripts/config/lxdialog/checklist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/lxdialog/checklist.c -------------------------------------------------------------------------------- /scripts/config/lxdialog/dialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/lxdialog/dialog.h -------------------------------------------------------------------------------- /scripts/config/lxdialog/inputbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/lxdialog/inputbox.c -------------------------------------------------------------------------------- /scripts/config/lxdialog/menubox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/lxdialog/menubox.c -------------------------------------------------------------------------------- /scripts/config/lxdialog/textbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/lxdialog/textbox.c -------------------------------------------------------------------------------- /scripts/config/lxdialog/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/lxdialog/util.c -------------------------------------------------------------------------------- /scripts/config/lxdialog/yesno.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/lxdialog/yesno.c -------------------------------------------------------------------------------- /scripts/config/mconf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/mconf.c -------------------------------------------------------------------------------- /scripts/config/menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/menu.c -------------------------------------------------------------------------------- /scripts/config/symbol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/symbol.c -------------------------------------------------------------------------------- /scripts/config/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/util.c -------------------------------------------------------------------------------- /scripts/config/zconf.gperf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/zconf.gperf -------------------------------------------------------------------------------- /scripts/config/zconf.hash.c_shipped: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/zconf.hash.c_shipped -------------------------------------------------------------------------------- /scripts/config/zconf.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/zconf.l -------------------------------------------------------------------------------- /scripts/config/zconf.lex.c_shipped: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/zconf.lex.c_shipped -------------------------------------------------------------------------------- /scripts/config/zconf.tab.c_shipped: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/zconf.tab.c_shipped -------------------------------------------------------------------------------- /scripts/config/zconf.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/config/zconf.y -------------------------------------------------------------------------------- /scripts/deptest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/deptest.sh -------------------------------------------------------------------------------- /scripts/diffconfig.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/diffconfig.sh -------------------------------------------------------------------------------- /scripts/dl_cleanup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/dl_cleanup.py -------------------------------------------------------------------------------- /scripts/download.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/download.pl -------------------------------------------------------------------------------- /scripts/env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/env -------------------------------------------------------------------------------- /scripts/ext-toolchain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/ext-toolchain.sh -------------------------------------------------------------------------------- /scripts/feeds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/feeds -------------------------------------------------------------------------------- /scripts/flashing/adam2flash-502T.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/flashing/adam2flash-502T.pl -------------------------------------------------------------------------------- /scripts/flashing/adam2flash.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/flashing/adam2flash.pl -------------------------------------------------------------------------------- /scripts/flashing/adsl2mue_flash.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/flashing/adsl2mue_flash.pl -------------------------------------------------------------------------------- /scripts/flashing/flash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/flashing/flash.sh -------------------------------------------------------------------------------- /scripts/flashing/jungo-image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/flashing/jungo-image.py -------------------------------------------------------------------------------- /scripts/freebsd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/freebsd.sh -------------------------------------------------------------------------------- /scripts/gen-dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/gen-dependencies.sh -------------------------------------------------------------------------------- /scripts/getver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/getver.sh -------------------------------------------------------------------------------- /scripts/ipkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/ipkg -------------------------------------------------------------------------------- /scripts/ipkg-make-index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/ipkg-make-index.sh -------------------------------------------------------------------------------- /scripts/kconfig.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/kconfig.pl -------------------------------------------------------------------------------- /scripts/make-ipkg-dir.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/make-ipkg-dir.sh -------------------------------------------------------------------------------- /scripts/md5sum: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | cat "$@" | md5 3 | -------------------------------------------------------------------------------- /scripts/metadata.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/metadata.pl -------------------------------------------------------------------------------- /scripts/metadata.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/metadata.pm -------------------------------------------------------------------------------- /scripts/om-fwupgradecfg-gen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/om-fwupgradecfg-gen.sh -------------------------------------------------------------------------------- /scripts/openbsd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/openbsd.sh -------------------------------------------------------------------------------- /scripts/pad_image: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/pad_image -------------------------------------------------------------------------------- /scripts/patch-kernel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/patch-kernel.sh -------------------------------------------------------------------------------- /scripts/patch-specs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/patch-specs.sh -------------------------------------------------------------------------------- /scripts/relink-lib.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/relink-lib.sh -------------------------------------------------------------------------------- /scripts/remote-gdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/remote-gdb -------------------------------------------------------------------------------- /scripts/rstrip.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/rstrip.sh -------------------------------------------------------------------------------- /scripts/slugimage.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/slugimage.pl -------------------------------------------------------------------------------- /scripts/strip-kmod.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/strip-kmod.sh -------------------------------------------------------------------------------- /scripts/symlink-tree.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/symlink-tree.sh -------------------------------------------------------------------------------- /scripts/timestamp.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/timestamp.pl -------------------------------------------------------------------------------- /scripts/update-package-md5sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/scripts/update-package-md5sum -------------------------------------------------------------------------------- /target/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/Config.in -------------------------------------------------------------------------------- /target/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/Makefile -------------------------------------------------------------------------------- /target/imagebuilder/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/imagebuilder/Config.in -------------------------------------------------------------------------------- /target/imagebuilder/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/imagebuilder/Makefile -------------------------------------------------------------------------------- /target/imagebuilder/files/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/imagebuilder/files/Makefile -------------------------------------------------------------------------------- /target/linux/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/Makefile -------------------------------------------------------------------------------- /target/linux/adm5120/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/adm5120/Makefile -------------------------------------------------------------------------------- /target/linux/adm5120/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/adm5120/config-3.8 -------------------------------------------------------------------------------- /target/linux/adm5120/files/arch/mips/adm5120/generic/Makefile: -------------------------------------------------------------------------------- 1 | obj-$(CONFIG_ADM5120_MACH_EB_214A) += eb-214a.o 2 | -------------------------------------------------------------------------------- /target/linux/adm5120/files/arch/mips/adm5120/motorola/Makefile: -------------------------------------------------------------------------------- 1 | obj-$(CONFIG_ADM5120_MACH_PMUGW) += pmugw.o 2 | -------------------------------------------------------------------------------- /target/linux/adm5120/files/arch/mips/adm5120/osbridge/Makefile: -------------------------------------------------------------------------------- 1 | obj-$(CONFIG_ADM5120_MACH_5GXI) += 5gxi.o 2 | -------------------------------------------------------------------------------- /target/linux/adm5120/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/adm5120/image/Makefile -------------------------------------------------------------------------------- /target/linux/adm5120/image/rb1xx.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/adm5120/image/rb1xx.mk -------------------------------------------------------------------------------- /target/linux/adm5120/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/adm5120/modules.mk -------------------------------------------------------------------------------- /target/linux/adm5120/rb1xx/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/adm5120/rb1xx/target.mk -------------------------------------------------------------------------------- /target/linux/adm5120/router_le/config-3.8: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /target/linux/adm8668/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/adm8668/Makefile -------------------------------------------------------------------------------- /target/linux/adm8668/base-files.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/adm8668/base-files.mk -------------------------------------------------------------------------------- /target/linux/adm8668/base-files/sbin/hotplug.failsafe: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | case "$1" in 3 | button) kill -USR1 1;; 4 | esac 5 | -------------------------------------------------------------------------------- /target/linux/adm8668/config-3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/adm8668/config-3.3 -------------------------------------------------------------------------------- /target/linux/adm8668/files/arch/mips/adm8668/Kconfig: -------------------------------------------------------------------------------- 1 | config ARM_AMBA 2 | def_bool y 3 | -------------------------------------------------------------------------------- /target/linux/adm8668/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/adm8668/image/Makefile -------------------------------------------------------------------------------- /target/linux/amazon/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/amazon/Makefile -------------------------------------------------------------------------------- /target/linux/amazon/config-3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/amazon/config-3.3 -------------------------------------------------------------------------------- /target/linux/amazon/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/amazon/image/Makefile -------------------------------------------------------------------------------- /target/linux/ar7/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ar7/Makefile -------------------------------------------------------------------------------- /target/linux/ar7/ac49x/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ar7/ac49x/target.mk -------------------------------------------------------------------------------- /target/linux/ar7/base-files.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ar7/base-files.mk -------------------------------------------------------------------------------- /target/linux/ar7/config-3.9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ar7/config-3.9 -------------------------------------------------------------------------------- /target/linux/ar7/generic/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ar7/generic/target.mk -------------------------------------------------------------------------------- /target/linux/ar7/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ar7/image/Makefile -------------------------------------------------------------------------------- /target/linux/ar7/src/adam2patcher.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ar7/src/adam2patcher.c -------------------------------------------------------------------------------- /target/linux/ar71xx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ar71xx/Makefile -------------------------------------------------------------------------------- /target/linux/ar71xx/base-files.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ar71xx/base-files.mk -------------------------------------------------------------------------------- /target/linux/ar71xx/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ar71xx/config-3.8 -------------------------------------------------------------------------------- /target/linux/ar71xx/generic/config-default: -------------------------------------------------------------------------------- 1 | CONFIG_CMDLINE="rootfstype=squashfs,jffs2 noinitrd" 2 | -------------------------------------------------------------------------------- /target/linux/ar71xx/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ar71xx/image/Makefile -------------------------------------------------------------------------------- /target/linux/ar71xx/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ar71xx/modules.mk -------------------------------------------------------------------------------- /target/linux/ar71xx/nand/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ar71xx/nand/target.mk -------------------------------------------------------------------------------- /target/linux/at91/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/at91/Makefile -------------------------------------------------------------------------------- /target/linux/at91/config-default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/at91/config-default -------------------------------------------------------------------------------- /target/linux/at91/image/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/at91/image/Config.in -------------------------------------------------------------------------------- /target/linux/at91/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/at91/image/Makefile -------------------------------------------------------------------------------- /target/linux/at91/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/at91/modules.mk -------------------------------------------------------------------------------- /target/linux/at91/profiles/atmel.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/at91/profiles/atmel.mk -------------------------------------------------------------------------------- /target/linux/at91/profiles/calamp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/at91/profiles/calamp.mk -------------------------------------------------------------------------------- /target/linux/atheros/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/atheros/Makefile -------------------------------------------------------------------------------- /target/linux/atheros/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/atheros/config-3.8 -------------------------------------------------------------------------------- /target/linux/atheros/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/atheros/image/Makefile -------------------------------------------------------------------------------- /target/linux/au1000/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/au1000/Makefile -------------------------------------------------------------------------------- /target/linux/au1000/au1500/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/au1000/au1500/target.mk -------------------------------------------------------------------------------- /target/linux/au1000/au1550/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/au1000/au1550/target.mk -------------------------------------------------------------------------------- /target/linux/au1000/config-3.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/au1000/config-3.6 -------------------------------------------------------------------------------- /target/linux/au1000/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/au1000/image/Makefile -------------------------------------------------------------------------------- /target/linux/au1000/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/au1000/modules.mk -------------------------------------------------------------------------------- /target/linux/avr32/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/avr32/Makefile -------------------------------------------------------------------------------- /target/linux/avr32/base-files.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/avr32/base-files.mk -------------------------------------------------------------------------------- /target/linux/avr32/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/avr32/config-3.8 -------------------------------------------------------------------------------- /target/linux/avr32/image/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/avr32/image/Config.in -------------------------------------------------------------------------------- /target/linux/avr32/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/avr32/image/Makefile -------------------------------------------------------------------------------- /target/linux/avr32/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/avr32/modules.mk -------------------------------------------------------------------------------- /target/linux/brcm2708/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/brcm2708/Makefile -------------------------------------------------------------------------------- /target/linux/brcm2708/config-3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/brcm2708/config-3.3 -------------------------------------------------------------------------------- /target/linux/brcm2708/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/brcm2708/image/Makefile -------------------------------------------------------------------------------- /target/linux/brcm2708/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/brcm2708/modules.mk -------------------------------------------------------------------------------- /target/linux/brcm47xx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/brcm47xx/Makefile -------------------------------------------------------------------------------- /target/linux/brcm47xx/base-files.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/brcm47xx/base-files.mk -------------------------------------------------------------------------------- /target/linux/brcm47xx/base-files/sbin/hotplug.failsafe: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | case "$1" in 3 | button) kill -USR1 1;; 4 | esac 5 | -------------------------------------------------------------------------------- /target/linux/brcm47xx/config-3.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/brcm47xx/config-3.6 -------------------------------------------------------------------------------- /target/linux/brcm47xx/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/brcm47xx/config-3.8 -------------------------------------------------------------------------------- /target/linux/brcm47xx/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/brcm47xx/image/Makefile -------------------------------------------------------------------------------- /target/linux/brcm47xx/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/brcm47xx/modules.mk -------------------------------------------------------------------------------- /target/linux/brcm63xx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/brcm63xx/Makefile -------------------------------------------------------------------------------- /target/linux/brcm63xx/base-files.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/brcm63xx/base-files.mk -------------------------------------------------------------------------------- /target/linux/brcm63xx/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/brcm63xx/config-3.8 -------------------------------------------------------------------------------- /target/linux/brcm63xx/config-3.9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/brcm63xx/config-3.9 -------------------------------------------------------------------------------- /target/linux/brcm63xx/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/brcm63xx/image/Makefile -------------------------------------------------------------------------------- /target/linux/brcm63xx/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/brcm63xx/modules.mk -------------------------------------------------------------------------------- /target/linux/brcm63xx/smp/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/brcm63xx/smp/target.mk -------------------------------------------------------------------------------- /target/linux/cns21xx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/cns21xx/Makefile -------------------------------------------------------------------------------- /target/linux/cns21xx/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/cns21xx/config-3.8 -------------------------------------------------------------------------------- /target/linux/cns21xx/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/cns21xx/image/Makefile -------------------------------------------------------------------------------- /target/linux/cns3xxx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/cns3xxx/Makefile -------------------------------------------------------------------------------- /target/linux/cns3xxx/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/cns3xxx/config-3.8 -------------------------------------------------------------------------------- /target/linux/cns3xxx/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/cns3xxx/image/Makefile -------------------------------------------------------------------------------- /target/linux/cobalt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/cobalt/Makefile -------------------------------------------------------------------------------- /target/linux/cobalt/config-3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/cobalt/config-3.3 -------------------------------------------------------------------------------- /target/linux/cobalt/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/cobalt/image/Makefile -------------------------------------------------------------------------------- /target/linux/cobalt/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/cobalt/modules.mk -------------------------------------------------------------------------------- /target/linux/ep93xx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ep93xx/Makefile -------------------------------------------------------------------------------- /target/linux/ep93xx/config-3.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ep93xx/config-3.6 -------------------------------------------------------------------------------- /target/linux/ep93xx/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ep93xx/config-3.8 -------------------------------------------------------------------------------- /target/linux/ep93xx/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ep93xx/image/Makefile -------------------------------------------------------------------------------- /target/linux/ep93xx/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ep93xx/modules.mk -------------------------------------------------------------------------------- /target/linux/gemini/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/gemini/Makefile -------------------------------------------------------------------------------- /target/linux/gemini/config-default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/gemini/config-default -------------------------------------------------------------------------------- /target/linux/gemini/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/gemini/image/Makefile -------------------------------------------------------------------------------- /target/linux/generic/PATCHES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/generic/PATCHES -------------------------------------------------------------------------------- /target/linux/generic/base-files/init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/generic/base-files/init -------------------------------------------------------------------------------- /target/linux/generic/config-3.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/generic/config-3.10 -------------------------------------------------------------------------------- /target/linux/generic/config-3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/generic/config-3.3 -------------------------------------------------------------------------------- /target/linux/generic/config-3.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/generic/config-3.6 -------------------------------------------------------------------------------- /target/linux/generic/config-3.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/generic/config-3.7 -------------------------------------------------------------------------------- /target/linux/generic/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/generic/config-3.8 -------------------------------------------------------------------------------- /target/linux/generic/config-3.9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/generic/config-3.9 -------------------------------------------------------------------------------- /target/linux/generic/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/generic/image/Makefile -------------------------------------------------------------------------------- /target/linux/iop32x/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/iop32x/Makefile -------------------------------------------------------------------------------- /target/linux/iop32x/config-3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/iop32x/config-3.3 -------------------------------------------------------------------------------- /target/linux/iop32x/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/iop32x/image/Makefile -------------------------------------------------------------------------------- /target/linux/ixp4xx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ixp4xx/Makefile -------------------------------------------------------------------------------- /target/linux/ixp4xx/config-3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ixp4xx/config-3.3 -------------------------------------------------------------------------------- /target/linux/ixp4xx/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ixp4xx/image/Makefile -------------------------------------------------------------------------------- /target/linux/ixp4xx/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ixp4xx/modules.mk -------------------------------------------------------------------------------- /target/linux/kirkwood/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/kirkwood/Makefile -------------------------------------------------------------------------------- /target/linux/kirkwood/base-files.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/kirkwood/base-files.mk -------------------------------------------------------------------------------- /target/linux/kirkwood/config-3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/kirkwood/config-3.3 -------------------------------------------------------------------------------- /target/linux/kirkwood/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/kirkwood/image/Makefile -------------------------------------------------------------------------------- /target/linux/lantiq/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/lantiq/Makefile -------------------------------------------------------------------------------- /target/linux/lantiq/ase/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/lantiq/ase/target.mk -------------------------------------------------------------------------------- /target/linux/lantiq/base-files.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/lantiq/base-files.mk -------------------------------------------------------------------------------- /target/linux/lantiq/config-3.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/lantiq/config-3.7 -------------------------------------------------------------------------------- /target/linux/lantiq/config-default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/lantiq/config-default -------------------------------------------------------------------------------- /target/linux/lantiq/dts/ACMP252.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/lantiq/dts/ACMP252.dts -------------------------------------------------------------------------------- /target/linux/lantiq/dts/DGN1000B.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/lantiq/dts/DGN1000B.dts -------------------------------------------------------------------------------- /target/linux/lantiq/dts/DGN3500.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/lantiq/dts/DGN3500.dts -------------------------------------------------------------------------------- /target/linux/lantiq/dts/DGN3500.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/lantiq/dts/DGN3500.dtsi -------------------------------------------------------------------------------- /target/linux/lantiq/dts/DGN3500B.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/lantiq/dts/DGN3500B.dts -------------------------------------------------------------------------------- /target/linux/lantiq/dts/VG3503J.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/lantiq/dts/VG3503J.dts -------------------------------------------------------------------------------- /target/linux/lantiq/dts/WBMR.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/lantiq/dts/WBMR.dts -------------------------------------------------------------------------------- /target/linux/lantiq/dts/ar9.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/lantiq/dts/ar9.dtsi -------------------------------------------------------------------------------- /target/linux/lantiq/dts/danube.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/lantiq/dts/danube.dtsi -------------------------------------------------------------------------------- /target/linux/lantiq/dts/falcon.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/lantiq/dts/falcon.dtsi -------------------------------------------------------------------------------- /target/linux/lantiq/dts/vr9.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/lantiq/dts/vr9.dtsi -------------------------------------------------------------------------------- /target/linux/lantiq/falcon/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/lantiq/falcon/target.mk -------------------------------------------------------------------------------- /target/linux/lantiq/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/lantiq/image/Makefile -------------------------------------------------------------------------------- /target/linux/lantiq/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/lantiq/modules.mk -------------------------------------------------------------------------------- /target/linux/lantiq/xway/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/lantiq/xway/target.mk -------------------------------------------------------------------------------- /target/linux/malta/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/malta/Makefile -------------------------------------------------------------------------------- /target/linux/malta/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/malta/README -------------------------------------------------------------------------------- /target/linux/malta/be/config-default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/malta/be/config-default -------------------------------------------------------------------------------- /target/linux/malta/be/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/malta/be/target.mk -------------------------------------------------------------------------------- /target/linux/malta/be64/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/malta/be64/target.mk -------------------------------------------------------------------------------- /target/linux/malta/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/malta/config-3.8 -------------------------------------------------------------------------------- /target/linux/malta/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/malta/image/Makefile -------------------------------------------------------------------------------- /target/linux/malta/le/config-default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/malta/le/config-default -------------------------------------------------------------------------------- /target/linux/malta/le/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/malta/le/target.mk -------------------------------------------------------------------------------- /target/linux/malta/le64/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/malta/le64/target.mk -------------------------------------------------------------------------------- /target/linux/mcs814x/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/mcs814x/Makefile -------------------------------------------------------------------------------- /target/linux/mcs814x/config-default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/mcs814x/config-default -------------------------------------------------------------------------------- /target/linux/mcs814x/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/mcs814x/image/Makefile -------------------------------------------------------------------------------- /target/linux/mcs814x/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/mcs814x/modules.mk -------------------------------------------------------------------------------- /target/linux/mpc52xx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/mpc52xx/Makefile -------------------------------------------------------------------------------- /target/linux/mpc52xx/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/mpc52xx/config-3.8 -------------------------------------------------------------------------------- /target/linux/mpc52xx/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/mpc52xx/image/Makefile -------------------------------------------------------------------------------- /target/linux/mpc83xx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/mpc83xx/Makefile -------------------------------------------------------------------------------- /target/linux/mpc83xx/base-files.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/mpc83xx/base-files.mk -------------------------------------------------------------------------------- /target/linux/mpc83xx/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/mpc83xx/config-3.8 -------------------------------------------------------------------------------- /target/linux/mpc83xx/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/mpc83xx/image/Makefile -------------------------------------------------------------------------------- /target/linux/mpc83xx/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/mpc83xx/modules.mk -------------------------------------------------------------------------------- /target/linux/mpc85xx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/mpc85xx/Makefile -------------------------------------------------------------------------------- /target/linux/mpc85xx/base-files.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/mpc85xx/base-files.mk -------------------------------------------------------------------------------- /target/linux/mpc85xx/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/mpc85xx/config-3.8 -------------------------------------------------------------------------------- /target/linux/mpc85xx/generic/config-default: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /target/linux/mpc85xx/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/mpc85xx/image/Makefile -------------------------------------------------------------------------------- /target/linux/mpc85xx/p1020/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/mpc85xx/p1020/target.mk -------------------------------------------------------------------------------- /target/linux/mvebu/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/mvebu/Makefile -------------------------------------------------------------------------------- /target/linux/mvebu/config-default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/mvebu/config-default -------------------------------------------------------------------------------- /target/linux/mvebu/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/mvebu/image/Makefile -------------------------------------------------------------------------------- /target/linux/omap24xx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/omap24xx/Makefile -------------------------------------------------------------------------------- /target/linux/omap24xx/config-3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/omap24xx/config-3.3 -------------------------------------------------------------------------------- /target/linux/omap24xx/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/omap24xx/image/Makefile -------------------------------------------------------------------------------- /target/linux/omap24xx/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/omap24xx/modules.mk -------------------------------------------------------------------------------- /target/linux/omap4/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/omap4/Makefile -------------------------------------------------------------------------------- /target/linux/omap4/config-default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/omap4/config-default -------------------------------------------------------------------------------- /target/linux/omap4/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/omap4/image/Makefile -------------------------------------------------------------------------------- /target/linux/omap4/image/boot.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/omap4/image/boot.script -------------------------------------------------------------------------------- /target/linux/orion/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/orion/Makefile -------------------------------------------------------------------------------- /target/linux/orion/config-3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/orion/config-3.3 -------------------------------------------------------------------------------- /target/linux/orion/dns323/config-3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/orion/dns323/config-3.3 -------------------------------------------------------------------------------- /target/linux/orion/dns323/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/orion/dns323/target.mk -------------------------------------------------------------------------------- /target/linux/orion/generic/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/orion/generic/target.mk -------------------------------------------------------------------------------- /target/linux/orion/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/orion/image/Makefile -------------------------------------------------------------------------------- /target/linux/orion/image/dns323.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/orion/image/dns323.mk -------------------------------------------------------------------------------- /target/linux/orion/image/generic.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/orion/image/generic.mk -------------------------------------------------------------------------------- /target/linux/orion/image/harddisk.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/orion/image/harddisk.mk -------------------------------------------------------------------------------- /target/linux/ppc40x/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ppc40x/Makefile -------------------------------------------------------------------------------- /target/linux/ppc40x/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ppc40x/config-3.8 -------------------------------------------------------------------------------- /target/linux/ppc40x/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ppc40x/image/Makefile -------------------------------------------------------------------------------- /target/linux/ppc40x/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ppc40x/modules.mk -------------------------------------------------------------------------------- /target/linux/ppc44x/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ppc44x/Makefile -------------------------------------------------------------------------------- /target/linux/ppc44x/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ppc44x/config-3.8 -------------------------------------------------------------------------------- /target/linux/ppc44x/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ppc44x/image/Makefile -------------------------------------------------------------------------------- /target/linux/pxa/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/pxa/Makefile -------------------------------------------------------------------------------- /target/linux/pxa/config-3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/pxa/config-3.3 -------------------------------------------------------------------------------- /target/linux/pxa/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/pxa/image/Makefile -------------------------------------------------------------------------------- /target/linux/ramips/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/Makefile -------------------------------------------------------------------------------- /target/linux/ramips/base-files.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/base-files.mk -------------------------------------------------------------------------------- /target/linux/ramips/dts/3G-6200N.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/3G-6200N.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/3G300M.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/3G300M.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/AIR3GII.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/AIR3GII.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/ALL5002.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/ALL5002.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/ALL5003.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/ALL5003.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/BC2.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/BC2.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/BR-6425.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/BR-6425.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/BROADWAY.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/BROADWAY.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/D105.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/D105.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/DAP-1350.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/DAP-1350.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/DIR-645.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/DIR-645.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/ESR-9753.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/ESR-9753.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/HW550-3G.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/HW550-3G.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/NBG-419N.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/NBG-419N.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/NW718.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/NW718.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/OMNI-EMB.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/OMNI-EMB.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/PSR-680W.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/PSR-680W.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/PWH2004.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/PWH2004.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/RT-N13U.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/RT-N13U.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/RT-N15.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/RT-N15.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/RTN56U.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/RTN56U.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/SL-R7205.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/SL-R7205.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/UR-336UN.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/UR-336UN.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/V11STFE.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/V11STFE.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/W150M.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/W150M.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/W502U.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/W502U.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/WCR150GN.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/WCR150GN.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/WL-351.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/WL-351.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/WL341V3.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/WL341V3.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/WL_330N.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/WL_330N.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/WNCE2001.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/WNCE2001.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/WR6202.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/WR6202.dts -------------------------------------------------------------------------------- /target/linux/ramips/dts/mt7620.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/mt7620.dtsi -------------------------------------------------------------------------------- /target/linux/ramips/dts/rt2880.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/rt2880.dtsi -------------------------------------------------------------------------------- /target/linux/ramips/dts/rt3050.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/rt3050.dtsi -------------------------------------------------------------------------------- /target/linux/ramips/dts/rt3352.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/rt3352.dtsi -------------------------------------------------------------------------------- /target/linux/ramips/dts/rt3883.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/rt3883.dtsi -------------------------------------------------------------------------------- /target/linux/ramips/dts/rt5350.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/dts/rt5350.dtsi -------------------------------------------------------------------------------- /target/linux/ramips/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/image/Makefile -------------------------------------------------------------------------------- /target/linux/ramips/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/modules.mk -------------------------------------------------------------------------------- /target/linux/ramips/rt288x/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/rt288x/target.mk -------------------------------------------------------------------------------- /target/linux/ramips/rt305x/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/rt305x/target.mk -------------------------------------------------------------------------------- /target/linux/ramips/rt3883/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/ramips/rt3883/target.mk -------------------------------------------------------------------------------- /target/linux/rb532/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/rb532/Makefile -------------------------------------------------------------------------------- /target/linux/rb532/base-files.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/rb532/base-files.mk -------------------------------------------------------------------------------- /target/linux/rb532/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/rb532/config-3.8 -------------------------------------------------------------------------------- /target/linux/rb532/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/rb532/image/Makefile -------------------------------------------------------------------------------- /target/linux/rb532/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/rb532/modules.mk -------------------------------------------------------------------------------- /target/linux/realview/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/realview/Makefile -------------------------------------------------------------------------------- /target/linux/realview/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/realview/README -------------------------------------------------------------------------------- /target/linux/realview/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/realview/config-3.8 -------------------------------------------------------------------------------- /target/linux/realview/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/realview/image/Makefile -------------------------------------------------------------------------------- /target/linux/sibyte/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/sibyte/Makefile -------------------------------------------------------------------------------- /target/linux/sibyte/config-3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/sibyte/config-3.3 -------------------------------------------------------------------------------- /target/linux/sibyte/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/sibyte/image/Makefile -------------------------------------------------------------------------------- /target/linux/sparc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/sparc/Makefile -------------------------------------------------------------------------------- /target/linux/sparc/config-default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/sparc/config-default -------------------------------------------------------------------------------- /target/linux/sparc/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/sparc/image/Makefile -------------------------------------------------------------------------------- /target/linux/uml/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/uml/Makefile -------------------------------------------------------------------------------- /target/linux/uml/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/uml/README -------------------------------------------------------------------------------- /target/linux/uml/config/i386: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/uml/config/i386 -------------------------------------------------------------------------------- /target/linux/uml/config/x86_64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/uml/config/x86_64 -------------------------------------------------------------------------------- /target/linux/uml/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/uml/image/Makefile -------------------------------------------------------------------------------- /target/linux/x86/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/Makefile -------------------------------------------------------------------------------- /target/linux/x86/alix2/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/alix2/config-3.8 -------------------------------------------------------------------------------- /target/linux/x86/alix2/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/alix2/target.mk -------------------------------------------------------------------------------- /target/linux/x86/base-files.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/base-files.mk -------------------------------------------------------------------------------- /target/linux/x86/config-3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/config-3.3 -------------------------------------------------------------------------------- /target/linux/x86/config-3.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/config-3.6 -------------------------------------------------------------------------------- /target/linux/x86/config-3.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/config-3.7 -------------------------------------------------------------------------------- /target/linux/x86/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/config-3.8 -------------------------------------------------------------------------------- /target/linux/x86/ep80579/config-3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/ep80579/config-3.3 -------------------------------------------------------------------------------- /target/linux/x86/ep80579/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/ep80579/target.mk -------------------------------------------------------------------------------- /target/linux/x86/generic/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/generic/config-3.8 -------------------------------------------------------------------------------- /target/linux/x86/generic/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/generic/target.mk -------------------------------------------------------------------------------- /target/linux/x86/geos/config-3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/geos/config-3.3 -------------------------------------------------------------------------------- /target/linux/x86/geos/config-3.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/geos/config-3.6 -------------------------------------------------------------------------------- /target/linux/x86/geos/config-3.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/geos/config-3.7 -------------------------------------------------------------------------------- /target/linux/x86/geos/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/geos/config-3.8 -------------------------------------------------------------------------------- /target/linux/x86/geos/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/geos/target.mk -------------------------------------------------------------------------------- /target/linux/x86/image/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/image/Config.in -------------------------------------------------------------------------------- /target/linux/x86/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/image/Makefile -------------------------------------------------------------------------------- /target/linux/x86/image/grub-iso.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/image/grub-iso.cfg -------------------------------------------------------------------------------- /target/linux/x86/image/grub.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/image/grub.cfg -------------------------------------------------------------------------------- /target/linux/x86/image/olpc.fth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/image/olpc.fth -------------------------------------------------------------------------------- /target/linux/x86/kvm_guest/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/kvm_guest/target.mk -------------------------------------------------------------------------------- /target/linux/x86/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/modules.mk -------------------------------------------------------------------------------- /target/linux/x86/net5501/config-3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/net5501/config-3.3 -------------------------------------------------------------------------------- /target/linux/x86/net5501/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/net5501/target.mk -------------------------------------------------------------------------------- /target/linux/x86/olpc/config-3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/olpc/config-3.3 -------------------------------------------------------------------------------- /target/linux/x86/olpc/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/olpc/target.mk -------------------------------------------------------------------------------- /target/linux/x86/rdc/config-3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/rdc/config-3.3 -------------------------------------------------------------------------------- /target/linux/x86/rdc/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/rdc/target.mk -------------------------------------------------------------------------------- /target/linux/x86/thincan/config-3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/thincan/config-3.3 -------------------------------------------------------------------------------- /target/linux/x86/thincan/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/thincan/target.mk -------------------------------------------------------------------------------- /target/linux/x86/xen_domu/config-3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/xen_domu/config-3.3 -------------------------------------------------------------------------------- /target/linux/x86/xen_domu/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/x86/xen_domu/target.mk -------------------------------------------------------------------------------- /target/linux/xburst/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/xburst/Makefile -------------------------------------------------------------------------------- /target/linux/xburst/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/xburst/config-3.8 -------------------------------------------------------------------------------- /target/linux/xburst/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/xburst/image/Makefile -------------------------------------------------------------------------------- /target/linux/xburst/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/xburst/modules.mk -------------------------------------------------------------------------------- /target/linux/xburst/n516/config-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/xburst/n516/config-3.8 -------------------------------------------------------------------------------- /target/linux/xburst/n516/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/xburst/n516/target.mk -------------------------------------------------------------------------------- /target/linux/xburst/n526/config-3.8: -------------------------------------------------------------------------------- 1 | CONFIG_I2C_ALGOBIT=y 2 | -------------------------------------------------------------------------------- /target/linux/xburst/n526/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/linux/xburst/n526/target.mk -------------------------------------------------------------------------------- /target/linux/xburst/qi_lb60/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=QI Ben Nanonote (qi_lb60) 2 | -------------------------------------------------------------------------------- /target/sdk/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/sdk/Config.in -------------------------------------------------------------------------------- /target/sdk/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/sdk/Makefile -------------------------------------------------------------------------------- /target/sdk/files/Config.in: -------------------------------------------------------------------------------- 1 | source "tmp/.config-package.in" 2 | -------------------------------------------------------------------------------- /target/sdk/files/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/sdk/files/Makefile -------------------------------------------------------------------------------- /target/sdk/files/README.SDK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/sdk/files/README.SDK -------------------------------------------------------------------------------- /target/sdk/files/package/depend.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/sdk/files/package/depend.mk -------------------------------------------------------------------------------- /target/sdk/files/package/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/sdk/files/package/rules.mk -------------------------------------------------------------------------------- /target/toolchain/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/toolchain/Config.in -------------------------------------------------------------------------------- /target/toolchain/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/toolchain/Makefile -------------------------------------------------------------------------------- /target/toolchain/files/wrapper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/target/toolchain/files/wrapper.sh -------------------------------------------------------------------------------- /toolchain/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/Config.in -------------------------------------------------------------------------------- /toolchain/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/Makefile -------------------------------------------------------------------------------- /toolchain/binutils/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/binutils/Config.in -------------------------------------------------------------------------------- /toolchain/binutils/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/binutils/Makefile -------------------------------------------------------------------------------- /toolchain/eglibc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/eglibc/Config.in -------------------------------------------------------------------------------- /toolchain/eglibc/Config.version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/eglibc/Config.version -------------------------------------------------------------------------------- /toolchain/eglibc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/eglibc/Makefile -------------------------------------------------------------------------------- /toolchain/eglibc/common.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/eglibc/common.mk -------------------------------------------------------------------------------- /toolchain/eglibc/config/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/eglibc/config/Config.in -------------------------------------------------------------------------------- /toolchain/eglibc/headers/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/eglibc/headers/Makefile -------------------------------------------------------------------------------- /toolchain/eglibc/include/libintl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/eglibc/include/libintl.h -------------------------------------------------------------------------------- /toolchain/gcc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/gcc/Config.in -------------------------------------------------------------------------------- /toolchain/gcc/Config.version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/gcc/Config.version -------------------------------------------------------------------------------- /toolchain/gcc/common.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/gcc/common.mk -------------------------------------------------------------------------------- /toolchain/gcc/files/alternate-arch-cc.in: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec @CC_BASE@ @EXTRA_ARCH_OPTS@ "$@" 4 | -------------------------------------------------------------------------------- /toolchain/gcc/final/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/gcc/final/Makefile -------------------------------------------------------------------------------- /toolchain/gcc/initial/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/gcc/initial/Makefile -------------------------------------------------------------------------------- /toolchain/gcc/minimal/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/gcc/minimal/Makefile -------------------------------------------------------------------------------- /toolchain/gdb/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/gdb/Makefile -------------------------------------------------------------------------------- /toolchain/info.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/info.mk -------------------------------------------------------------------------------- /toolchain/insight/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/insight/Makefile -------------------------------------------------------------------------------- /toolchain/kernel-headers/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/kernel-headers/Makefile -------------------------------------------------------------------------------- /toolchain/llvm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/llvm/Makefile -------------------------------------------------------------------------------- /toolchain/musl/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/musl/Config.in -------------------------------------------------------------------------------- /toolchain/musl/Config.version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/musl/Config.version -------------------------------------------------------------------------------- /toolchain/musl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/musl/Makefile -------------------------------------------------------------------------------- /toolchain/musl/common.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/musl/common.mk -------------------------------------------------------------------------------- /toolchain/musl/headers/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/musl/headers/Makefile -------------------------------------------------------------------------------- /toolchain/uClibc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/uClibc/Config.in -------------------------------------------------------------------------------- /toolchain/uClibc/Config.version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/uClibc/Config.version -------------------------------------------------------------------------------- /toolchain/uClibc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/uClibc/Makefile -------------------------------------------------------------------------------- /toolchain/uClibc/common.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/uClibc/common.mk -------------------------------------------------------------------------------- /toolchain/uClibc/config-0.9.33.2/arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/uClibc/config-0.9.33.2/arm -------------------------------------------------------------------------------- /toolchain/uClibc/headers/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/uClibc/headers/Makefile -------------------------------------------------------------------------------- /toolchain/uClibc/utils/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/uClibc/utils/Makefile -------------------------------------------------------------------------------- /toolchain/wrapper/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/toolchain/wrapper/Makefile -------------------------------------------------------------------------------- /tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/Makefile -------------------------------------------------------------------------------- /tools/autoconf/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/autoconf/Makefile -------------------------------------------------------------------------------- /tools/automake/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/automake/Makefile -------------------------------------------------------------------------------- /tools/automake/files/aclocal: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | aclocal.real $ACLOCAL_INCLUDE $@ 3 | -------------------------------------------------------------------------------- /tools/b43-tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/b43-tools/Makefile -------------------------------------------------------------------------------- /tools/bison/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/bison/Makefile -------------------------------------------------------------------------------- /tools/ccache/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/ccache/Makefile -------------------------------------------------------------------------------- /tools/ccache/files/ccache_cc: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec ccache "${TARGET_CC_NOCACHE}" "$@" 3 | -------------------------------------------------------------------------------- /tools/ccache/files/ccache_cxx: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec ccache "${TARGET_CXX_NOCACHE}" "$@" 3 | -------------------------------------------------------------------------------- /tools/cloog/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/cloog/Makefile -------------------------------------------------------------------------------- /tools/cmake/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/cmake/Makefile -------------------------------------------------------------------------------- /tools/dosfstools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/dosfstools/Makefile -------------------------------------------------------------------------------- /tools/e2fsprogs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/e2fsprogs/Makefile -------------------------------------------------------------------------------- /tools/firmware-utils/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/Makefile -------------------------------------------------------------------------------- /tools/firmware-utils/src/airlink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/airlink.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/bcm_tag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/bcm_tag.h -------------------------------------------------------------------------------- /tools/firmware-utils/src/csysimg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/csysimg.h -------------------------------------------------------------------------------- /tools/firmware-utils/src/cyg_crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/cyg_crc.h -------------------------------------------------------------------------------- /tools/firmware-utils/src/cyg_crc16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/cyg_crc16.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/cyg_crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/cyg_crc32.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/fw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/fw.h -------------------------------------------------------------------------------- /tools/firmware-utils/src/imagetag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/imagetag.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/lzma2eva.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/lzma2eva.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/md5.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/md5.h -------------------------------------------------------------------------------- /tools/firmware-utils/src/mkbrnimg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/mkbrnimg.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/mkcameofw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/mkcameofw.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/mkcasfw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/mkcasfw.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/mkchkimg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/mkchkimg.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/mkcsysimg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/mkcsysimg.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/mkdapimg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/mkdapimg.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/mkdniimg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/mkdniimg.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/mkfwimage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/mkfwimage.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/mkmylofw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/mkmylofw.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/mkwrgimg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/mkwrgimg.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/mkzcfw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/mkzcfw.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/mkzynfw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/mkzynfw.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/myloader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/myloader.h -------------------------------------------------------------------------------- /tools/firmware-utils/src/nand_ecc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/nand_ecc.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/pc1crypt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/pc1crypt.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/ptgen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/ptgen.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/seama.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/seama.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/seama.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/seama.h -------------------------------------------------------------------------------- /tools/firmware-utils/src/sha1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/sha1.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/sha1.h -------------------------------------------------------------------------------- /tools/firmware-utils/src/spw303v.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/spw303v.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/srec2bin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/srec2bin.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/trx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/trx.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/trx2edips.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/trx2edips.c -------------------------------------------------------------------------------- /tools/firmware-utils/src/zynos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/firmware-utils/src/zynos.h -------------------------------------------------------------------------------- /tools/flex/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/flex/Makefile -------------------------------------------------------------------------------- /tools/flock/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/flock/Makefile -------------------------------------------------------------------------------- /tools/flock/src/flock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/flock/src/flock.c -------------------------------------------------------------------------------- /tools/genext2fs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/genext2fs/Makefile -------------------------------------------------------------------------------- /tools/gmp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/gmp/Makefile -------------------------------------------------------------------------------- /tools/include/byteswap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/include/byteswap.h -------------------------------------------------------------------------------- /tools/include/elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/include/elf.h -------------------------------------------------------------------------------- /tools/include/endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/include/endian.h -------------------------------------------------------------------------------- /tools/include/getline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/include/getline.h -------------------------------------------------------------------------------- /tools/include/sys/sysmacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/include/sys/sysmacros.h -------------------------------------------------------------------------------- /tools/ipkg-utils/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/ipkg-utils/Makefile -------------------------------------------------------------------------------- /tools/libelf/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/libelf/Makefile -------------------------------------------------------------------------------- /tools/libtool/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/libtool/Makefile -------------------------------------------------------------------------------- /tools/lzma-old/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/lzma-old/Makefile -------------------------------------------------------------------------------- /tools/lzma/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/lzma/Makefile -------------------------------------------------------------------------------- /tools/lzma/patches/002-lzmp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/lzma/patches/002-lzmp.patch -------------------------------------------------------------------------------- /tools/m4/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/m4/Makefile -------------------------------------------------------------------------------- /tools/missing-macros/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/missing-macros/Makefile -------------------------------------------------------------------------------- /tools/missing-macros/src/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/missing-macros/src/README -------------------------------------------------------------------------------- /tools/mkimage/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/mkimage/Makefile -------------------------------------------------------------------------------- /tools/mklibs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/mklibs/Makefile -------------------------------------------------------------------------------- /tools/mklibs/include/elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/mklibs/include/elf.h -------------------------------------------------------------------------------- /tools/mm-macros/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/mm-macros/Makefile -------------------------------------------------------------------------------- /tools/mpc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/mpc/Makefile -------------------------------------------------------------------------------- /tools/mpfr/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/mpfr/Makefile -------------------------------------------------------------------------------- /tools/mtd-utils/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/mtd-utils/Makefile -------------------------------------------------------------------------------- /tools/mtd-utils/include/fls.h: -------------------------------------------------------------------------------- 1 | #include 2 | #define fls local_fls 3 | -------------------------------------------------------------------------------- /tools/mtools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/mtools/Makefile -------------------------------------------------------------------------------- /tools/padjffs2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/padjffs2/Makefile -------------------------------------------------------------------------------- /tools/padjffs2/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/padjffs2/src/Makefile -------------------------------------------------------------------------------- /tools/padjffs2/src/padjffs2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/padjffs2/src/padjffs2.c -------------------------------------------------------------------------------- /tools/patch-image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/patch-image/Makefile -------------------------------------------------------------------------------- /tools/patch-image/src/patch-dtb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/patch-image/src/patch-dtb.c -------------------------------------------------------------------------------- /tools/patch/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/patch/Makefile -------------------------------------------------------------------------------- /tools/pkg-config/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/pkg-config/Makefile -------------------------------------------------------------------------------- /tools/pkg-config/files/pkg-config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/pkg-config/files/pkg-config -------------------------------------------------------------------------------- /tools/ppl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/ppl/Makefile -------------------------------------------------------------------------------- /tools/qemu/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/qemu/Makefile -------------------------------------------------------------------------------- /tools/quilt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/quilt/Makefile -------------------------------------------------------------------------------- /tools/scons/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/scons/Makefile -------------------------------------------------------------------------------- /tools/scons/files/pywrap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/scons/files/pywrap.sh -------------------------------------------------------------------------------- /tools/sdcc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/sdcc/Makefile -------------------------------------------------------------------------------- /tools/sed/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/sed/Makefile -------------------------------------------------------------------------------- /tools/squashfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/squashfs/Makefile -------------------------------------------------------------------------------- /tools/squashfs4/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/squashfs4/Makefile -------------------------------------------------------------------------------- /tools/sstrip/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/sstrip/Makefile -------------------------------------------------------------------------------- /tools/sstrip/src/sstrip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/sstrip/src/sstrip.c -------------------------------------------------------------------------------- /tools/upslug2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/upslug2/Makefile -------------------------------------------------------------------------------- /tools/upx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/upx/Makefile -------------------------------------------------------------------------------- /tools/wrt350nv2-builder/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/wrt350nv2-builder/Makefile -------------------------------------------------------------------------------- /tools/wrt350nv2-builder/src/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/wrt350nv2-builder/src/md5.c -------------------------------------------------------------------------------- /tools/wrt350nv2-builder/src/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/wrt350nv2-builder/src/md5.h -------------------------------------------------------------------------------- /tools/xfce-macros/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/xfce-macros/Makefile -------------------------------------------------------------------------------- /tools/xorg-macros/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/xorg-macros/Makefile -------------------------------------------------------------------------------- /tools/xz/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/xz/Makefile -------------------------------------------------------------------------------- /tools/yaffs2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkwi/openwrt-realtek/HEAD/tools/yaffs2/Makefile --------------------------------------------------------------------------------