├── .gitattributes ├── target ├── linux │ ├── adm5120 │ │ ├── router_le │ │ │ └── config-3.8 │ │ ├── files-3.18 │ │ │ └── arch │ │ │ │ └── mips │ │ │ │ └── adm5120 │ │ │ │ ├── osbridge │ │ │ │ └── Makefile │ │ │ │ ├── generic │ │ │ │ └── Makefile │ │ │ │ ├── motorola │ │ │ │ └── Makefile │ │ │ │ ├── zyxel │ │ │ │ └── Makefile │ │ │ │ ├── cellvision │ │ │ │ └── Makefile │ │ │ │ ├── compex │ │ │ │ └── Makefile │ │ │ │ ├── edimax │ │ │ │ └── Makefile │ │ │ │ ├── prom │ │ │ │ └── Makefile │ │ │ │ └── common │ │ │ │ └── Makefile │ │ ├── base-files │ │ │ ├── lib │ │ │ │ └── preinit │ │ │ │ │ ├── 05_preinit_do_adm5120.sh │ │ │ │ │ └── 05_set_preinit_iface_adm5120 │ │ │ └── etc │ │ │ │ └── inittab │ │ ├── image │ │ │ └── lzma-loader │ │ │ │ └── src │ │ │ │ └── lzma-data.lds │ │ ├── rb1xx │ │ │ └── target.mk │ │ └── router_be │ │ │ └── target.mk │ ├── mpc85xx │ │ ├── generic │ │ │ ├── config-default │ │ │ └── target.mk │ │ ├── p1020 │ │ │ └── target.mk │ │ └── base-files │ │ │ └── lib │ │ │ └── preinit │ │ │ ├── 03_preinit_do_mpc85xx.sh │ │ │ └── 05_set_preinit_iface_mpc85xx │ ├── xburst │ │ ├── qi_lb60 │ │ │ └── target.mk │ │ └── base-files │ │ │ └── etc │ │ │ └── config │ │ │ ├── system │ │ │ └── fstab │ ├── mvebu │ │ └── base-files │ │ │ └── etc │ │ │ └── crontabs │ │ │ └── root │ ├── x86 │ │ ├── image │ │ │ ├── grub-early.cfg │ │ │ ├── grub-iso.cfg │ │ │ └── mkimg_sitecom.pl │ │ ├── legacy │ │ │ └── target.mk │ │ ├── base-files │ │ │ ├── lib │ │ │ │ └── preinit │ │ │ │ │ ├── 20_check_iso │ │ │ │ │ └── 15_essential_fs_x86 │ │ │ └── etc │ │ │ │ └── inittab │ │ └── xen_domu │ │ │ ├── target.mk │ │ │ └── base-files │ │ │ └── etc │ │ │ └── inittab │ ├── adm8668 │ │ ├── files-3.18 │ │ │ └── arch │ │ │ │ └── mips │ │ │ │ └── adm8668 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile │ │ │ │ └── Platform │ │ └── base-files │ │ │ ├── sbin │ │ │ └── hotplug.failsafe │ │ │ └── lib │ │ │ └── preinit │ │ │ ├── 05_set_preinit_face_adm8668 │ │ │ └── 03_init_hotplug_failsafe_adm8668 │ ├── ar71xx │ │ ├── generic │ │ │ ├── config-default │ │ │ └── target.mk │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── inittab │ │ │ └── lib │ │ │ │ └── preinit │ │ │ │ └── 03_preinit_do_ar71xx.sh │ │ ├── image │ │ │ └── lzma-loader │ │ │ │ └── src │ │ │ │ ├── lzma-data.lds │ │ │ │ └── loader2.lds │ │ ├── files │ │ │ └── arch │ │ │ │ └── mips │ │ │ │ └── ath79 │ │ │ │ └── pci-ath9k-fixup.h │ │ ├── nand │ │ │ └── target.mk │ │ ├── mikrotik │ │ │ └── target.mk │ │ └── patches-4.4 │ │ │ └── 700-MIPS-ath79-add-openwrt-Kconfig.patch │ ├── at91 │ │ ├── image │ │ │ └── dfboot │ │ │ │ └── src │ │ │ │ ├── jump.S │ │ │ │ └── init.c │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── config │ │ │ │ │ └── firewall │ │ │ └── lib │ │ │ │ └── preinit │ │ │ │ └── 03_preinit_do_at91.sh │ │ ├── legacy │ │ │ └── target.mk │ │ └── sama5d3 │ │ │ └── target.mk │ ├── omap24xx │ │ └── base-files │ │ │ ├── etc │ │ │ ├── pointercal │ │ │ └── inittab │ │ │ └── lib │ │ │ └── firmware │ │ │ └── bc4fw.bin │ ├── ipq806x │ │ ├── files │ │ │ └── arch │ │ │ │ └── arm │ │ │ │ └── boot │ │ │ │ └── dts │ │ │ │ └── qcom-ipq8065-v1.0.dtsi │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── inittab │ │ │ └── lib │ │ │ │ └── preinit │ │ │ │ └── 03_preinit_do_ipq806x.sh │ │ └── profiles │ │ │ └── 00-default.mk │ ├── ramips │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── hotplug.d │ │ │ │ │ └── usb │ │ │ │ │ │ └── 10-motion │ │ │ │ ├── inittab │ │ │ │ └── init.d │ │ │ │ │ └── bootcount │ │ │ └── lib │ │ │ │ └── preinit │ │ │ │ └── 03_preinit_do_ramips.sh │ │ ├── image │ │ │ ├── ex2700-fakeroot.uImage │ │ │ └── lzma-loader │ │ │ │ └── src │ │ │ │ ├── lantiq.mk │ │ │ │ ├── ralink.mk │ │ │ │ ├── lzma-data.lds │ │ │ │ └── loader2.lds │ │ ├── dts │ │ │ ├── AWM002-4M.dtsi │ │ │ └── AWM002-8M.dtsi │ │ └── rt288x │ │ │ └── target.mk │ ├── oxnas │ │ ├── files │ │ │ └── arch │ │ │ │ └── arm │ │ │ │ └── mach-oxnas │ │ │ │ ├── Makefile.boot │ │ │ │ ├── include │ │ │ │ └── mach │ │ │ │ │ ├── timex.h │ │ │ │ │ └── irqs.h │ │ │ │ └── Makefile │ │ └── base-files │ │ │ ├── lib │ │ │ └── preinit │ │ │ │ └── 03_preinit_do_oxnas.sh │ │ │ └── etc │ │ │ └── board.d │ │ │ └── 02_network │ ├── zynq │ │ ├── base-files.mk │ │ ├── base-files │ │ │ └── etc │ │ │ │ └── inittab │ │ └── image │ │ │ └── Config.in │ ├── socfpga │ │ ├── base-files.mk │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── fw_env.config │ │ │ └── lib │ │ │ │ └── preinit │ │ │ │ └── 03_socfpga_detect │ │ └── image │ │ │ └── Config.in │ ├── generic │ │ ├── base-files │ │ │ └── init │ │ ├── files │ │ │ ├── arch │ │ │ │ └── mips │ │ │ │ │ └── fw │ │ │ │ │ └── myloader │ │ │ │ │ └── Makefile │ │ │ └── fs │ │ │ │ └── yaffs2 │ │ │ │ └── NOTE.openwrt │ │ └── image │ │ │ └── relocate │ │ │ └── loader.lds │ ├── lantiq │ │ ├── image │ │ │ ├── eva.dummy.squashfs │ │ │ └── lzma-loader │ │ │ │ └── src │ │ │ │ ├── ar71xx.mk │ │ │ │ ├── lantiq.mk │ │ │ │ ├── ralink.mk │ │ │ │ ├── lzma-data.lds │ │ │ │ └── loader2.lds │ │ ├── dts │ │ │ ├── DGN3500.dts │ │ │ ├── DGN3500B.dts │ │ │ ├── TDW8970.dts │ │ │ ├── ARV4518PWR01.dts │ │ │ └── ARV4518PWR01A.dts │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── inittab │ │ │ └── lib │ │ │ │ └── preinit │ │ │ │ └── 03_preinit_board.sh │ │ ├── files │ │ │ └── firmware │ │ │ │ └── lantiq │ │ │ │ ├── vr9_phy11g_a1x.bin │ │ │ │ ├── vr9_phy11g_a2x.bin │ │ │ │ ├── vr9_phy22f_a1x.bin │ │ │ │ └── vr9_phy22f_a2x.bin │ │ ├── xway │ │ │ ├── profiles │ │ │ │ └── 00-default.mk │ │ │ └── target.mk │ │ ├── xrx200 │ │ │ └── profiles │ │ │ │ └── 00-default.mk │ │ └── xway_legacy │ │ │ └── profiles │ │ │ └── 00-default.mk │ ├── ar7 │ │ ├── ac49x │ │ │ ├── config-default │ │ │ └── target.mk │ │ ├── generic │ │ │ ├── config-default │ │ │ └── target.mk │ │ └── base-files.mk │ ├── mediatek │ │ └── base-files │ │ │ ├── lib │ │ │ └── preinit │ │ │ │ ├── 01_affinity │ │ │ │ └── 03_preinit_do_mediatek.sh │ │ │ └── etc │ │ │ └── inittab │ ├── brcm47xx │ │ ├── base-files │ │ │ └── etc │ │ │ │ └── uci-defaults │ │ │ │ └── 09_fix_crc │ │ ├── generic │ │ │ └── target.mk │ │ ├── mips74k │ │ │ └── target.mk │ │ ├── legacy │ │ │ ├── config-default │ │ │ └── target.mk │ │ └── image │ │ │ └── lzma-loader │ │ │ └── src │ │ │ └── loader.lds.in │ ├── mxs │ │ └── base-files │ │ │ ├── etc │ │ │ └── inittab │ │ │ └── lib │ │ │ └── preinit │ │ │ └── 03_preinit_do_mxs.sh │ ├── au1000 │ │ ├── au1550 │ │ │ ├── config-default │ │ │ └── target.mk │ │ └── au1500 │ │ │ ├── config-default │ │ │ └── target.mk │ ├── brcm2708 │ │ ├── image │ │ │ ├── cmdline.txt │ │ │ └── Config.in │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── inittab │ │ │ └── lib │ │ │ │ └── preinit │ │ │ │ └── 03_preinit_do_brcm2708.sh │ │ ├── bcm2708 │ │ │ └── target.mk │ │ ├── bcm2709 │ │ │ └── target.mk │ │ └── bcm2710 │ │ │ └── target.mk │ ├── mcs814x │ │ ├── files-3.18 │ │ │ ├── drivers │ │ │ │ └── net │ │ │ │ │ └── ethernet │ │ │ │ │ └── mcs8140 │ │ │ │ │ ├── Makefile │ │ │ │ │ └── Kconfig │ │ │ └── arch │ │ │ │ └── arm │ │ │ │ └── mach-mcs814x │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.boot │ │ │ │ └── include │ │ │ │ └── mach │ │ │ │ └── entry-macro.S │ │ └── base-files │ │ │ ├── lib │ │ │ └── preinit │ │ │ │ └── 03_preinit_do_mcs814x.sh │ │ │ └── etc │ │ │ └── board.d │ │ │ └── 02_network │ ├── bcm53xx │ │ ├── files-4.1 │ │ │ └── drivers │ │ │ │ └── firmware │ │ │ │ └── broadcom │ │ │ │ └── Makefile │ │ └── base-files │ │ │ ├── lib │ │ │ └── preinit │ │ │ │ └── 05_set_preinit_iface_bcm53xx │ │ │ └── etc │ │ │ └── uci-defaults │ │ │ └── 09_fix_crc │ ├── sunxi │ │ ├── image │ │ │ └── Config.in │ │ └── base-files │ │ │ ├── lib │ │ │ └── preinit │ │ │ │ └── 01_preinit_sunxi.sh │ │ │ └── etc │ │ │ └── inittab │ ├── cns3xxx │ │ └── files │ │ │ ├── drivers │ │ │ └── net │ │ │ │ └── ethernet │ │ │ │ └── cavium │ │ │ │ └── Makefile │ │ │ └── arch │ │ │ └── arm │ │ │ └── mach-cns3xxx │ │ │ └── include │ │ │ └── mach │ │ │ └── smp.h │ ├── brcm63xx │ │ ├── generic │ │ │ └── target.mk │ │ ├── image │ │ │ └── lzma-loader │ │ │ │ └── src │ │ │ │ ├── lzma-data.lds │ │ │ │ └── loader2.lds │ │ ├── base-files │ │ │ └── lib │ │ │ │ └── preinit │ │ │ │ ├── 03_do_brcm63xx.sh │ │ │ │ └── 20_failsafe_net_echo_brcm63xx │ │ └── smp │ │ │ └── target.mk │ ├── gemini │ │ ├── files │ │ │ └── drivers │ │ │ │ └── net │ │ │ │ └── ethernet │ │ │ │ └── gemini │ │ │ │ └── Makefile │ │ └── wiligear │ │ │ └── target.mk │ ├── arc770 │ │ ├── generic │ │ │ └── target.mk │ │ └── base-files │ │ │ └── lib │ │ │ └── preinit │ │ │ └── 01_preinit_arc.sh │ ├── archs38 │ │ ├── generic │ │ │ └── target.mk │ │ └── base-files │ │ │ └── lib │ │ │ └── preinit │ │ │ └── 01_preinit_arc.sh │ ├── ppc44x │ │ ├── base-files │ │ │ └── etc │ │ │ │ └── inittab │ │ └── patches-3.18 │ │ │ └── 110-openwrt_dts_cmdline.patch │ ├── realview │ │ └── base-files │ │ │ └── etc │ │ │ ├── board.d │ │ │ ├── 02_network │ │ │ └── 00_model │ │ │ └── inittab │ ├── netlogic │ │ ├── xlp │ │ │ └── config-default │ │ ├── xlr │ │ │ └── target.mk │ │ └── base-files │ │ │ └── lib │ │ │ └── preinit │ │ │ └── 03_do_netlogic.sh │ ├── arm64 │ │ └── base-files │ │ │ └── etc │ │ │ └── inittab │ ├── ixp4xx │ │ ├── harddisk │ │ │ └── target.mk │ │ └── generic │ │ │ └── target.mk │ ├── omap │ │ └── base-files │ │ │ └── etc │ │ │ └── inittab │ ├── malta │ │ ├── be │ │ │ └── target.mk │ │ ├── le │ │ │ └── target.mk │ │ ├── be64 │ │ │ └── target.mk │ │ ├── le64 │ │ │ └── target.mk │ │ └── base-files │ │ │ └── etc │ │ │ ├── board.d │ │ │ ├── 00_model │ │ │ └── 02_network │ │ │ └── inittab │ ├── ppc40x │ │ └── base-files │ │ │ └── lib │ │ │ └── ppc40x.sh │ ├── ath25 │ │ └── base-files │ │ │ └── etc │ │ │ ├── board.d │ │ │ └── 01_leds │ │ │ └── config │ │ │ └── system │ ├── imx6 │ │ └── patches-4.4 │ │ │ └── 100-bootargs.patch │ └── rb532 │ │ └── base-files │ │ └── etc │ │ └── diag.sh ├── toolchain │ └── files │ │ └── README.TOOLCHAIN ├── sdk │ ├── files │ │ └── Config.in │ └── Config.in └── imagebuilder │ └── files │ └── repositories.conf ├── package ├── base-files │ └── files │ │ ├── etc │ │ ├── shells │ │ ├── openwrt_version │ │ ├── sysctl.d │ │ │ └── local.conf │ │ ├── diag.sh │ │ ├── device_info │ │ ├── rc.button │ │ │ ├── power │ │ │ └── failsafe │ │ ├── inittab │ │ ├── hosts │ │ ├── opkg │ │ │ └── keys │ │ │ │ └── af22f7a88858c8e9 │ │ ├── shadow │ │ ├── init.d │ │ │ ├── umount │ │ │ └── sysctl │ │ ├── rc.local │ │ ├── sysupgrade.conf │ │ ├── group │ │ ├── iproute2 │ │ │ └── rt_tables │ │ ├── openwrt_release │ │ ├── passwd │ │ ├── uci-defaults │ │ │ └── 13_fix_group_user │ │ └── hotplug.d │ │ │ └── net │ │ │ └── 00-sysctl │ │ ├── sbin │ │ └── firstboot │ │ ├── rom │ │ └── note │ │ ├── usr │ │ └── libexec │ │ │ └── login.sh │ │ └── lib │ │ ├── preinit │ │ ├── 02_default_set_state │ │ └── 99_10_run_init │ │ └── upgrade │ │ └── keep.d │ │ └── base-files-essential ├── network │ ├── config │ │ ├── netifd │ │ │ └── files │ │ │ │ ├── sbin │ │ │ │ ├── ifdown │ │ │ │ └── devstatus │ │ │ │ └── etc │ │ │ │ └── hotplug.d │ │ │ │ └── iface │ │ │ │ └── 00-netstate │ │ ├── qos-scripts │ │ │ └── files │ │ │ │ ├── usr │ │ │ │ └── bin │ │ │ │ │ ├── qos-start │ │ │ │ │ └── qos-stop │ │ │ │ └── etc │ │ │ │ └── hotplug.d │ │ │ │ └── iface │ │ │ │ └── 10-qos │ │ ├── soloscli │ │ │ └── patches │ │ │ │ ├── 002-cflags.patch │ │ │ │ └── 001-no-driver.patch │ │ └── ltq-vdsl-app │ │ │ └── patches │ │ │ └── 101-musl.patch │ ├── services │ │ ├── openvpn-easy-rsa │ │ │ └── files │ │ │ │ ├── easy-rsa.index │ │ │ │ └── easy-rsa.serial │ │ ├── ead │ │ │ └── src │ │ │ │ ├── tinysrp │ │ │ │ ├── stamp-h.in │ │ │ │ └── acconfig.h │ │ │ │ └── passwd │ │ ├── openvpn │ │ │ ├── files │ │ │ │ └── openvpn.upgrade │ │ │ └── patches │ │ │ │ └── 001-reproducible-remove_DATE.patch │ │ ├── ppp │ │ │ ├── files │ │ │ │ └── etc │ │ │ │ │ └── ppp │ │ │ │ │ ├── radius │ │ │ │ │ ├── servers │ │ │ │ │ └── dictionary.asnet │ │ │ │ │ ├── chap-secrets │ │ │ │ │ ├── options.pptp │ │ │ │ │ ├── options │ │ │ │ │ └── radius.conf │ │ │ └── patches │ │ │ │ └── 133-fix_sha1_include.patch │ │ ├── mdns │ │ │ └── files │ │ │ │ └── mdns.config │ │ ├── relayd │ │ │ └── files │ │ │ │ └── relay.hotplug │ │ ├── dnsmasq │ │ │ └── files │ │ │ │ └── dnsmasq.hotplug │ │ ├── samba36 │ │ │ └── files │ │ │ │ └── samba.config │ │ ├── dropbear │ │ │ └── files │ │ │ │ └── dropbear.config │ │ ├── odhcpd │ │ │ └── files │ │ │ │ └── odhcpd-update │ │ ├── uhttpd │ │ │ └── files │ │ │ │ └── ubus.default │ │ ├── omcproxy │ │ │ └── files │ │ │ │ └── omcproxy.config │ │ ├── hostapd │ │ │ └── files │ │ │ │ └── wps-hotplug.sh │ │ └── igmpproxy │ │ │ ├── files │ │ │ └── igmpproxy.config │ │ │ └── patches │ │ │ └── 010-missing_include.patch │ ├── utils │ │ ├── wwan │ │ │ └── files │ │ │ │ └── data │ │ │ │ ├── 19d2:1401 │ │ │ │ ├── 19d2:1402 │ │ │ │ ├── 0af0:4005 │ │ │ │ ├── 0f3d:68a2 │ │ │ │ ├── 1199:68a2 │ │ │ │ ├── 12d1:14c6 │ │ │ │ ├── 12d1:14c8 │ │ │ │ ├── 12d1:14c9 │ │ │ │ ├── 12d1:14ca │ │ │ │ ├── 12d1:14cc │ │ │ │ ├── 12d1:150a │ │ │ │ ├── 12d1:150c │ │ │ │ ├── 12d1:150f │ │ │ │ ├── 12d1:1589 │ │ │ │ ├── 12d1:1c1e │ │ │ │ ├── 12d1:1c1f │ │ │ │ ├── 1410:9011 │ │ │ │ ├── 16d8:6008 │ │ │ │ ├── 19d2:0025 │ │ │ │ ├── 19d2:0042 │ │ │ │ ├── 19d2:0063 │ │ │ │ ├── 19d2:0104 │ │ │ │ ├── 19d2:0121 │ │ │ │ ├── 19d2:0124 │ │ │ │ ├── 19d2:0157 │ │ │ │ ├── 19d2:0167 │ │ │ │ ├── 19d2:0199 │ │ │ │ ├── 19d2:0257 │ │ │ │ ├── 19d2:0284 │ │ │ │ ├── 19d2:0326 │ │ │ │ ├── 19d2:1008 │ │ │ │ ├── 19d2:1010 │ │ │ │ ├── 19d2:1018 │ │ │ │ ├── 19d2:1176 │ │ │ │ ├── 19d2:1245 │ │ │ │ ├── 19d2:1252 │ │ │ │ ├── 19d2:1254 │ │ │ │ ├── 19d2:1256 │ │ │ │ ├── 19d2:1270 │ │ │ │ ├── 19d2:1426 │ │ │ │ ├── 19d2:2002 │ │ │ │ ├── 2357:0201 │ │ │ │ ├── 2357:0202 │ │ │ │ ├── 2357:0203 │ │ │ │ ├── 2357:9000 │ │ │ │ ├── 413c:8186 │ │ │ │ ├── 413c:8194 │ │ │ │ ├── 413c:8195 │ │ │ │ ├── 413c:8196 │ │ │ │ ├── 0af0:8120 │ │ │ │ ├── 12d1:1404 │ │ │ │ ├── 12d1:14d2 │ │ │ │ ├── 12d1:151b │ │ │ │ ├── 16d8:6007 │ │ │ │ ├── 19d2:0017 │ │ │ │ ├── 19d2:0019 │ │ │ │ ├── 19d2:0052 │ │ │ │ ├── 19d2:0055 │ │ │ │ ├── 19d2:0265 │ │ │ │ ├── 1bbb:011e │ │ │ │ ├── 1bbb:0203 │ │ │ │ ├── 0b3c:c000 │ │ │ │ ├── 0b3c:c001 │ │ │ │ ├── 0b3c:c002 │ │ │ │ ├── 0b3c:c004 │ │ │ │ ├── 0b3c:c005 │ │ │ │ ├── 0b3c:c00a │ │ │ │ ├── 0b3c:c00b │ │ │ │ ├── 106c:3721 │ │ │ │ ├── 12d1:1576 │ │ │ │ ├── 12d1:1577 │ │ │ │ ├── 12d1:1578 │ │ │ │ ├── 12d1:1f16 │ │ │ │ ├── 1410:b001 │ │ │ │ ├── 19d2:0031 │ │ │ │ ├── 05c6:6000 │ │ │ │ ├── 1004:618f │ │ │ │ ├── 106c:3718 │ │ │ │ ├── 1199:0023 │ │ │ │ ├── 1199:0025 │ │ │ │ ├── 1199:0026 │ │ │ │ ├── 1199:0027 │ │ │ │ ├── 1199:6820 │ │ │ │ ├── 1199:6850 │ │ │ │ ├── 1199:6880 │ │ │ │ ├── 1199:6890 │ │ │ │ ├── 1199:6893 │ │ │ │ ├── 12d1:1035 │ │ │ │ ├── 12d1:140c │ │ │ │ ├── 12d1:144e │ │ │ │ ├── 12d1:1464 │ │ │ │ ├── 12d1:1465 │ │ │ │ ├── 12d1:1491 │ │ │ │ ├── 12d1:14a5 │ │ │ │ ├── 12d1:14a8 │ │ │ │ ├── 12d1:14ac │ │ │ │ ├── 12d1:14ae │ │ │ │ ├── 12d1:14cb │ │ │ │ ├── 12d1:14cf │ │ │ │ ├── 12d1:151d │ │ │ │ ├── 12d1:156c │ │ │ │ ├── 12d1:1c05 │ │ │ │ ├── 12d1:1c07 │ │ │ │ ├── 12d1:1c08 │ │ │ │ ├── 12d1:1c10 │ │ │ │ ├── 12d1:1c12 │ │ │ │ ├── 12d1:1c23 │ │ │ │ ├── 1410:1400 │ │ │ │ ├── 1410:1410 │ │ │ │ ├── 1410:1420 │ │ │ │ ├── 1410:2120 │ │ │ │ ├── 19d2:0002 │ │ │ │ ├── 19d2:0022 │ │ │ │ ├── 19d2:0033 │ │ │ │ ├── 19d2:0039 │ │ │ │ ├── 19d2:0057 │ │ │ │ ├── 19d2:0064 │ │ │ │ ├── 19d2:0066 │ │ │ │ ├── 19d2:0073 │ │ │ │ ├── 19d2:0079 │ │ │ │ ├── 19d2:0086 │ │ │ │ ├── 19d2:0091 │ │ │ │ ├── 19d2:0094 │ │ │ │ ├── 19d2:0117 │ │ │ │ ├── 19d2:0128 │ │ │ │ ├── 19d2:0152 │ │ │ │ ├── 19d2:2003 │ │ │ │ ├── 19d2:ffdd │ │ │ │ ├── 19d2:ffe9 │ │ │ │ ├── 19d2:fff1 │ │ │ │ ├── 19d2:fffb │ │ │ │ ├── 19d2:fffc │ │ │ │ ├── 19d2:fffd │ │ │ │ ├── 19d2:fffe │ │ │ │ ├── 19d2:ffff │ │ │ │ ├── 1bbb:00b7 │ │ │ │ ├── 413c:8114 │ │ │ │ ├── 413c:8115 │ │ │ │ ├── 413c:8116 │ │ │ │ ├── 413c:8117 │ │ │ │ ├── 413c:8118 │ │ │ │ ├── 413c:8128 │ │ │ │ ├── 413c:8129 │ │ │ │ ├── 413c:8133 │ │ │ │ ├── 413c:8134 │ │ │ │ ├── 413c:8135 │ │ │ │ ├── 413c:8136 │ │ │ │ ├── 413c:8137 │ │ │ │ ├── 413c:8138 │ │ │ │ ├── 413c:8180 │ │ │ │ ├── 413c:8181 │ │ │ │ ├── 413c:8182 │ │ │ │ ├── 413c:819b │ │ │ │ ├── 05c6:0023 │ │ │ │ ├── 05c6:9000 │ │ │ │ ├── 07d1:3e01 │ │ │ │ ├── 07d1:3e02 │ │ │ │ ├── 0af0:6901 │ │ │ │ ├── 0af0:7201 │ │ │ │ ├── 0af0:9200 │ │ │ │ ├── 0c88:17da │ │ │ │ ├── 0c88:180a │ │ │ │ ├── 1199:0017 │ │ │ │ ├── 1199:0018 │ │ │ │ ├── 1199:0019 │ │ │ │ ├── 1199:0020 │ │ │ │ ├── 1199:0021 │ │ │ │ ├── 1199:0022 │ │ │ │ ├── 1199:0028 │ │ │ │ ├── 1199:0120 │ │ │ │ ├── 1199:0218 │ │ │ │ ├── 1199:0220 │ │ │ │ ├── 1199:0224 │ │ │ │ ├── 1199:0301 │ │ │ │ ├── 1199:6802 │ │ │ │ ├── 1199:6803 │ │ │ │ ├── 1199:6804 │ │ │ │ ├── 1199:6805 │ │ │ │ ├── 1199:6808 │ │ │ │ ├── 1199:6809 │ │ │ │ ├── 1199:6813 │ │ │ │ ├── 1199:6815 │ │ │ │ ├── 1199:6816 │ │ │ │ ├── 1199:6821 │ │ │ │ ├── 1199:6822 │ │ │ │ ├── 1199:6833 │ │ │ │ ├── 1199:6834 │ │ │ │ ├── 1199:6835 │ │ │ │ ├── 1199:6838 │ │ │ │ ├── 1199:6839 │ │ │ │ ├── 1199:683a │ │ │ │ ├── 1199:6851 │ │ │ │ ├── 1199:6852 │ │ │ │ ├── 1199:6853 │ │ │ │ ├── 1199:6855 │ │ │ │ ├── 1199:6859 │ │ │ │ ├── 1199:685a │ │ │ │ ├── 12d1:1506 │ │ │ │ ├── 1410:1430 │ │ │ │ ├── 1410:1450 │ │ │ │ ├── 1410:2100 │ │ │ │ ├── 1410:2110 │ │ │ │ ├── 1410:2130 │ │ │ │ ├── 1410:2400 │ │ │ │ ├── 1410:2410 │ │ │ │ ├── 1410:2420 │ │ │ │ ├── 1410:6000 │ │ │ │ ├── 1410:6001 │ │ │ │ ├── 1410:6002 │ │ │ │ ├── 1410:6010 │ │ │ │ ├── 1410:7001 │ │ │ │ ├── 1410:7003 │ │ │ │ ├── 1410:7030 │ │ │ │ ├── 1410:7041 │ │ │ │ ├── 16d5:6202 │ │ │ │ ├── 16d5:6501 │ │ │ │ ├── 16d5:6502 │ │ │ │ ├── 16d8:6002 │ │ │ │ ├── 16d8:6006 │ │ │ │ ├── 19d2:0001 │ │ │ │ ├── 19d2:0015 │ │ │ │ ├── 19d2:0016 │ │ │ │ ├── 19d2:0018 │ │ │ │ ├── 19d2:0024 │ │ │ │ ├── 19d2:0037 │ │ │ │ ├── 19d2:0082 │ │ │ │ ├── 19d2:0108 │ │ │ │ ├── 1a8d:1007 │ │ │ │ ├── 1a8d:100c │ │ │ │ ├── 1a8d:100d │ │ │ │ ├── 1bbb:0017 │ │ │ │ ├── 1bbb:0052 │ │ │ │ ├── 2001:7d01 │ │ │ │ ├── 2001:7d02 │ │ │ │ ├── 2001:7d03 │ │ │ │ ├── 0b3c:c003 │ │ │ │ ├── 1004:6124 │ │ │ │ ├── 1199:0024 │ │ │ │ ├── 1199:6891 │ │ │ │ ├── 1199:6892 │ │ │ │ ├── 12d1:1412 │ │ │ │ ├── 12d1:1433 │ │ │ │ ├── 12d1:1436 │ │ │ │ ├── 12d1:1444 │ │ │ │ ├── 1410:4100 │ │ │ │ ├── 1a8d:1002 │ │ │ │ ├── 1a8d:1003 │ │ │ │ ├── 1a8d:1009 │ │ │ │ ├── 0421:060d │ │ │ │ ├── 0421:060e │ │ │ │ ├── 0421:0619 │ │ │ │ ├── 0421:061e │ │ │ │ ├── 0421:0623 │ │ │ │ ├── 0421:0629 │ │ │ │ ├── 0421:062d │ │ │ │ ├── 0421:062f │ │ │ │ ├── 0421:0638 │ │ │ │ ├── 1004:6141 │ │ │ │ ├── 1004:6157 │ │ │ │ ├── 1199:683b │ │ │ │ ├── 1199:6856 │ │ │ │ ├── 12d1:1406 │ │ │ │ ├── 12d1:141b │ │ │ │ ├── 1410:7042 │ │ │ │ ├── 19d2:0116 │ │ │ │ ├── 19d2:0142 │ │ │ │ ├── 19d2:0143 │ │ │ │ ├── 19d2:0170 │ │ │ │ ├── 19d2:1003 │ │ │ │ ├── 19d2:1015 │ │ │ │ ├── 19d2:1172 │ │ │ │ ├── 19d2:1173 │ │ │ │ ├── 19d2:1177 │ │ │ │ ├── 19d2:1181 │ │ │ │ ├── 19d2:1203 │ │ │ │ ├── 19d2:1208 │ │ │ │ ├── 19d2:1211 │ │ │ │ ├── 19d2:1212 │ │ │ │ ├── 19d2:1217 │ │ │ │ ├── 19d2:1218 │ │ │ │ ├── 19d2:1220 │ │ │ │ ├── 19d2:1222 │ │ │ │ ├── 19d2:1512 │ │ │ │ ├── 19d2:1515 │ │ │ │ ├── 19d2:1518 │ │ │ │ ├── 19d2:1519 │ │ │ │ ├── 19d2:1522 │ │ │ │ ├── 19d2:1525 │ │ │ │ ├── 19d2:1527 │ │ │ │ ├── 19d2:1537 │ │ │ │ ├── 19d2:1538 │ │ │ │ ├── 19d2:1544 │ │ │ │ ├── 1c9e:9603 │ │ │ │ ├── 1c9e:9605 │ │ │ │ ├── 1c9e:9607 │ │ │ │ ├── 1e0e:9100 │ │ │ │ ├── 211f:6801 │ │ │ │ ├── 413c:8147 │ │ │ │ ├── 0421:0612 │ │ │ │ ├── 05c6:00a0 │ │ │ │ ├── 07d1:7e11 │ │ │ │ ├── 0bdb:1900 │ │ │ │ ├── 0bdb:1902 │ │ │ │ ├── 0bdb:190a │ │ │ │ ├── 0bdb:190d │ │ │ │ ├── 0bdb:1910 │ │ │ │ ├── 106c:3711 │ │ │ │ ├── 106c:3714 │ │ │ │ ├── 106c:3715 │ │ │ │ ├── 106c:3716 │ │ │ │ ├── 1199:68aa │ │ │ │ ├── 1410:4400 │ │ │ │ ├── 1410:7031 │ │ │ │ ├── 16d5:900d │ │ │ │ ├── 16d8:5141 │ │ │ │ ├── 16d8:5533 │ │ │ │ ├── 16d8:5543 │ │ │ │ ├── 16d8:5553 │ │ │ │ ├── 16d8:6522 │ │ │ │ ├── 16d8:6523 │ │ │ │ ├── 16d8:6532 │ │ │ │ ├── 16d8:6533 │ │ │ │ ├── 16d8:6543 │ │ │ │ ├── 16d8:680a │ │ │ │ ├── 19d2:ffe4 │ │ │ │ ├── 1a8d:2006 │ │ │ │ ├── 1bbb:0000 │ │ │ │ ├── 1bbb:0012 │ │ │ │ ├── 1bbb:00ca │ │ │ │ ├── 1c9e:9900 │ │ │ │ ├── 05c6:0016 │ │ │ │ ├── 106c:3717 │ │ │ │ ├── 1199:0112 │ │ │ │ ├── 16d5:6603 │ │ │ │ ├── 1c9e:6060 │ │ │ │ ├── 1c9e:6061 │ │ │ │ ├── 1e0e:ce16 │ │ │ │ ├── 2001:7d00 │ │ │ │ ├── 0421:03a7 │ │ │ │ ├── 0f3d:68aa │ │ │ │ ├── 1c9e:9000 │ │ │ │ ├── 1c9e:9801 │ │ │ │ ├── 1e0e:9000 │ │ │ │ ├── 1e0e:9200 │ │ │ │ ├── 1529:3100 │ │ │ │ ├── 12d1:140b │ │ │ │ └── 1e0e:cefe │ │ ├── linux-atm │ │ │ ├── files │ │ │ │ ├── br2684-up │ │ │ │ ├── atm.hotplug │ │ │ │ └── br2684ctl_wrap │ │ │ └── patches │ │ │ │ └── 600-fix-format-errors.patch │ │ ├── iproute2 │ │ │ └── patches │ │ │ │ ├── 001-config.patch │ │ │ │ └── 130-missing_include.patch │ │ ├── iptables │ │ │ └── patches │ │ │ │ └── 100-bash-location.patch │ │ ├── maccalc │ │ │ └── src │ │ │ │ └── Makefile │ │ └── comgt │ │ │ └── files │ │ │ ├── getcardinfo.gcom │ │ │ ├── getstrength.gcom │ │ │ └── 3g.chat │ └── ipv6 │ │ ├── 6rd │ │ └── src │ │ │ └── Makefile │ │ └── thc-ipv6 │ │ └── patches │ │ └── 100-no-ssl.patch ├── kernel │ ├── trelay │ │ ├── src │ │ │ └── Makefile │ │ └── files │ │ │ ├── trelay.config │ │ │ └── trelay.hotplug │ ├── avila-wdt │ │ └── src │ │ │ └── Makefile │ ├── wrt55agv2-spidevs │ │ └── src │ │ │ ├── Makefile │ │ │ └── Kconfig │ ├── gpio-button-hotplug │ │ └── src │ │ │ └── Makefile │ ├── button-hotplug │ │ └── src │ │ │ ├── Makefile │ │ │ └── Kconfig │ ├── i2c-gpio-custom │ │ └── src │ │ │ └── Makefile │ ├── spi-gpio-custom │ │ └── src │ │ │ └── Makefile │ ├── w1-gpio-custom │ │ └── src │ │ │ ├── Makefile │ │ │ └── Kconfig │ ├── rotary-gpio-custom │ │ └── src │ │ │ └── Makefile │ ├── lantiq │ │ ├── ltq-hcd │ │ │ └── src │ │ │ │ ├── ifxusb_version.h │ │ │ │ └── ifxhcd_intr.c │ │ └── ltq-adsl │ │ │ └── Config.in │ ├── mac80211 │ │ └── patches │ │ │ ├── 070-ath_common_config.patch │ │ │ └── 040-brcmutil_option.patch │ └── mmc_over_gpio │ │ └── files │ │ └── mmc_over_gpio.config ├── devel │ └── valgrind │ │ └── src │ │ └── abort.c ├── system │ ├── fstools │ │ └── files │ │ │ ├── mount.hotplug │ │ │ └── fstab.default │ ├── mountd │ │ └── files │ │ │ └── mountd.config │ ├── opkg │ │ └── files │ │ │ ├── opkg.conf │ │ │ ├── customfeeds.conf │ │ │ └── opkg-smime.conf │ └── rpcd │ │ └── files │ │ └── rpcd.config ├── utils │ ├── usbmode │ │ ├── data │ │ │ └── 12d1:1f16 │ │ └── files │ │ │ ├── usbmode.hotplug │ │ │ └── usbmode.init │ ├── ugps │ │ └── files │ │ │ └── gps.config │ ├── e2fsprogs │ │ ├── files │ │ │ └── e2fsck.conf │ │ └── patches │ │ │ └── 002-fix-subst-host-build.patch │ ├── busybox │ │ ├── files │ │ │ └── ntpd-hotplug │ │ └── patches │ │ │ ├── 100-trylink_bash.patch │ │ │ ├── 101-gen_build_files_bash.patch │ │ │ ├── 001-resource_h_include.patch │ │ │ ├── 130-mconf_missing_sigwinch.patch │ │ │ └── 240-telnetd_intr.patch │ ├── otrx │ │ └── src │ │ │ └── Makefile │ ├── oseama │ │ └── src │ │ │ └── Makefile │ ├── nvram │ │ └── src │ │ │ └── Makefile │ ├── fbtest │ │ └── src │ │ │ └── Makefile │ └── px5g-standalone │ │ └── src │ │ └── Makefile ├── boot │ ├── uboot-ar71xx │ │ └── files │ │ │ └── board │ │ │ └── zyxel │ │ │ └── nbg460n │ │ │ └── config.mk │ ├── uboot-oxnas │ │ └── files │ │ │ ├── configs │ │ │ └── ox820_defconfig │ │ │ ├── arch │ │ │ └── arm │ │ │ │ └── include │ │ │ │ └── asm │ │ │ │ └── arch-nas782x │ │ │ │ └── spl.h │ │ │ └── board │ │ │ └── ox820 │ │ │ ├── MAINTAINERS │ │ │ └── Kconfig │ ├── rbcfg │ │ └── src │ │ │ └── Makefile │ ├── uboot-zynq │ │ └── uEnv-default.txt │ ├── uboot-imx6 │ │ └── patches │ │ │ └── 100-wandboard-enable-fit.patch │ ├── kobs-ng │ │ └── patches │ │ │ └── 004-gnu_source.patch │ ├── uboot-envtools │ │ └── Config.in │ └── yamonenv │ │ └── patches │ │ └── 001-yamonenv_mtd_partition.patch └── libs │ ├── openssl │ └── patches │ │ ├── 170-bash_path.patch │ │ └── 140-makefile-dirs.patch │ ├── toolchain │ ├── glibc-files │ │ └── etc │ │ │ └── nsswitch.conf │ └── eglibc-files │ │ └── etc │ │ └── nsswitch.conf │ ├── libnl-tiny │ └── files │ │ └── libnl-tiny.pc │ ├── libpcap │ └── patches │ │ └── 203-undef_iw_mode_monitor.patch │ ├── cyassl │ └── patches │ │ └── 400-additional_compatibility.patch │ └── gettext │ └── src │ └── LICENSE ├── scripts ├── md5sum ├── config │ ├── lxdialog │ │ └── .gitignore │ ├── README │ └── .gitignore ├── portable_date.sh └── freebsd.sh ├── tools ├── bison │ └── scripts │ │ └── yacc ├── mtd-utils │ └── include │ │ └── fls.h ├── automake │ └── files │ │ └── aclocal ├── ccache │ └── files │ │ ├── ccache_cc │ │ └── ccache_cxx ├── include │ └── byteswap.h ├── pkg-config │ └── files │ │ └── pkg-config ├── squashfs4 │ └── patches │ │ └── 150-freebsd_fixes.patch ├── mpfr │ └── patches │ │ └── 100-freebsd-compat.patch ├── lzma-old │ └── patches │ │ └── 110-ranlib.patch ├── flex │ └── patches │ │ └── 100-disable-tests-docs.patch ├── b43-tools │ └── patches │ │ └── 002-no_libfl.patch ├── padjffs2 │ └── src │ │ └── Makefile └── mkimage │ └── patches │ ├── 010-freebsd-ulong-fix.patch │ └── 020-include_compile_fix.patch ├── include ├── site │ ├── i386 │ └── i686 └── device_table.txt ├── toolchain ├── musl │ ├── include │ │ └── bits │ │ │ └── wordsize.h │ └── Config.version ├── gcc │ └── files │ │ └── alternate-arch-cc.in ├── glibc │ ├── include │ │ └── libintl.h │ ├── Config.version │ └── Config.in ├── info.mk └── uClibc │ ├── config │ ├── debug │ ├── m68k │ ├── powerpc │ ├── x86_64 │ ├── powerpc.e500 │ ├── armeb │ ├── arm │ ├── sparc │ ├── sparc.leon │ ├── arc │ └── archs │ ├── Config.in │ └── Config.version ├── docs └── .gitignore └── BSDmakefile /.gitattributes: -------------------------------------------------------------------------------- 1 | * -text 2 | -------------------------------------------------------------------------------- /target/linux/adm5120/router_le/config-3.8: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /target/linux/mpc85xx/generic/config-default: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package/base-files/files/etc/shells: -------------------------------------------------------------------------------- 1 | /bin/ash 2 | -------------------------------------------------------------------------------- /scripts/md5sum: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | cat "$@" | md5 3 | -------------------------------------------------------------------------------- /package/base-files/files/etc/openwrt_version: -------------------------------------------------------------------------------- 1 | %V 2 | -------------------------------------------------------------------------------- /package/network/config/netifd/files/sbin/ifdown: -------------------------------------------------------------------------------- 1 | ifup -------------------------------------------------------------------------------- /package/kernel/trelay/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-m := trelay.o 2 | -------------------------------------------------------------------------------- /scripts/config/lxdialog/.gitignore: -------------------------------------------------------------------------------- 1 | lxdialog 2 | *.o 3 | -------------------------------------------------------------------------------- /package/kernel/avila-wdt/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-m := avila-wdt.o 2 | -------------------------------------------------------------------------------- /package/network/services/openvpn-easy-rsa/files/easy-rsa.index: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/bison/scripts/yacc: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec bison -y "$@" 3 | -------------------------------------------------------------------------------- /include/site/i386: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | . $TOPDIR/include/site/i486 3 | 4 | -------------------------------------------------------------------------------- /include/site/i686: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | . $TOPDIR/include/site/i486 3 | 4 | -------------------------------------------------------------------------------- /package/devel/valgrind/src/abort.c: -------------------------------------------------------------------------------- 1 | void abort(void) 2 | { 3 | } 4 | -------------------------------------------------------------------------------- /package/network/services/ead/src/tinysrp/stamp-h.in: -------------------------------------------------------------------------------- 1 | timestamp 2 | -------------------------------------------------------------------------------- /package/system/fstools/files/mount.hotplug: -------------------------------------------------------------------------------- 1 | /sbin/block hotplug 2 | -------------------------------------------------------------------------------- /package/utils/usbmode/data/12d1:1f16: -------------------------------------------------------------------------------- 1 | # Vodafone K5150 2 | MBIM=1 3 | -------------------------------------------------------------------------------- /toolchain/musl/include/bits/wordsize.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /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/utils/usbmode/files/usbmode.hotplug: -------------------------------------------------------------------------------- 1 | /etc/init.d/usbmode start 2 | -------------------------------------------------------------------------------- /package/kernel/wrt55agv2-spidevs/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-m += wrt55agv2_spidevs.o 2 | -------------------------------------------------------------------------------- /package/utils/ugps/files/gps.config: -------------------------------------------------------------------------------- 1 | config gps 2 | option 'tty' 'ttyACM0' 3 | -------------------------------------------------------------------------------- /target/linux/xburst/qi_lb60/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=QI Ben Nanonote (qi_lb60) 2 | -------------------------------------------------------------------------------- /package/base-files/files/sbin/firstboot: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | /sbin/jffs2reset $@ 4 | -------------------------------------------------------------------------------- /package/kernel/gpio-button-hotplug/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-m += gpio-button-hotplug.o 2 | -------------------------------------------------------------------------------- /target/linux/mvebu/base-files/etc/crontabs/root: -------------------------------------------------------------------------------- 1 | */5 * * * * /sbin/fan_ctrl.sh 2 | -------------------------------------------------------------------------------- /tools/mtd-utils/include/fls.h: -------------------------------------------------------------------------------- 1 | #include 2 | #define fls local_fls 3 | -------------------------------------------------------------------------------- /package/boot/uboot-ar71xx/files/board/zyxel/nbg460n/config.mk: -------------------------------------------------------------------------------- 1 | TEXT_BASE = 0x81E00000 2 | -------------------------------------------------------------------------------- /target/linux/x86/image/grub-early.cfg: -------------------------------------------------------------------------------- 1 | configfile (hd0,msdos1)/boot/grub/grub.cfg 2 | -------------------------------------------------------------------------------- /tools/automake/files/aclocal: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | aclocal.real $ACLOCAL_INCLUDE $@ 3 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /package/kernel/button-hotplug/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-${CONFIG_BUTTON_HOTPLUG} += button-hotplug.o -------------------------------------------------------------------------------- /package/kernel/i2c-gpio-custom/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-${CONFIG_I2C_GPIO_CUSTOM} += i2c-gpio-custom.o -------------------------------------------------------------------------------- /package/kernel/spi-gpio-custom/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-${CONFIG_SPI_GPIO_CUSTOM} += spi-gpio-custom.o -------------------------------------------------------------------------------- /package/utils/e2fsprogs/files/e2fsck.conf: -------------------------------------------------------------------------------- 1 | [options] 2 | broken_system_clock = true 3 | 4 | -------------------------------------------------------------------------------- /target/linux/adm8668/files-3.18/arch/mips/adm8668/Kconfig: -------------------------------------------------------------------------------- 1 | config ARM_AMBA 2 | def_bool y 3 | -------------------------------------------------------------------------------- /package/kernel/w1-gpio-custom/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-${CONFIG_W1_MASTER_GPIO_CUSTOM} += w1-gpio-custom.o -------------------------------------------------------------------------------- /package/network/services/ppp/files/etc/ppp/radius/servers: -------------------------------------------------------------------------------- 1 | # SERVER SECRET 2 | localhost secret 3 | -------------------------------------------------------------------------------- /target/linux/ar71xx/generic/config-default: -------------------------------------------------------------------------------- 1 | CONFIG_CMDLINE="rootfstype=squashfs,jffs2 noinitrd" 2 | -------------------------------------------------------------------------------- /target/linux/at91/image/dfboot/src/jump.S: -------------------------------------------------------------------------------- 1 | .global Jump 2 | 3 | Jump: mov pc, r0 4 | 5 | -------------------------------------------------------------------------------- /target/linux/omap24xx/base-files/etc/pointercal: -------------------------------------------------------------------------------- 1 | 14706 -12 -3754952 36 -9898 35656000 65536 2 | -------------------------------------------------------------------------------- /package/network/services/ppp/files/etc/ppp/chap-secrets: -------------------------------------------------------------------------------- 1 | #USERNAME PROVIDER PASSWORD IPADDRESS 2 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1401: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF60", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1402: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF60", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-v1.0.dtsi: -------------------------------------------------------------------------------- 1 | #include "qcom-ipq8065.dtsi" 2 | -------------------------------------------------------------------------------- /toolchain/gcc/files/alternate-arch-cc.in: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec @CC_BASE@ @EXTRA_ARCH_OPTS@ "$@" 4 | -------------------------------------------------------------------------------- /package/base-files/files/etc/sysctl.d/local.conf: -------------------------------------------------------------------------------- 1 | # local sysctl settings can be stored in this directory 2 | -------------------------------------------------------------------------------- /package/kernel/button-hotplug/src/Kconfig: -------------------------------------------------------------------------------- 1 | config BUTTON_HOTPLUG 2 | tristate "Button Hotplug driver" 3 | -------------------------------------------------------------------------------- /package/kernel/rotary-gpio-custom/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-${CONFIG_ROTARY_GPIO_CUSTOM} += rotary-gpio-custom.o 2 | -------------------------------------------------------------------------------- /package/network/services/mdns/files/mdns.config: -------------------------------------------------------------------------------- 1 | config mdns 2 | option jail 1 3 | list network lan 4 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0af0:4005: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Option GIO711", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0f3d:68a2: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC7700", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:68a2: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC7710", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:14c6: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei K4605", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:14c8: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei K5005", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:14c9: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei K3770", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:14ca: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei K3771", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:14cc: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei K4511", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:150a: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei E398", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:150c: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei E367", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:150f: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei E367", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1589: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei E8278", 3 | "type": "ncm" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1c1e: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei E586", 3 | "type": "ncm" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1c1f: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei E587", 3 | "type": "ncm" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:9011: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel E371", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/16d8:6008: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Franklin U301", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0025: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF628", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0042: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF190", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0063: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE K3565-Z", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0104: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE K4505-Z", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0121: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF637", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0124: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF110", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0157: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF683", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0167: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF820D", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0199: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF820S", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0257: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF821", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0284: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF880", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0326: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF821D", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1008: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE K3570-Z", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1010: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE K3571-Z", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1018: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE K5006-Z", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1176: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE K3770-Z", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1245: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF190", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1252: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF669", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1254: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF190", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1256: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF190", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1270: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF667", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1426: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF91D", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:2002: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE K3765-Z", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/2357:0201: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "TP-Link MA180", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/2357:0202: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "TP-Link MA180", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/2357:0203: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "TP-Link MA180", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/2357:9000: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "TP-Link MA260", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:8186: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5620", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:8194: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5630", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:8195: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5800", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:8196: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5800v2", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0af0:8120: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Option GTM681W", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1404: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "HUAWEI UMG1831", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:14d2: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei E173/E177", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:151b: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei E392u-12", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/16d8:6007: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Cmotech CHE-628S", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0017: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ONDA MT505UP/ZTE", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0019: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ONDA MT689DC/ZTE", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0052: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ONDA MT505UP/ZTE", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0055: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ONDA MT505UP/ZTE", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0265: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Onda MT8205/ZTE", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1bbb:011e: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Alcatel L100V,", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1bbb:0203: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Alcatel L800Z,", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /target/linux/adm5120/files-3.18/arch/mips/adm5120/osbridge/Makefile: -------------------------------------------------------------------------------- 1 | obj-$(CONFIG_ADM5120_MACH_5GXI) += 5gxi.o 2 | -------------------------------------------------------------------------------- /package/boot/uboot-oxnas/files/configs/ox820_defconfig: -------------------------------------------------------------------------------- 1 | CONFIG_ARM=y 2 | CONFIG_OX820=y 3 | CONFIG_TARGET_OX820=y 4 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0b3c:c000: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Olivetti Olicard 100", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0b3c:c001: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Olivetti Olicard 120", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0b3c:c002: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Olivetti Olicard 140", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0b3c:c004: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Olivetti Olicard 155", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0b3c:c005: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Olivetti Olicard 200", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0b3c:c00a: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Olivetti Olicard 160", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0b3c:c00b: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Olivetti Olicard 500", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/106c:3721: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "PANTECH P4200 4G Modem", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1576: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei K4201 composite", 3 | "type": "mbim" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1577: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei K4202 composite", 3 | "type": "mbim" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1578: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei K4606 composite", 3 | "type": "mbim" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1f16: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei K5150 composite", 3 | "mode": "mbim" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:b001: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel MC551/USB551L", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0031: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF110/MF112/MF626", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /target/linux/adm5120/files-3.18/arch/mips/adm5120/generic/Makefile: -------------------------------------------------------------------------------- 1 | obj-$(CONFIG_ADM5120_MACH_EB_214A) += eb-214a.o 2 | -------------------------------------------------------------------------------- /target/linux/adm5120/files-3.18/arch/mips/adm5120/motorola/Makefile: -------------------------------------------------------------------------------- 1 | obj-$(CONFIG_ADM5120_MACH_PMUGW) += pmugw.o 2 | -------------------------------------------------------------------------------- /target/linux/ramips/base-files/etc/hotplug.d/usb/10-motion: -------------------------------------------------------------------------------- 1 | [ "$ACTION" = "motion" ] && logger webcam motion event 2 | -------------------------------------------------------------------------------- /package/base-files/files/etc/diag.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Copyright (C) 2006-2009 OpenWrt.org 3 | 4 | set_state() { :; } 5 | -------------------------------------------------------------------------------- /package/network/utils/linux-atm/files/br2684-up: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | . /lib/functions/network.sh 3 | network_ready_device "$1" 4 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/05c6:6000: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Siemens SG75", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1004:618f: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "LG L-02C", 3 | "control": 0, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/106c:3718: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "PANTECH UML-290 4G Modem", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:0023: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra AC597", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:0025: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra AC598", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:0026: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra T11", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:0027: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra AC402", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6820: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra AC875", 3 | "control": 0, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6850: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra AC880", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6880: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra C885", 3 | "control": 3, 4 | "data": 3 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6890: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra C888", 3 | "control": 3, 4 | "data": 3 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6893: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra C889", 3 | "control": 3, 4 | "data": 3 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1035: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "HUAWEI U8110", 3 | "control": 0, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:140c: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "HUAWEI/Option newer modems", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:144e: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei K3806", 3 | "control": 0, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1464: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei K4505", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1465: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei K3765", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1491: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei R201", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:14a5: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei E173", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:14a8: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei E173", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:14ac: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "HUAWEI/Option newer modems", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:14ae: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei K3806", 3 | "control": 1, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:14cb: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei K4510", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:14cf: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei K3772", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:151d: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei E3131", 3 | "control": 3, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:156c: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei E3276", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1c05: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei E173s", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1c07: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei E188", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1c08: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei E173s", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1c10: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei E173", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1c12: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei E173", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1c23: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei E173", 3 | "control": 0, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:1400: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel U730", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:1410: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel U740", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:1420: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel U870", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:2120: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel E725", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0002: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE ET502HS/MT505UP/MF632", 3 | "type": "qmi" 4 | } 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0022: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE K2525", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0033: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF636", 3 | "control": 1, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0039: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF100", 3 | "control": 1, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0057: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "AIKO 83D", 3 | "control": 0, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0064: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF627", 3 | "control": 0, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0066: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF626", 3 | "control": 1, 4 | "data": 3 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0073: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE A580", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0079: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE A353", 3 | "control": 1, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0086: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF645", 3 | "control": 1, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0091: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF636", 3 | "control": 1, 4 | "data": 3 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0094: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE AC581", 3 | "control": 3, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0117: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF112", 3 | "control": 1, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0128: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF651", 3 | "control": 1, 4 | "data": 3 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0152: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE AC583", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:2003: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF180", 3 | "control": 1, 4 | "data": 3 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:ffdd: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE AC682", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:ffe9: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE AC2738", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:fff1: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE generic", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:fffb: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MG880", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:fffc: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MG880", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:fffd: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MG880", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:fffe: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE AC8700", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:ffff: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE AC8710", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1bbb:00b7: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Alcatel X600", 3 | "control": 0, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:8114: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5700", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:8115: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5500", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:8116: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5505", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:8117: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5700", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:8118: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5510", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:8128: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5700", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:8129: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5700", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:8133: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5720", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:8134: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5720", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:8135: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5720", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:8136: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5520", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:8137: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5520", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:8138: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5520", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:8180: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5730", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:8181: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5730", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:8182: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5730", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:819b: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5804", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/system/mountd/files/mountd.config: -------------------------------------------------------------------------------- 1 | config mountd mountd 2 | option timeout 60 3 | option path /tmp/mounts/ 4 | -------------------------------------------------------------------------------- /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/oxnas/files/arch/arm/mach-oxnas/Makefile.boot: -------------------------------------------------------------------------------- 1 | zreladdr-y += 0x60008000 2 | params_phys-y := 0x60000100 3 | -------------------------------------------------------------------------------- /target/linux/zynq/base-files.mk: -------------------------------------------------------------------------------- 1 | define Package/base-files/install-target 2 | rm -f $(1)/etc/config/network 3 | endef 4 | -------------------------------------------------------------------------------- /package/kernel/trelay/files/trelay.config: -------------------------------------------------------------------------------- 1 | config trelay 2 | option enabled 0 3 | option dev1 eth0 4 | option dev2 wlan0 5 | -------------------------------------------------------------------------------- /package/network/services/relayd/files/relay.hotplug: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | /etc/init.d/relayd enabled && /etc/init.d/relayd start 3 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/05c6:0023: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Leoxsys LN-72V", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/05c6:9000: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Generic Qualcomm", 3 | "control": 1, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/07d1:3e01: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "D-Link DWM-152", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/07d1:3e02: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "D-Link DWM-156", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0af0:6901: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Option GI0201", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0af0:7201: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Option GTM380", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0af0:9200: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Option GTM671WFS", 3 | "control": 2, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0c88:17da: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Kyocera KPC650", 3 | "control": 0, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0c88:180a: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Kyocera KPC680", 3 | "control": 0, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:0017: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra EM5625", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:0018: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC5720", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:0019: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra AC595U", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:0020: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC5725", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:0021: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra AC597E", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:0022: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra EM5725", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:0028: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC5728", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:0120: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra AC595U", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:0218: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC5720", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:0220: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC5725", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:0224: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC5727", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:0301: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra AC250U", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6802: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC8755", 3 | "control": 0, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6803: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC8765", 3 | "control": 0, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6804: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC8755", 3 | "control": 0, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6805: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC8765", 3 | "control": 0, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6808: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC8755", 3 | "control": 0, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6809: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC8755", 3 | "control": 0, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6813: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC8775", 3 | "control": 0, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6815: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC8775", 3 | "control": 0, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6816: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC8775", 3 | "control": 0, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6821: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra AC875U", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6822: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra AC875E", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6833: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC8781", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6834: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC8780", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6835: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC8781", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6838: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC8780", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6839: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC8781", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:683a: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC8785", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6851: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra AC 881", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6852: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra AC880E", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6853: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra AC881E", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6855: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra AC880U", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6859: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra AC885E", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:685a: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra AC885E", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1506: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Huawei E367/E398", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:1430: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel XU870", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:1450: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel X950D", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:2100: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel EV620", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:2110: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel ES720", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:2130: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel ES620", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:2400: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel EU730", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:2410: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel EU740", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:2420: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel EU870D", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:6000: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel USB760", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:6001: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel USB760", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:6002: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel USB760 3G", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:6010: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel MC780", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:7001: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel MiFi 2372", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:7003: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel MiFi 2372", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:7030: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel USB998", 3 | "control": 0, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:7041: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel MF3470", 3 | "control": 0, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/16d5:6202: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "AnyData ADU-620UW", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/16d5:6501: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "AnyData ADU-300A", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/16d5:6502: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "AnyData ADU-500A", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/16d8:6002: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Franklin U300", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/16d8:6006: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Cmotech CGU-628", 3 | "control": 0, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0001: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ONDA MT505UP/ZTE", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0015: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ONDA MT505UP/ZTE", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0016: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ONDA MF110/ZTE", 3 | "control": 1, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0018: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ONDA MSA110UP/ZTE", 3 | "control": 1, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0024: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ONDA MT503HSA", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0037: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ONDA MT505UP/ZTE", 3 | "control": 2, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0082: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF668/MF190", 3 | "control": 1, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0108: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ONDA MT505UP/ZTE", 3 | "control": 1, 4 | "data": 3 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1a8d:1007: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Bandrich C-270", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1a8d:100c: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Bandrich C-320", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1a8d:100d: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Bandrich C-508", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1bbb:0017: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Alcatel X220L", 3 | "control": 4, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1bbb:0052: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Alcatel X220L", 3 | "control": 4, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/2001:7d01: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "D-Link DWM-156 A7", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/2001:7d02: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "D-Link DWM-156 A7", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/2001:7d03: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "D-Link DWM-156 A7", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/system/fstools/files/fstab.default: -------------------------------------------------------------------------------- 1 | [ ! -f /etc/config/fstab ] && ( block detect > /etc/config/fstab ) 2 | exit 0 3 | -------------------------------------------------------------------------------- /package/utils/busybox/files/ntpd-hotplug: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | [ "$1" = stratum ] || exit 0 3 | ACTION="$1" /sbin/hotplug-call ntp 4 | -------------------------------------------------------------------------------- /target/linux/socfpga/base-files.mk: -------------------------------------------------------------------------------- 1 | define Package/base-files/install-target 2 | rm -f $(1)/etc/config/network 3 | endef 4 | -------------------------------------------------------------------------------- /target/linux/xburst/base-files/etc/config/system: -------------------------------------------------------------------------------- 1 | config system 2 | option hostname BenNanoNote 3 | option timezone UTC 4 | -------------------------------------------------------------------------------- /target/toolchain/files/README.TOOLCHAIN: -------------------------------------------------------------------------------- 1 | This is the OpenWrt SDK. It contains just the toolchain created 2 | by buildroot. 3 | -------------------------------------------------------------------------------- /package/network/config/qos-scripts/files/usr/bin/qos-start: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | qos-stop 3 | /usr/lib/qos/generate.sh all | sh 4 | 5 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0b3c:c003: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Olivetti Olicard 145", 3 | "control": 0, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1004:6124: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "LG L-05A", 3 | "control": 0, 4 | "data": 2 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:0024: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC5727 CDMA", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6891: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra C22 and C33", 3 | "control": 3, 4 | "data": 3 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6892: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra Compass HSPA", 3 | "control": 3, 4 | "data": 3 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1412: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "HUAWEI/Option EC168", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1433: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "HUAWEI/Option E1756C", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1436: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "HUAWEI/Option E1800", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1444: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "HUAWEI/Option E352-R1", 3 | "control": 0, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:4100: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel MC727/U727", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1a8d:1002: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Bandrich C-100/C-120", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1a8d:1003: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Bandrich C-100/C-120", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1a8d:1009: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Bandrich C-170/C-180", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/utils/otrx/src/Makefile: -------------------------------------------------------------------------------- 1 | all: otrx 2 | 3 | otrx: 4 | $(CC) $(CFLAGS) -o $@ otrx.c -Wall 5 | 6 | clean: 7 | rm -f otrx 8 | -------------------------------------------------------------------------------- /target/linux/generic/base-files/init: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Copyright (C) 2006 OpenWrt.org 3 | export INITRAMFS=1 4 | exec /sbin/init 5 | -------------------------------------------------------------------------------- /toolchain/glibc/include/libintl.h: -------------------------------------------------------------------------------- 1 | #ifndef __FAKE_LIBINTL_H 2 | #define __FAKE_LIBINTL_H 3 | 4 | #define _(X) (X) 5 | 6 | #endif 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0421:060d: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Nokia CS-10", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0421:060e: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Nokia CS-10", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0421:0619: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Nokia CS-12", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0421:061e: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Nokia CS-11", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0421:0623: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Nokia CS-17", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0421:0629: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Nokia CS-18", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0421:062d: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Nokia CS-19", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0421:062f: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Nokia CS-19", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0421:0638: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Nokia 21M-02", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1004:6141: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "LG LUU-2100TI", 3 | "control": 0, 4 | "data": 2 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1004:6157: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "LG LUU-2110TI", 3 | "control": 0, 4 | "data": 2 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:683b: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra MC8785 Composite", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:6856: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra ATT USB Connect 881", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:1406: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "HUAWEI/Option newer modems", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:141b: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "HUAWEI/Option newer modems", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:7042: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel Ovation MC545/MC547", 3 | "control": 0, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0116: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF651", 3 | "control": 1, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0142: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF665C", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0143: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF190B", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:0170: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE A371", 3 | "control": 0, 4 | "data": 1 5 | } "generic": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1003: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE K3805-Z", 3 | "control": 1, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1015: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE K3806-Z", 3 | "control": 1, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1172: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE K4510-Z", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1173: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE K4510-Z", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1177: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE K3770-Z", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1181: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE K3772-Z", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1203: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF691", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1208: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF192", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1211: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF195", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1212: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF195", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1217: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF192", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1218: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF192", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1220: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF192", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1222: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF192", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1512: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MFxxx", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1515: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF192", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1518: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF192", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1519: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF192", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1522: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF652", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1525: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF591", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1527: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF196", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1537: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF190J", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1538: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF190J", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:1544: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE MF190J", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1c9e:9603: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "4G Systems XS Stick W14", 3 | "control": 1, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1c9e:9605: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "4G Systems XS Stick W14", 3 | "control": 1, 4 | "data": 3 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1c9e:9607: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "4G Systems XS Stick W14", 3 | "control": 1, 4 | "data": 3 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1e0e:9100: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "PROLink PHS300, A-Link 3GU", 3 | "control": 1, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/211f:6801: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Celot K-3000/CT-650/CT-680", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/413c:8147: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Dell 5530", 3 | "control": 0, 4 | "data": 1 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/system/opkg/files/opkg.conf: -------------------------------------------------------------------------------- 1 | dest root / 2 | dest ram /tmp 3 | lists_dir ext /var/opkg-lists 4 | option overlay_root /overlay 5 | -------------------------------------------------------------------------------- /target/linux/at91/image/dfboot/src/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/archive/master/target/linux/at91/image/dfboot/src/init.c -------------------------------------------------------------------------------- /package/kernel/lantiq/ltq-hcd/src/ifxusb_version.h: -------------------------------------------------------------------------------- 1 | 2 | #ifndef IFXUSB_VERSION 3 | #define IFXUSB_VERSION "3.2 B110801" 4 | #endif 5 | 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0421:0612: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Nokia CS-15/CS-18", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/05c6:00a0: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Axesstel MV241", 3 | "control": 2, 4 | "data": 0 5 | } "generic": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/07d1:7e11: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "D-Link DWM-156", 3 | "control": 1, 4 | "data": 2 5 | } "generic": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0bdb:1900: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Ericsson F3507g", 3 | "control": 4, 4 | "data": 1 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0bdb:1902: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Ericsson F3507g", 3 | "control": 4, 4 | "data": 1 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0bdb:190a: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Ericsson F3307", 3 | "control": 4, 4 | "data": 1 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0bdb:190d: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Ericsson F5521gw", 3 | "control": 4, 4 | "data": 1 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0bdb:1910: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Ericsson F5521gw", 3 | "control": 4, 4 | "data": 1 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/106c:3711: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "PANTECH UM-150", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/106c:3714: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "PANTECH UM-175", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/106c:3715: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "PANTECH UM-175AL", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/106c:3716: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "PANTECH UM-190", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:68aa: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra AC320U/AC330U Direct IP", 3 | "control": 3, 4 | "data": 3 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:4400: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel Ovation MC930D/MC950D", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1410:7031: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Novatel USB679", 3 | "control": 0, 4 | "data": 0 5 | } "generic": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/16d5:900d: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "AnyData ADU-890WH", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/16d8:5141: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Cmotech CNU-510", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/16d8:5533: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Cmotech CNU-550", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/16d8:5543: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Cmotech CNU-550", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/16d8:5553: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Cmotech CDU-550", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/16d8:6522: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Cmotech CDU-650", 3 | "control": 2, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/16d8:6523: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Cmotech CCU-650U", 3 | "control": 2, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/16d8:6532: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Cmotech CCU-650", 3 | "control": 2, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/16d8:6533: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Cmotech CNM-650", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/16d8:6543: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Cmotech CNU-650", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/16d8:680a: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Cmotech CDU-680", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/19d2:ffe4: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "ZTE AC3781", 3 | "control": 1, 4 | "data": 0 5 | } "generic": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1a8d:2006: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Bandrich C-33x", 3 | "control": 0, 4 | "data": 1 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1bbb:0000: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Alcatel X060S/X070S/X080S/X200", 3 | "control": 2, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1bbb:0012: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Alcatel X085C", 3 | "control": 2, 4 | "data": 2 5 | } "generic": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1bbb:00ca: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Alcatel X080C", 3 | "control": 0, 4 | "data": 0 5 | } "generic": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1c9e:9900: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Softbank C02LC", 3 | "control": 1, 4 | "data": 2 5 | } "generic": 1 6 | } 7 | -------------------------------------------------------------------------------- /scripts/config/README: -------------------------------------------------------------------------------- 1 | These files were taken from the Linux 3.9 Kernel 2 | Configuration System and modified for the OpenWrt Buildroot. 3 | -------------------------------------------------------------------------------- /target/linux/lantiq/image/eva.dummy.squashfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/archive/master/target/linux/lantiq/image/eva.dummy.squashfs -------------------------------------------------------------------------------- /package/kernel/lantiq/ltq-hcd/src/ifxhcd_intr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/archive/master/package/kernel/lantiq/ltq-hcd/src/ifxhcd_intr.c -------------------------------------------------------------------------------- /package/network/utils/linux-atm/files/atm.hotplug: -------------------------------------------------------------------------------- 1 | ubus call service event '{ "type": "hotplug.atm", "data": { "name": "'"$DEVICENAME"'" } }' 2 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/05c6:0016: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "iBall 3.5G Connect", 3 | "control": 2, 4 | "data": 2 5 | } "generic": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/106c:3717: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "PANTECH UM-185C/UM185E", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1199:0112: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra CDMA 1xEVDO PC Card, AC580", 3 | "control": 3, 4 | "data": 4 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/16d5:6603: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "AnyData ADU-890WH", 3 | "control": 0, 4 | "data": 0 5 | } "generic": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1c9e:6060: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Alcatel X020 & X030", 3 | "control": 2, 4 | "data": 0 5 | } "generic": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1c9e:6061: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Alcatel X020 & X030", 3 | "control": 2, 4 | "data": 0 5 | } "generic": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1e0e:ce16: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "D-Link DWM-162-U5, Micromax MMX 300c", 3 | "control": 1, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/2001:7d00: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "D-Link DWM-156 A6", 3 | "control": 1, 4 | "data": 0 5 | } "generic": 1 6 | } 7 | -------------------------------------------------------------------------------- /scripts/config/.gitignore: -------------------------------------------------------------------------------- 1 | *.o 2 | conf* 3 | !conf*.c 4 | !conf*.h 5 | mconf* 6 | !mconf*.c 7 | !mconf*.h 8 | mconf_check 9 | *.*.c 10 | -------------------------------------------------------------------------------- /target/linux/lantiq/dts/DGN3500.dts: -------------------------------------------------------------------------------- 1 | /dts-v1/; 2 | 3 | /include/ "DGN3500.dtsi" 4 | 5 | / { 6 | model = "DGN3500 - Netgear DGN3500"; 7 | }; 8 | -------------------------------------------------------------------------------- /target/linux/lantiq/dts/DGN3500B.dts: -------------------------------------------------------------------------------- 1 | /dts-v1/; 2 | 3 | /include/ "DGN3500.dtsi" 4 | 5 | / { 6 | model = "DGN3500B - Netgear DGN3500B"; 7 | }; 8 | -------------------------------------------------------------------------------- /target/linux/lantiq/dts/TDW8970.dts: -------------------------------------------------------------------------------- 1 | /dts-v1/; 2 | 3 | /include/ "TDW89X0.dtsi" 4 | 5 | / { 6 | model = "TDW8970 - TP-LINK TD-W8970"; 7 | }; 8 | -------------------------------------------------------------------------------- /toolchain/musl/Config.version: -------------------------------------------------------------------------------- 1 | if USE_MUSL 2 | 3 | config MUSL_VERSION 4 | string 5 | depends on USE_MUSL 6 | default "1.1.16" 7 | 8 | endif 9 | -------------------------------------------------------------------------------- /package/base-files/files/etc/device_info: -------------------------------------------------------------------------------- 1 | DEVICE_MANUFACTURER='%M' 2 | DEVICE_MANUFACTURER_URL='%m' 3 | DEVICE_PRODUCT='%P' 4 | DEVICE_REVISION='%h' 5 | -------------------------------------------------------------------------------- /package/base-files/files/etc/rc.button/power: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | [ "${ACTION}" = "released" ] || exit 0 4 | 5 | exec /sbin/poweroff 6 | 7 | return 0 8 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0421:03a7: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Nokia C5-00 Mobile phone", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/0f3d:68aa: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "Sierra Wireless AC313U/320U/330U Direct IP", 3 | "control": 3, 4 | "data": 3 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1c9e:9000: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "4G Systems XS Stick W14", 3 | "control": 0, 4 | "data": 0 5 | } "generic": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1c9e:9801: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "4G Systems XS Stick W21", 3 | "control": 2, 4 | "data": 1 5 | } "generic": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1e0e:9000: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "PROLink PHS100, Hyundai MB-810, A-Link 3GU", 3 | "control": 1, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1e0e:9200: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "PROLink PHS100, Hyundai MB-810, A-Link 3GU", 3 | "control": 1, 4 | "data": 2 5 | }} 6 | -------------------------------------------------------------------------------- /package/utils/oseama/src/Makefile: -------------------------------------------------------------------------------- 1 | all: oseama 2 | 3 | oseama: 4 | $(CC) $(CFLAGS) -Wall oseama.c md5.c -o $@ $^ 5 | 6 | clean: 7 | rm -f oseama 8 | -------------------------------------------------------------------------------- /target/linux/ar7/ac49x/config-default: -------------------------------------------------------------------------------- 1 | CONFIG_AR7_AC49X=y 2 | CONFIG_AR7_TYPE_AC49X=y 3 | # CONFIG_AR7_TYPE_TI is not set 4 | CONFIG_MTD_AC49X_PARTS=y 5 | -------------------------------------------------------------------------------- /target/linux/mediatek/base-files/lib/preinit/01_affinity: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | echo 4 > /proc/irq/32/smp_affinity 4 | echo 8 > /proc/irq/33/smp_affinity 5 | -------------------------------------------------------------------------------- /target/linux/ramips/image/ex2700-fakeroot.uImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/archive/master/target/linux/ramips/image/ex2700-fakeroot.uImage -------------------------------------------------------------------------------- /tools/include/byteswap.h: -------------------------------------------------------------------------------- 1 | #if defined(__linux__) || defined(__CYGWIN__) 2 | #include_next 3 | #else 4 | #include 5 | #endif 6 | -------------------------------------------------------------------------------- /package/base-files/files/etc/inittab: -------------------------------------------------------------------------------- 1 | ::sysinit:/etc/init.d/rcS S boot 2 | ::shutdown:/etc/init.d/rcS K shutdown 3 | ::askconsole:/usr/libexec/login.sh 4 | -------------------------------------------------------------------------------- /package/base-files/files/etc/rc.button/failsafe: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | [ "${TYPE}" = "switch" ] || echo ${BUTTON} > /tmp/failsafe_button 4 | 5 | return 0 6 | -------------------------------------------------------------------------------- /package/network/ipv6/6rd/src/Makefile: -------------------------------------------------------------------------------- 1 | all: 6rdcalc 2 | 3 | 6rdcalc: 6rdcalc.c 4 | $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< 5 | 6 | clean: 7 | rm -f 6rdcalc 8 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1529:3100: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "UBIQUAM U-100/105/200/300/520", 3 | "control": 0, 4 | "data": 0 5 | } "acm": 1 6 | } 7 | -------------------------------------------------------------------------------- /package/system/opkg/files/customfeeds.conf: -------------------------------------------------------------------------------- 1 | # add your custom package feeds here 2 | # 3 | # src/gz example_feed_name http://www.example.com/path/to/files 4 | -------------------------------------------------------------------------------- /package/utils/nvram/src/Makefile: -------------------------------------------------------------------------------- 1 | all: nvram 2 | 3 | nvram: 4 | $(CC) $(CFLAGS) -o $@ cli.c crc.c nvram.c $(LDFLAGS) 5 | 6 | clean: 7 | rm -f nvram 8 | -------------------------------------------------------------------------------- /target/linux/brcm47xx/base-files/etc/uci-defaults/09_fix_crc: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # Copyright (C) 2007 OpenWrt.org 4 | # 5 | # 6 | 7 | mtd fixtrx firmware 8 | -------------------------------------------------------------------------------- /target/linux/zynq/base-files/etc/inittab: -------------------------------------------------------------------------------- 1 | ::sysinit:/etc/init.d/rcS S boot 2 | ::shutdown:/etc/init.d/rcS K shutdown 3 | ::askconsole:/usr/libexec/login.sh 4 | -------------------------------------------------------------------------------- /toolchain/info.mk: -------------------------------------------------------------------------------- 1 | TARGET_CROSS= 2 | GCC_VERSION=unknown 3 | LIBC_TYPE=unknown 4 | LIBC_URL=unknown 5 | LIBC_VERSION=unknown 6 | LIBC_SO_VERSION=unknown 7 | -------------------------------------------------------------------------------- /package/base-files/files/rom/note: -------------------------------------------------------------------------------- 1 | SQUASHFS USERS: 2 | After firstboot has been run, / will be jffs2 and /rom will be squashfs 3 | (* except when in failsafe) 4 | -------------------------------------------------------------------------------- /package/kernel/w1-gpio-custom/src/Kconfig: -------------------------------------------------------------------------------- 1 | config W1_MASTER_GPIO_CUSTOM 2 | tristate "Custom GPIO-based W1 driver" 3 | depends on GENERIC_GPIO 4 | select W1_GPIO -------------------------------------------------------------------------------- /package/system/rpcd/files/rpcd.config: -------------------------------------------------------------------------------- 1 | 2 | config login 3 | option username 'root' 4 | option password '$p$root' 5 | list read '*' 6 | list write '*' 7 | 8 | -------------------------------------------------------------------------------- /target/linux/ar71xx/base-files/etc/inittab: -------------------------------------------------------------------------------- 1 | ::sysinit:/etc/init.d/rcS S boot 2 | ::shutdown:/etc/init.d/rcS K shutdown 3 | ::askconsole:/usr/libexec/login.sh 4 | -------------------------------------------------------------------------------- /target/linux/lantiq/base-files/etc/inittab: -------------------------------------------------------------------------------- 1 | ::sysinit:/etc/init.d/rcS S boot 2 | ::shutdown:/etc/init.d/rcS K stop 3 | ttyLTQ0::askfirst:/usr/libexec/login.sh 4 | -------------------------------------------------------------------------------- /target/linux/mxs/base-files/etc/inittab: -------------------------------------------------------------------------------- 1 | ::sysinit:/etc/init.d/rcS S boot 2 | ::shutdown:/etc/init.d/rcS K shutdown 3 | ttyAMA0::askfirst:/usr/libexec/login.sh 4 | -------------------------------------------------------------------------------- /target/linux/omap24xx/base-files/lib/firmware/bc4fw.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/archive/master/target/linux/omap24xx/base-files/lib/firmware/bc4fw.bin -------------------------------------------------------------------------------- /target/linux/ramips/base-files/etc/inittab: -------------------------------------------------------------------------------- 1 | ::sysinit:/etc/init.d/rcS S boot 2 | ::shutdown:/etc/init.d/rcS K shutdown 3 | ::askconsole:/usr/libexec/login.sh 4 | -------------------------------------------------------------------------------- /target/sdk/files/Config.in: -------------------------------------------------------------------------------- 1 | config MODULES 2 | bool 3 | default y 4 | option modules 5 | 6 | source "Config-build.in" 7 | source "tmp/.config-package.in" 8 | -------------------------------------------------------------------------------- /package/base-files/files/etc/hosts: -------------------------------------------------------------------------------- 1 | 127.0.0.1 localhost 2 | 3 | ::1 localhost ip6-localhost ip6-loopback 4 | ff02::1 ip6-allnodes 5 | ff02::2 ip6-allrouters 6 | -------------------------------------------------------------------------------- /package/base-files/files/usr/libexec/login.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | [ "$(uci get system.@system[0].ttylogin)" == 1 ] || exec /bin/ash --login 4 | 5 | exec /bin/login 6 | -------------------------------------------------------------------------------- /package/kernel/trelay/files/trelay.hotplug: -------------------------------------------------------------------------------- 1 | case "$ACTION" in 2 | add|register) 3 | [ -f /var/run/trelay.active ] && /etc/init.d/trelay start 4 | ;; 5 | esac 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/12d1:140b: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "HUAWEI/Option EC1260 Wireless Data Modem HSD USB Card", 3 | "control": 2, 4 | "data": 0 5 | }} 6 | -------------------------------------------------------------------------------- /package/network/utils/wwan/files/data/1e0e:cefe: -------------------------------------------------------------------------------- 1 | { 2 | "desc": "D-Link DWM-162-U5, Micromax MMX 300c", 3 | "control": 1, 4 | "data": 2 5 | } "generic": 1 6 | } 7 | -------------------------------------------------------------------------------- /target/linux/au1000/au1550/config-default: -------------------------------------------------------------------------------- 1 | CONFIG_DMA_COHERENT=y 2 | CONFIG_MIPS_DB1550=y 3 | CONFIG_MIPS_DISABLE_OBSOLETE_IDE=y 4 | # CONFIG_MIPS_MTX1 is not set 5 | -------------------------------------------------------------------------------- /target/linux/brcm2708/image/cmdline.txt: -------------------------------------------------------------------------------- 1 | dwc_otg.lpm_enable=0 console=serial0,115200 kgdboc=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait 2 | -------------------------------------------------------------------------------- /target/linux/generic/files/arch/mips/fw/myloader/Makefile: -------------------------------------------------------------------------------- 1 | # 2 | # Makefile for the Compex's MyLoader support on MIPS architecture 3 | # 4 | 5 | lib-y += myloader.o 6 | -------------------------------------------------------------------------------- /target/linux/lantiq/image/lzma-loader/src/ar71xx.mk: -------------------------------------------------------------------------------- 1 | CACHE_FLAGS+=-DCONFIG_ICACHE_SIZE="(32 * 1024)" -DCONFIG_DCACHE_SIZE="(64 * 1024)" -DCONFIG_CACHELINE_SIZE=32 2 | -------------------------------------------------------------------------------- /target/linux/lantiq/image/lzma-loader/src/lantiq.mk: -------------------------------------------------------------------------------- 1 | CACHE_FLAGS+=-DCONFIG_ICACHE_SIZE="(32 * 1024)" -DCONFIG_DCACHE_SIZE="(32 * 1024)" -DCONFIG_CACHELINE_SIZE=32 2 | -------------------------------------------------------------------------------- /target/linux/lantiq/image/lzma-loader/src/ralink.mk: -------------------------------------------------------------------------------- 1 | CACHE_FLAGS+=-DCONFIG_ICACHE_SIZE="(32 * 1024)" -DCONFIG_DCACHE_SIZE="(16 * 1024)" -DCONFIG_CACHELINE_SIZE=32 2 | -------------------------------------------------------------------------------- /target/linux/mcs814x/files-3.18/drivers/net/ethernet/mcs8140/Makefile: -------------------------------------------------------------------------------- 1 | obj-$(CONFIG_NUPORT_ETHERNET_DRIVER) += mcs8140.o 2 | 3 | mcs8140-objs := nuport_mac.o 4 | -------------------------------------------------------------------------------- /target/linux/mediatek/base-files/etc/inittab: -------------------------------------------------------------------------------- 1 | ::sysinit:/etc/init.d/rcS S boot 2 | ::shutdown:/etc/init.d/rcS K shutdown 3 | ttyS0::askfirst:/usr/libexec/login.sh 4 | -------------------------------------------------------------------------------- /target/linux/mpc85xx/p1020/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=P1020 2 | 3 | define Target/Description 4 | Build firmware images for Freescale P1020 based boards. 5 | endef 6 | 7 | -------------------------------------------------------------------------------- /target/linux/ramips/image/lzma-loader/src/lantiq.mk: -------------------------------------------------------------------------------- 1 | CACHE_FLAGS+=-DCONFIG_ICACHE_SIZE="(32 * 1024)" -DCONFIG_DCACHE_SIZE="(32 * 1024)" -DCONFIG_CACHELINE_SIZE=32 2 | -------------------------------------------------------------------------------- /target/linux/ramips/image/lzma-loader/src/ralink.mk: -------------------------------------------------------------------------------- 1 | CACHE_FLAGS+=-DCONFIG_ICACHE_SIZE="(32 * 1024)" -DCONFIG_DCACHE_SIZE="(16 * 1024)" -DCONFIG_CACHELINE_SIZE=32 2 | -------------------------------------------------------------------------------- /tools/pkg-config/files/pkg-config: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | pkg-config.real $@ --define-variable=prefix=${STAGING_PREFIX} --define-variable=exec_prefix=${STAGING_PREFIX} 4 | -------------------------------------------------------------------------------- /package/base-files/files/etc/opkg/keys/af22f7a88858c8e9: -------------------------------------------------------------------------------- 1 | untrusted comment: openwrt.org snapshot build key 2 | RWSvIveoiFjI6WS/h3J8Us0wUEjA53cQLuHJEwOD/sT5JsGvguZjlKmU 3 | -------------------------------------------------------------------------------- /package/base-files/files/etc/shadow: -------------------------------------------------------------------------------- 1 | root::0:0:99999:7::: 2 | daemon:*:0:0:99999:7::: 3 | ftp:*:0:0:99999:7::: 4 | network:*:0:0:99999:7::: 5 | nobody:*:0:0:99999:7::: 6 | -------------------------------------------------------------------------------- /package/kernel/wrt55agv2-spidevs/src/Kconfig: -------------------------------------------------------------------------------- 1 | config WRT55AGV2_SPIDEVS 2 | tristate "SPI device support for the WRT55AG v2 board" 3 | depends on SPI && MIPS_ATHEROS 4 | -------------------------------------------------------------------------------- /package/network/services/ppp/files/etc/ppp/options.pptp: -------------------------------------------------------------------------------- 1 | noipdefault 2 | noauth 3 | nobsdcomp 4 | nodeflate 5 | idle 0 6 | mppe required,no40,no56,stateless 7 | maxfail 0 8 | -------------------------------------------------------------------------------- /package/network/services/ppp/files/etc/ppp/radius/dictionary.asnet: -------------------------------------------------------------------------------- 1 | VENDOR ASNET 50000 2 | ATTRIBUTE Speed-Down 1 string ASNET 3 | ATTRIBUTE Speed-Up 2 string ASNET 4 | -------------------------------------------------------------------------------- /target/linux/bcm53xx/files-4.1/drivers/firmware/broadcom/Makefile: -------------------------------------------------------------------------------- 1 | obj-$(CONFIG_BCM47XX_NVRAM) += bcm47xx_nvram.o 2 | obj-$(CONFIG_BCM47XX_SPROM) += bcm47xx_sprom.o 3 | -------------------------------------------------------------------------------- /target/linux/lantiq/files/firmware/lantiq/vr9_phy11g_a1x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/archive/master/target/linux/lantiq/files/firmware/lantiq/vr9_phy11g_a1x.bin -------------------------------------------------------------------------------- /target/linux/lantiq/files/firmware/lantiq/vr9_phy11g_a2x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/archive/master/target/linux/lantiq/files/firmware/lantiq/vr9_phy11g_a2x.bin -------------------------------------------------------------------------------- /target/linux/lantiq/files/firmware/lantiq/vr9_phy22f_a1x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/archive/master/target/linux/lantiq/files/firmware/lantiq/vr9_phy22f_a1x.bin -------------------------------------------------------------------------------- /target/linux/lantiq/files/firmware/lantiq/vr9_phy22f_a2x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/archive/master/target/linux/lantiq/files/firmware/lantiq/vr9_phy22f_a2x.bin -------------------------------------------------------------------------------- /target/linux/mpc85xx/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | 3 | define Target/Description 4 | Build firmware images for generic MPC85xx based boards. 5 | endef 6 | 7 | -------------------------------------------------------------------------------- /toolchain/uClibc/config/debug: -------------------------------------------------------------------------------- 1 | DODEBUG=y 2 | DODEBUG_PT=y 3 | PTHREADS_DEBUG_SUPPORT=y 4 | SUPPORT_LD_DEBUG=y 5 | SUPPORT_LD_DEBUG_EARLY=y 6 | UCLIBC_MALLOC_DEBUGGING=y 7 | -------------------------------------------------------------------------------- /package/network/services/dnsmasq/files/dnsmasq.hotplug: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | [ "$ACTION" = ifup ] || exit 0 4 | 5 | /etc/init.d/dnsmasq enabled && /etc/init.d/dnsmasq start 6 | -------------------------------------------------------------------------------- /target/linux/mcs814x/files-3.18/arch/arm/mach-mcs814x/Makefile: -------------------------------------------------------------------------------- 1 | obj-y += clock.o 2 | obj-y += common.o 3 | obj-y += irq.o 4 | obj-y += timer.o 5 | obj-y += board-mcs8140-dt.o 6 | -------------------------------------------------------------------------------- /target/linux/sunxi/image/Config.in: -------------------------------------------------------------------------------- 1 | config SUNXI_SD_BOOT_PARTSIZE 2 | int "Boot (SD Card) filesystem partition size (in MB)" 3 | depends on TARGET_sunxi 4 | default 20 5 | 6 | -------------------------------------------------------------------------------- /target/linux/zynq/image/Config.in: -------------------------------------------------------------------------------- 1 | config ZYNQ_SD_BOOT_PARTSIZE 2 | int "Boot (SD Card) filesystem partition size (in MB)" 3 | depends on TARGET_zynq 4 | default 20 5 | 6 | -------------------------------------------------------------------------------- /docs/.gitignore: -------------------------------------------------------------------------------- 1 | *.log 2 | *.aux 3 | *.toc 4 | *.out 5 | *.lg 6 | *.dvi 7 | *.idv 8 | *.4ct 9 | *.4tc 10 | *.xref 11 | *.tmp 12 | *.dvi 13 | *.html 14 | *.css 15 | *.pdf 16 | -------------------------------------------------------------------------------- /package/base-files/files/etc/init.d/umount: -------------------------------------------------------------------------------- 1 | #!/bin/sh /etc/rc.common 2 | # Copyright (C) 2006 OpenWrt.org 3 | 4 | STOP=99 5 | stop() { 6 | sync 7 | /bin/umount -a -d -r 8 | } 9 | -------------------------------------------------------------------------------- /target/linux/adm5120/base-files/lib/preinit/05_preinit_do_adm5120.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | do_adm5120() { 4 | . /lib/adm5120.sh 5 | } 6 | 7 | boot_hook_add preinit_main do_adm5120 8 | -------------------------------------------------------------------------------- /target/linux/at91/base-files/etc/config/firewall: -------------------------------------------------------------------------------- 1 | config defaults 2 | option syn_flood 1 3 | option input ACCEPT 4 | option output ACCEPT 5 | option forward REJECT 6 | 7 | -------------------------------------------------------------------------------- /target/linux/au1000/au1500/config-default: -------------------------------------------------------------------------------- 1 | CONFIG_DMA_NONCOHERENT=y 2 | # CONFIG_MIPS_DB1550 is not set 3 | CONFIG_MIPS_MTX1=y 4 | CONFIG_NEED_DMA_MAP_STATE=y 5 | CONFIG_WDT_MTX1=y 6 | -------------------------------------------------------------------------------- /target/linux/cns3xxx/files/drivers/net/ethernet/cavium/Makefile: -------------------------------------------------------------------------------- 1 | # 2 | # Makefile for the Cavium ethernet device drivers. 3 | # 4 | 5 | obj-$(CONFIG_CNS3XXX_ETH) += cns3xxx_eth.o 6 | -------------------------------------------------------------------------------- /toolchain/uClibc/Config.in: -------------------------------------------------------------------------------- 1 | # Debug version. 2 | 3 | config UCLIBC_ENABLE_DEBUG 4 | bool "Build with debug information" 5 | depends on TOOLCHAINOPTS && USE_UCLIBC 6 | default n 7 | -------------------------------------------------------------------------------- /toolchain/uClibc/config/m68k: -------------------------------------------------------------------------------- 1 | ARCH_BIG_ENDIAN=y 2 | LINUXTHREADS_OLD=y 3 | TARGET_ARCH="m68k" 4 | TARGET_SUBARCH="" 5 | TARGET_m68k=y 6 | # UCLIBC_HAS_THREADS_NATIVE is not set 7 | -------------------------------------------------------------------------------- /toolchain/uClibc/config/powerpc: -------------------------------------------------------------------------------- 1 | ARCH_BIG_ENDIAN=y 2 | CONFIG_CLASSIC=y 3 | # CONFIG_E500 is not set 4 | TARGET_ARCH="powerpc" 5 | TARGET_SUBARCH="classic" 6 | TARGET_powerpc=y 7 | -------------------------------------------------------------------------------- /toolchain/uClibc/config/x86_64: -------------------------------------------------------------------------------- 1 | ARCH_LITTLE_ENDIAN=y 2 | # LINUXTHREADS_NEW is not set 3 | TARGET_ARCH="x86_64" 4 | TARGET_x86_64=y 5 | UCLIBC_BSD_SPECIFIC=y 6 | UCLIBC_HAS_FPU=y 7 | -------------------------------------------------------------------------------- /package/base-files/files/etc/rc.local: -------------------------------------------------------------------------------- 1 | # Put your custom commands here that should be executed once 2 | # the system init finished. By default this file does nothing. 3 | 4 | exit 0 5 | -------------------------------------------------------------------------------- /target/linux/adm5120/files-3.18/arch/mips/adm5120/zyxel/Makefile: -------------------------------------------------------------------------------- 1 | obj-y += p-33x.o 2 | 3 | obj-${CONFIG_ADM5120_MACH_P_334WT} += p-334wt.o 4 | obj-${CONFIG_ADM5120_MACH_P_335} += p-335.o -------------------------------------------------------------------------------- /target/linux/brcm2708/image/Config.in: -------------------------------------------------------------------------------- 1 | config BRCM2708_SD_BOOT_PARTSIZE 2 | int "Boot (SD Card) filesystem partition size (in MB)" 3 | depends on TARGET_brcm2708 4 | default 20 5 | 6 | -------------------------------------------------------------------------------- /target/linux/brcm63xx/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=generic 2 | 3 | define Target/Description 4 | Build firmware images for BCM63XX boards without SMP support. 5 | endef 6 | 7 | 8 | -------------------------------------------------------------------------------- /target/linux/gemini/files/drivers/net/ethernet/gemini/Makefile: -------------------------------------------------------------------------------- 1 | # 2 | # Makefile for the Cortina Gemini network device drivers. 3 | # 4 | 5 | obj-$(CONFIG_GEMINI_SL351X) += sl351x.o 6 | -------------------------------------------------------------------------------- /target/linux/oxnas/files/arch/arm/mach-oxnas/include/mach/timex.h: -------------------------------------------------------------------------------- 1 | #ifndef __ASM_ARCH_TIMEX_H 2 | #define __ASM_ARCH_TIMEX_H 3 | 4 | #define CLOCK_TICK_RATE 6250000 5 | 6 | #endif 7 | -------------------------------------------------------------------------------- /target/linux/socfpga/base-files/etc/fw_env.config: -------------------------------------------------------------------------------- 1 | # MTD device name Device offset Env. size Flash sector size 2 | /dev/mtd1 0x0 0x1000 0x10000 3 | /dev/mtd2 0x0 0x1000 0x10000 4 | -------------------------------------------------------------------------------- /target/linux/socfpga/image/Config.in: -------------------------------------------------------------------------------- 1 | config SOCFPGA_SD_BOOT_PARTSIZE 2 | int "Boot (SD Card) filesystem partition size (in MB)" 3 | depends on TARGET_socfpga 4 | default 20 5 | 6 | -------------------------------------------------------------------------------- /target/linux/x86/legacy/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Legacy 2 | 3 | define Target/Description 4 | Build firmware images for legacy x86 based boards 5 | (e.g : Soekris, ...) 6 | endef 7 | 8 | -------------------------------------------------------------------------------- /toolchain/uClibc/config/powerpc.e500: -------------------------------------------------------------------------------- 1 | ARCH_BIG_ENDIAN=y 2 | # CONFIG_CLASSIC is not set 3 | CONFIG_E500=y 4 | TARGET_ARCH="powerpc" 5 | TARGET_SUBARCH="classic" 6 | TARGET_powerpc=y 7 | -------------------------------------------------------------------------------- /package/base-files/files/etc/sysupgrade.conf: -------------------------------------------------------------------------------- 1 | ## This file contains files and directories that should 2 | ## be preserved during an upgrade. 3 | 4 | # /etc/example.conf 5 | # /etc/openvpn/ 6 | -------------------------------------------------------------------------------- /package/network/config/qos-scripts/files/etc/hotplug.d/iface/10-qos: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | [ "$ACTION" = ifup ] && /etc/init.d/qos enabled && /usr/lib/qos/generate.sh interface "$INTERFACE" | sh 3 | -------------------------------------------------------------------------------- /package/network/utils/linux-atm/files/br2684ctl_wrap: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | . /lib/functions/network.sh 3 | device="$1"; shift 4 | network_defer_device "$device" 5 | exec /usr/sbin/br2684ctl "$@" 6 | -------------------------------------------------------------------------------- /package/utils/busybox/patches/100-trylink_bash.patch: -------------------------------------------------------------------------------- 1 | --- a/scripts/trylink 2 | +++ b/scripts/trylink 3 | @@ -1,4 +1,4 @@ 4 | -#!/bin/sh 5 | +#!/usr/bin/env bash 6 | 7 | debug=false 8 | 9 | -------------------------------------------------------------------------------- /target/linux/ar7/generic/config-default: -------------------------------------------------------------------------------- 1 | CONFIG_AR7_TI=y 2 | # CONFIG_AR7_TYPE_AC49X is not set 3 | CONFIG_AR7_TYPE_TI=y 4 | # CONFIG_MTD_AC49X_PARTS is not set 5 | CONFIG_MTD_AR7_PARTS=y 6 | -------------------------------------------------------------------------------- /target/linux/oxnas/files/arch/arm/mach-oxnas/include/mach/irqs.h: -------------------------------------------------------------------------------- 1 | #ifndef __ASM_ARCH_IRQS_H 2 | #define __ASM_ARCH_IRQS_H 3 | 4 | #define IRQ_SOFT 1 5 | #define NR_IRQS 160 6 | 7 | #endif 8 | -------------------------------------------------------------------------------- /package/base-files/files/lib/preinit/02_default_set_state: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | define_default_set_state() { 4 | . /etc/diag.sh 5 | } 6 | 7 | boot_hook_add preinit_main define_default_set_state 8 | -------------------------------------------------------------------------------- /package/boot/uboot-oxnas/files/arch/arm/include/asm/arch-nas782x/spl.h: -------------------------------------------------------------------------------- 1 | #ifndef _NAS782X_SPL_H 2 | #define _NAS782X_SPL_H 3 | 4 | #include 5 | 6 | #endif /* _NAS782X_SPL_H */ 7 | -------------------------------------------------------------------------------- /package/network/services/ead/src/tinysrp/acconfig.h: -------------------------------------------------------------------------------- 1 | #undef SHA1HANDSOFF 2 | 3 | #undef POSIX_TERMIOS 4 | 5 | #undef POSIX_SIGTYPE 6 | 7 | #undef VERSION 8 | 9 | #undef volatile 10 | -------------------------------------------------------------------------------- /target/linux/adm5120/image/lzma-loader/src/lzma-data.lds: -------------------------------------------------------------------------------- 1 | OUTPUT_ARCH(mips) 2 | SECTIONS { 3 | .data.lzma : { 4 | _lzma_data_start = .; 5 | *(.data) 6 | _lzma_data_end = .; 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /target/linux/ar71xx/image/lzma-loader/src/lzma-data.lds: -------------------------------------------------------------------------------- 1 | OUTPUT_ARCH(mips) 2 | SECTIONS { 3 | .data.lzma : { 4 | _lzma_data_start = .; 5 | *(.data) 6 | _lzma_data_end = .; 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /target/linux/bcm53xx/base-files/lib/preinit/05_set_preinit_iface_bcm53xx: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | set_preinit_iface() { 4 | ifname=eth0 5 | } 6 | 7 | boot_hook_add preinit_main set_preinit_iface 8 | -------------------------------------------------------------------------------- /target/linux/brcm63xx/image/lzma-loader/src/lzma-data.lds: -------------------------------------------------------------------------------- 1 | OUTPUT_ARCH(mips) 2 | SECTIONS { 3 | .data.lzma : { 4 | _lzma_data_start = .; 5 | *(.data) 6 | _lzma_data_end = .; 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /target/linux/lantiq/image/lzma-loader/src/lzma-data.lds: -------------------------------------------------------------------------------- 1 | OUTPUT_ARCH(mips) 2 | SECTIONS { 3 | .data.lzma : { 4 | _lzma_data_start = .; 5 | *(.data) 6 | _lzma_data_end = .; 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /target/linux/ramips/image/lzma-loader/src/lzma-data.lds: -------------------------------------------------------------------------------- 1 | OUTPUT_ARCH(mips) 2 | SECTIONS { 3 | .data.lzma : { 4 | _lzma_data_start = .; 5 | *(.data) 6 | _lzma_data_end = .; 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /target/linux/x86/base-files/lib/preinit/20_check_iso: -------------------------------------------------------------------------------- 1 | check_for_iso() { 2 | grep -qE '/dev/root.*iso9660' /proc/mounts && ramoverlay 3 | } 4 | 5 | boot_hook_add preinit_mount_root check_for_iso 6 | -------------------------------------------------------------------------------- /package/network/services/ead/src/passwd: -------------------------------------------------------------------------------- 1 | root:$1$MCGAgYw.$Ip1GcyeUliId3wzVcKR/e/:0:0:root:/root:/bin/ash 2 | nobody:*:65534:65534:nobody:/var:/bin/false 3 | daemon:*:65534:65534:daemon:/var:/bin/false 4 | -------------------------------------------------------------------------------- /target/linux/au1000/au1500/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Au1500 2 | 3 | DEFAULT_PACKAGES+= wpad-mini 4 | 5 | define Target/Description 6 | Build firmware images for Au1500 based boards 7 | endef 8 | -------------------------------------------------------------------------------- /target/linux/brcm2708/base-files/etc/inittab: -------------------------------------------------------------------------------- 1 | ::sysinit:/etc/init.d/rcS S boot 2 | ::shutdown:/etc/init.d/rcS K shutdown 3 | ::askconsole:/usr/libexec/login.sh 4 | tty1::askfirst:/usr/libexec/login.sh 5 | -------------------------------------------------------------------------------- /target/linux/mcs814x/files-3.18/drivers/net/ethernet/mcs8140/Kconfig: -------------------------------------------------------------------------------- 1 | config NUPORT_ETHERNET_DRIVER 2 | tristate "MCS8140 Ethernet driver" 3 | depends on ETHERNET && ARCH_MCS814X 4 | help 5 | -------------------------------------------------------------------------------- /target/linux/mxs/base-files/lib/preinit/03_preinit_do_mxs.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | do_mxs() { 4 | . /lib/mxs.sh 5 | 6 | mxs_board_detect 7 | } 8 | 9 | boot_hook_add preinit_main do_mxs 10 | -------------------------------------------------------------------------------- /target/linux/x86/base-files/etc/inittab: -------------------------------------------------------------------------------- 1 | ::sysinit:/etc/init.d/rcS S boot 2 | ::shutdown:/etc/init.d/rcS K shutdown 3 | ttyS0::askfirst:/usr/libexec/login.sh 4 | tty1::askfirst:/usr/libexec/login.sh 5 | -------------------------------------------------------------------------------- /package/base-files/files/etc/group: -------------------------------------------------------------------------------- 1 | root:x:0: 2 | daemon:x:1: 3 | adm:x:4: 4 | mail:x:8: 5 | audio:x:29: 6 | www-data:x:33: 7 | ftp:x:55: 8 | users:x:100: 9 | network:x:101: 10 | nogroup:x:65534: 11 | -------------------------------------------------------------------------------- /package/base-files/files/etc/iproute2/rt_tables: -------------------------------------------------------------------------------- 1 | # 2 | # reserved values 3 | # 4 | 128 prelocal 5 | 255 local 6 | 254 main 7 | 253 default 8 | 0 unspec 9 | # 10 | # local 11 | # 12 | #1 inr.ruhep 13 | -------------------------------------------------------------------------------- /package/kernel/lantiq/ltq-adsl/Config.in: -------------------------------------------------------------------------------- 1 | config LANTIQ_DSL_DEBUG 2 | bool "verbose debugging" 3 | depends on PACKAGE_kmod-ltq-dsl 4 | help 5 | Say Y, if you need ltq-dsl to display debug messages. 6 | -------------------------------------------------------------------------------- /package/network/services/samba36/files/samba.config: -------------------------------------------------------------------------------- 1 | config samba 2 | option 'name' 'OpenWrt' 3 | option 'workgroup' 'WORKGROUP' 4 | option 'description' 'OpenWrt' 5 | option 'homes' '1' 6 | 7 | -------------------------------------------------------------------------------- /target/linux/adm5120/files-3.18/arch/mips/adm5120/cellvision/Makefile: -------------------------------------------------------------------------------- 1 | obj-y += cellvision.o 2 | 3 | obj-$(CONFIG_ADM5120_MACH_CAS_771) += cas-771.o 4 | obj-$(CONFIG_ADM5120_MACH_NFS_101) += nfs-101.o 5 | -------------------------------------------------------------------------------- /target/linux/arc770/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | FEATURES += ramdisk usb 3 | 4 | define Target/Description 5 | Build firmware images for generic ARC 770D based boards. 6 | endef 7 | 8 | 9 | -------------------------------------------------------------------------------- /target/linux/archs38/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | FEATURES += ramdisk usb 3 | 4 | define Target/Description 5 | Build firmware images for generic ARC HS38 based boards. 6 | endef 7 | 8 | 9 | -------------------------------------------------------------------------------- /target/linux/at91/base-files/lib/preinit/03_preinit_do_at91.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | do_at91() { 4 | . /lib/at91.sh 5 | 6 | at91_board_detect 7 | } 8 | 9 | boot_hook_add preinit_main do_at91 10 | -------------------------------------------------------------------------------- /target/linux/ppc44x/base-files/etc/inittab: -------------------------------------------------------------------------------- 1 | ::sysinit:/etc/init.d/rcS S boot 2 | ::shutdown:/etc/init.d/rcS K shutdown 3 | ttyS0::askfirst:/usr/libexec/login.sh 4 | ttyS1::askfirst:/usr/libexec/login.sh 5 | -------------------------------------------------------------------------------- /target/linux/realview/base-files/etc/board.d/02_network: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | . /lib/functions/uci-defaults.sh 4 | 5 | board_config_update 6 | ucidef_set_interface_lan "eth0" "dhcp" 7 | board_config_flush 8 | -------------------------------------------------------------------------------- /target/linux/xburst/base-files/etc/config/fstab: -------------------------------------------------------------------------------- 1 | config mount 2 | option target /card 3 | option device /dev/mmcblk0p1 4 | option fstype auto 5 | option options rw,sync 6 | option enabled 1 7 | -------------------------------------------------------------------------------- /package/network/services/dropbear/files/dropbear.config: -------------------------------------------------------------------------------- 1 | config dropbear 2 | option PasswordAuth 'on' 3 | option RootPasswordAuth 'on' 4 | option Port '22' 5 | # option BannerFile '/etc/banner' 6 | -------------------------------------------------------------------------------- /package/network/services/odhcpd/files/odhcpd-update: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Make dnsmasq reread hostfile 3 | 4 | pid=$(pidof dnsmasq) 5 | [ "$(readlink /proc/$pid/exe)" = "/usr/sbin/dnsmasq" ] && kill -SIGHUP $pid 6 | -------------------------------------------------------------------------------- /target/linux/adm8668/files-3.18/arch/mips/adm8668/Makefile: -------------------------------------------------------------------------------- 1 | # 2 | # something witty --neutronscott 3 | # 4 | 5 | obj-y := irq.o prom.o platform.o gpio.o \ 6 | setup.o clock.o time.o early_printk.o \ 7 | -------------------------------------------------------------------------------- /target/linux/ar71xx/image/lzma-loader/src/loader2.lds: -------------------------------------------------------------------------------- 1 | OUTPUT_ARCH(mips) 2 | SECTIONS { 3 | .text : { 4 | startup = .; 5 | *(.text) 6 | *(.text.*) 7 | *(.data) 8 | *(.data.*) 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /target/linux/arc770/base-files/lib/preinit/01_preinit_arc.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | do_arc() { 4 | . /lib/arc.sh 5 | 6 | arc_board_detect 7 | } 8 | 9 | boot_hook_add preinit_main do_arc 10 | -------------------------------------------------------------------------------- /target/linux/lantiq/image/lzma-loader/src/loader2.lds: -------------------------------------------------------------------------------- 1 | OUTPUT_ARCH(mips) 2 | SECTIONS { 3 | .text : { 4 | startup = .; 5 | *(.text) 6 | *(.text.*) 7 | *(.data) 8 | *(.data.*) 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /target/linux/mcs814x/files-3.18/arch/arm/mach-mcs814x/Makefile.boot: -------------------------------------------------------------------------------- 1 | zreladdr-y := 0x00008000 2 | 3 | dtb-$(CONFIG_MACH_DLAN_USB_EXT) += dlan-usb-extender.dtb 4 | dtb-$(CONFIG_MACH_RBT_832) += rbt-832.dtb 5 | -------------------------------------------------------------------------------- /target/linux/netlogic/xlp/config-default: -------------------------------------------------------------------------------- 1 | CONFIG_CPU_XLP=y 2 | CONFIG_DT_XLP_EVP=y 3 | CONFIG_DT_XLP_FVP=y 4 | CONFIG_DT_XLP_GVP=y 5 | CONFIG_DT_XLP_SVP=y 6 | CONFIG_NLM_XLP_BOARD=y 7 | CONFIG_SYS_HAS_CPU_XLP=y 8 | -------------------------------------------------------------------------------- /target/linux/oxnas/base-files/lib/preinit/03_preinit_do_oxnas.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | do_oxnas() { 4 | . /lib/oxnas.sh 5 | 6 | oxnas_board_detect 7 | } 8 | 9 | boot_hook_add preinit_main do_oxnas 10 | -------------------------------------------------------------------------------- /target/linux/ramips/image/lzma-loader/src/loader2.lds: -------------------------------------------------------------------------------- 1 | OUTPUT_ARCH(mips) 2 | SECTIONS { 3 | .text : { 4 | startup = .; 5 | *(.text) 6 | *(.text.*) 7 | *(.data) 8 | *(.data.*) 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /target/linux/x86/xen_domu/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Xen Paravirt Guest 2 | DEFAULT_PACKAGES += kmod-xen-fs kmod-xen-evtchn kmod-xen-netdev kmod-xen-kbddev 3 | FEATURES:=display ext4 targz 4 | CPU_TYPE := pentium4 5 | -------------------------------------------------------------------------------- /toolchain/uClibc/Config.version: -------------------------------------------------------------------------------- 1 | config UCLIBC_VERSION 2 | string 3 | depends on USE_UCLIBC 4 | default "1.0.9" 5 | 6 | config UCLIBC_VERSION_NG 7 | bool 8 | depends on USE_UCLIBC 9 | default y 10 | -------------------------------------------------------------------------------- /BSDmakefile: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2006 OpenWrt.org 2 | # 3 | # This is free software, licensed under the GNU General Public License v2. 4 | # See /LICENSE for more information. 5 | # 6 | world ${.TARGETS}: 7 | @gmake $@ 8 | -------------------------------------------------------------------------------- /include/device_table.txt: -------------------------------------------------------------------------------- 1 | # minimal device table file for OpenWrt 2 | 3 | # 4 | /dev d 755 0 0 - - - - - 5 | /dev/console c 600 0 0 5 1 0 0 - 6 | -------------------------------------------------------------------------------- /package/network/services/uhttpd/files/ubus.default: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ -z "$(uci -q get uhttpd.main.ubus_prefix)" ]; then 4 | uci set uhttpd.main.ubus_prefix=/ubus 5 | uci commit uhttpd 6 | fi 7 | 8 | exit 0 9 | -------------------------------------------------------------------------------- /target/imagebuilder/files/repositories.conf: -------------------------------------------------------------------------------- 1 | ## Place your custom repositories here, they must match the architecture and version. 2 | # src/gz %n %U 3 | # src custom file:///usr/src/openwrt/bin/%T/packages 4 | 5 | -------------------------------------------------------------------------------- /target/linux/adm5120/base-files/lib/preinit/05_set_preinit_iface_adm5120: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | set_preinit_ifname() { 4 | ifname=eth0 5 | } 6 | 7 | boot_hook_add preinit_main set_preinit_ifname 8 | 9 | 10 | -------------------------------------------------------------------------------- /target/linux/adm8668/base-files/lib/preinit/05_set_preinit_face_adm8668: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | set_preinit_ifname() { 4 | ifname=eth0 5 | } 6 | 7 | boot_hook_add preinit_main set_preinit_ifname 8 | 9 | 10 | -------------------------------------------------------------------------------- /target/linux/ar71xx/base-files/lib/preinit/03_preinit_do_ar71xx.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | do_ar71xx() { 4 | . /lib/ar71xx.sh 5 | 6 | ar71xx_board_detect 7 | } 8 | 9 | boot_hook_add preinit_main do_ar71xx 10 | -------------------------------------------------------------------------------- /target/linux/archs38/base-files/lib/preinit/01_preinit_arc.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | do_arc() { 4 | . /lib/arc.sh 5 | 6 | arc_board_detect 7 | } 8 | 9 | boot_hook_add preinit_main do_arc 10 | -------------------------------------------------------------------------------- /target/linux/brcm63xx/base-files/lib/preinit/03_do_brcm63xx.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | do_brcm63xx() { 4 | . /lib/brcm63xx.sh 5 | 6 | brcm63xx_detect 7 | } 8 | 9 | boot_hook_add preinit_main do_brcm63xx 10 | -------------------------------------------------------------------------------- /target/linux/brcm63xx/image/lzma-loader/src/loader2.lds: -------------------------------------------------------------------------------- 1 | OUTPUT_ARCH(mips) 2 | SECTIONS { 3 | .text : { 4 | startup = .; 5 | *(.text) 6 | *(.text.*) 7 | *(.data) 8 | *(.data.*) 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /target/linux/netlogic/xlr/target.mk: -------------------------------------------------------------------------------- 1 | CPU_TYPE:=xlr 2 | CPU_FLAGS_xlr:=-march=xlr -mabi=64 3 | BOARDNAME:=xlr 4 | 5 | define Target/Description 6 | Build firmware images for Broadcom/Netlogic XLR boards. 7 | endef 8 | -------------------------------------------------------------------------------- /target/linux/ramips/base-files/lib/preinit/03_preinit_do_ramips.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | do_ramips() { 4 | . /lib/ramips.sh 5 | 6 | ramips_board_detect 7 | } 8 | 9 | boot_hook_add preinit_main do_ramips 10 | -------------------------------------------------------------------------------- /package/boot/uboot-oxnas/files/board/ox820/MAINTAINERS: -------------------------------------------------------------------------------- 1 | SHEEVAPLUG BOARD 2 | M: Daniel Golle 3 | S: Maintained 4 | F: board/ox820/ 5 | F: include/configs/ox820.h 6 | F: configs/ox820_defconfig 7 | -------------------------------------------------------------------------------- /package/network/services/ppp/files/etc/ppp/options: -------------------------------------------------------------------------------- 1 | #debug 2 | logfile /dev/null 3 | noipdefault 4 | noaccomp 5 | nopcomp 6 | nocrtscts 7 | lock 8 | maxfail 0 9 | lcp-echo-failure 5 10 | lcp-echo-interval 1 11 | -------------------------------------------------------------------------------- /target/linux/ar71xx/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | FEATURES += squashfs 3 | 4 | define Target/Description 5 | Build firmware images for generic Atheros AR71xx/AR913x/AR934x based boards. 6 | endef 7 | 8 | 9 | -------------------------------------------------------------------------------- /target/linux/au1000/au1550/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Au1550 2 | FEATURES += pcmcia 3 | 4 | DEFAULT_PACKAGES+= wpad-mini 5 | 6 | define Target/Description 7 | Build firmware images for Au1550 based boards 8 | endef 9 | -------------------------------------------------------------------------------- /target/linux/lantiq/base-files/lib/preinit/03_preinit_board.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | do_lantiq() { 4 | . /lib/functions/lantiq.sh 5 | 6 | lantiq_board_detect 7 | } 8 | 9 | boot_hook_add preinit_main do_lantiq 10 | -------------------------------------------------------------------------------- /target/linux/mcs814x/base-files/lib/preinit/03_preinit_do_mcs814x.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | do_mcs814x() { 4 | . /lib/mcs814x.sh 5 | 6 | mcs814x_board_detect 7 | } 8 | 9 | boot_hook_add preinit_main do_mcs814x 10 | -------------------------------------------------------------------------------- /target/linux/mpc85xx/base-files/lib/preinit/03_preinit_do_mpc85xx.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | do_mpc85xx() { 4 | . /lib/mpc85xx.sh 5 | 6 | mpc85xx_board_detect 7 | } 8 | 9 | boot_hook_add preinit_main do_mpc85xx 10 | -------------------------------------------------------------------------------- /target/linux/netlogic/base-files/lib/preinit/03_do_netlogic.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | do_netlogic() { 4 | . /lib/netlogic.sh 5 | 6 | netlogic_board_detect 7 | } 8 | 9 | boot_hook_add preinit_main do_netlogic 10 | -------------------------------------------------------------------------------- /target/linux/sunxi/base-files/lib/preinit/01_preinit_sunxi.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | do_sunxi() { 4 | . /lib/sunxi.sh 5 | 6 | sunxi_board_detect 7 | } 8 | 9 | boot_hook_add preinit_main do_sunxi 10 | -------------------------------------------------------------------------------- /package/base-files/files/etc/openwrt_release: -------------------------------------------------------------------------------- 1 | DISTRIB_ID='%D' 2 | DISTRIB_RELEASE='%C' 3 | DISTRIB_REVISION='%R' 4 | DISTRIB_CODENAME='%n' 5 | DISTRIB_TARGET='%S' 6 | DISTRIB_DESCRIPTION='%D %N %V' 7 | DISTRIB_TAINTS='%t' 8 | -------------------------------------------------------------------------------- /package/system/opkg/files/opkg-smime.conf: -------------------------------------------------------------------------------- 1 | dest root / 2 | dest ram /tmp 3 | lists_dir ext /var/opkg-lists 4 | option overlay_root /overlay 5 | option check_signature 1 6 | option signature_ca_file /etc/ssl/certs/opkg.pem 7 | -------------------------------------------------------------------------------- /target/linux/brcm63xx/smp/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=smp 2 | 3 | define Target/Description 4 | Build firmware images for BCM63XX boards with SMP support. 5 | Currently only BCM6362 and BCM6368 supported. 6 | endef 7 | 8 | 9 | -------------------------------------------------------------------------------- /target/linux/generic/files/fs/yaffs2/NOTE.openwrt: -------------------------------------------------------------------------------- 1 | The yaffs2 source has been fetched from the yaffs2 GIT tree. 2 | 3 | URL: git://www.aleph1.co.uk/yaffs2 4 | Version: 583dbd9cc2668870cb013f051ba59f7d3e513dae (2015-06-02) 5 | -------------------------------------------------------------------------------- /target/linux/adm5120/rb1xx/target.mk: -------------------------------------------------------------------------------- 1 | ARCH:=mipsel 2 | SUBTARGET:=rb1xx 3 | BOARDNAME:=MikroTik RB-1xx boards 4 | FEATURES+=tgz 5 | 6 | define Target/Description 7 | Build firmware images for Mikrotik RB-1xx series. 8 | endef 9 | -------------------------------------------------------------------------------- /target/linux/ar71xx/files/arch/mips/ath79/pci-ath9k-fixup.h: -------------------------------------------------------------------------------- 1 | #ifndef _PCI_ATH9K_FIXUP 2 | #define _PCI_ATH9K_FIXUP 3 | 4 | void pci_enable_ath9k_fixup(unsigned slot, u16 *cal_data) __init; 5 | 6 | #endif /* _PCI_ATH9K_FIXUP */ 7 | -------------------------------------------------------------------------------- /target/linux/at91/legacy/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Legacy (ARMv5) 2 | CPU_TYPE:=arm926ej-s 3 | 4 | define Target/Description 5 | Build generic firmware for legacy Atmel AT91 platforms 6 | using the ARMv5 instruction set. 7 | endef 8 | -------------------------------------------------------------------------------- /target/linux/socfpga/base-files/lib/preinit/03_socfpga_detect: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | do_socfpga_detect() { 4 | . /lib/socfpga.sh 5 | 6 | socfpga_board_detect 7 | } 8 | 9 | boot_hook_add preinit_main do_socfpga_detect 10 | -------------------------------------------------------------------------------- /target/linux/adm5120/files-3.18/arch/mips/adm5120/compex/Makefile: -------------------------------------------------------------------------------- 1 | obj-y += compex.o 2 | 3 | obj-$(CONFIG_ADM5120_MACH_NP27G) += np27g.o 4 | obj-$(CONFIG_ADM5120_MACH_NP28G) += np28g.o 5 | obj-$(CONFIG_ADM5120_MACH_WP54) += wp54.o 6 | -------------------------------------------------------------------------------- /target/linux/ipq806x/base-files/etc/inittab: -------------------------------------------------------------------------------- 1 | # Copyright (c) 2013 The Linux Foundation. All rights reserved. 2 | ::sysinit:/etc/init.d/rcS S boot 3 | ::shutdown:/etc/init.d/rcS K shutdown 4 | ttyMSM0::askfirst:/usr/libexec/login.sh 5 | -------------------------------------------------------------------------------- /target/linux/mcs814x/files-3.18/arch/arm/mach-mcs814x/include/mach/entry-macro.S: -------------------------------------------------------------------------------- 1 | #include 2 | .macro disable_fiq 3 | .endm 4 | 5 | .macro arch_ret_to_user, tmp1, tmp2 6 | .endm 7 | -------------------------------------------------------------------------------- /toolchain/glibc/Config.version: -------------------------------------------------------------------------------- 1 | if USE_GLIBC 2 | 3 | config GLIBC_VERSION 4 | string 5 | default "2.22" if GLIBC_VERSION_2_22 6 | 7 | config GLIBC_VERSION_2_22 8 | default y if !TOOLCHAINOPTS 9 | bool 10 | 11 | endif 12 | -------------------------------------------------------------------------------- /package/network/ipv6/thc-ipv6/patches/100-no-ssl.patch: -------------------------------------------------------------------------------- 1 | --- a/Makefile 2 | +++ b/Makefile 3 | @@ -1,5 +1,5 @@ 4 | # Comment out if openssl-dev is not present 5 | -HAVE_SSL=yes 6 | +#HAVE_SSL=yes 7 | 8 | CC=gcc 9 | #CFLAGS=-g 10 | -------------------------------------------------------------------------------- /target/linux/x86/image/grub-iso.cfg: -------------------------------------------------------------------------------- 1 | @SERIAL_CONFIG@ 2 | @TERMINAL_CONFIG@ 3 | 4 | set default="0" 5 | set timeout="@TIMEOUT@" 6 | set root='(cd)' 7 | 8 | menuentry "OpenWrt" { 9 | linux /boot/vmlinuz @CMDLINE@ noinitrd 10 | } 11 | -------------------------------------------------------------------------------- /toolchain/uClibc/config/armeb: -------------------------------------------------------------------------------- 1 | ARCH_ANY_ENDIAN=y 2 | ARCH_BIG_ENDIAN=y 3 | ARCH_WANTS_BIG_ENDIAN=y 4 | # COMPILE_IN_THUMB_MODE is not set 5 | TARGET_ARCH="arm" 6 | TARGET_arm=y 7 | # USE_BX is not set 8 | CONFIG_ARM_EABI=y 9 | 10 | -------------------------------------------------------------------------------- /package/base-files/files/etc/passwd: -------------------------------------------------------------------------------- 1 | root:x:0:0:root:/root:/bin/ash 2 | daemon:*:1:1:daemon:/var:/bin/false 3 | ftp:*:55:55:ftp:/home/ftp:/bin/false 4 | network:*:101:101:network:/var:/bin/false 5 | nobody:*:65534:65534:nobody:/var:/bin/false 6 | -------------------------------------------------------------------------------- /package/network/services/omcproxy/files/omcproxy.config: -------------------------------------------------------------------------------- 1 | config proxy 2 | option scope global 3 | option uplink wan 4 | list downlink lan 5 | 6 | config proxy 7 | option scope global 8 | option uplink wan6 9 | list downlink lan 10 | -------------------------------------------------------------------------------- /target/linux/adm5120/base-files/etc/inittab: -------------------------------------------------------------------------------- 1 | ::sysinit:/etc/init.d/rcS S boot 2 | ::shutdown:/etc/init.d/rcS K shutdown 3 | tts/0::askfirst:/usr/libexec/login.sh 4 | ttyAM0::askfirst:/usr/libexec/login.sh 5 | tty1::askfirst:/usr/libexec/login.sh 6 | -------------------------------------------------------------------------------- /target/linux/arm64/base-files/etc/inittab: -------------------------------------------------------------------------------- 1 | ::sysinit:/etc/init.d/rcS S boot 2 | ::shutdown:/etc/init.d/rcS K shutdown 3 | tts/0::askfirst:/usr/libexec/login.sh 4 | ttyAMA0::askfirst:/usr/libexec/login.sh 5 | tty1::askfirst:/usr/libexec/login.sh 6 | -------------------------------------------------------------------------------- /target/linux/ixp4xx/harddisk/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Internal Hard-Disk 2 | 3 | define Target/Description 4 | Build firmware images for ixp4xx based boards that boot directly from internal disk storage 5 | (e.g : Freecom FSG-3, ...) 6 | endef 7 | -------------------------------------------------------------------------------- /target/linux/omap/base-files/etc/inittab: -------------------------------------------------------------------------------- 1 | ::sysinit:/etc/init.d/rcS S boot 2 | ::shutdown:/etc/init.d/rcS K shutdown 3 | ttyO0::askfirst:/usr/libexec/login.sh 4 | ttyO2::askfirst:/usr/libexec/login.sh 5 | tty1::askfirst:/usr/libexec/login.sh 6 | -------------------------------------------------------------------------------- /target/linux/omap24xx/base-files/etc/inittab: -------------------------------------------------------------------------------- 1 | ::sysinit:/etc/init.d/rcS S boot 2 | ::shutdown:/etc/init.d/rcS K shutdown 3 | tts/0::askfirst:/usr/libexec/login.sh 4 | ttyO2::askfirst:/usr/libexec/login.sh 5 | tty1::askfirst:/usr/libexec/login.sh 6 | -------------------------------------------------------------------------------- /target/linux/sunxi/base-files/etc/inittab: -------------------------------------------------------------------------------- 1 | ::sysinit:/etc/init.d/rcS S boot 2 | ::shutdown:/etc/init.d/rcS K shutdown 3 | tts/0::askfirst:/usr/libexec/login.sh 4 | ttyS0::askfirst:/usr/libexec/login.sh 5 | tty1::askfirst:/usr/libexec/login.sh 6 | -------------------------------------------------------------------------------- /target/linux/x86/base-files/lib/preinit/15_essential_fs_x86: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Copyright (C) 2006-2010 OpenWrt.org 3 | # Copyright (C) 2010 Vertical Communications 4 | 5 | do_mount_procfs() { 6 | mount -o noatime -t proc none /proc 7 | } 8 | 9 | -------------------------------------------------------------------------------- /target/linux/x86/xen_domu/base-files/etc/inittab: -------------------------------------------------------------------------------- 1 | ::sysinit:/etc/init.d/rcS S boot 2 | ::shutdown:/etc/init.d/rcS K stop 3 | tts/0::askfirst:/usr/libexec/login.sh 4 | hvc0::askfirst:/usr/libexec/login.sh 5 | tty1::askfirst:/usr/libexec/login.sh 6 | -------------------------------------------------------------------------------- /toolchain/uClibc/config/arm: -------------------------------------------------------------------------------- 1 | ARCH_ANY_ENDIAN=y 2 | ARCH_LITTLE_ENDIAN=y 3 | ARCH_WANTS_LITTLE_ENDIAN=y 4 | # COMPILE_IN_THUMB_MODE is not set 5 | TARGET_ARCH="arm" 6 | TARGET_arm=y 7 | # USE_BX is not set 8 | CONFIG_ARM_EABI=y 9 | 10 | -------------------------------------------------------------------------------- /scripts/portable_date.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | case $(uname) in 4 | NetBSD|OpenBSD|DragonFly|FreeBSD|Darwin) 5 | date -j -f "%Y-%m-%d %H:%M:%S %z" "$1" "$2" 2>/dev/null 6 | ;; 7 | *) 8 | date -d "$1" "$2" 9 | esac 10 | 11 | exit $? 12 | -------------------------------------------------------------------------------- /target/linux/realview/base-files/etc/inittab: -------------------------------------------------------------------------------- 1 | ::sysinit:/etc/init.d/rcS S boot 2 | ::shutdown:/etc/init.d/rcS K shutdown 3 | tts/0::askfirst:/usr/libexec/login.sh 4 | ttyAMA0::askfirst:/usr/libexec/login.sh 5 | tty1::askfirst:/usr/libexec/login.sh 6 | -------------------------------------------------------------------------------- /toolchain/uClibc/config/sparc: -------------------------------------------------------------------------------- 1 | ARCH_BIG_ENDIAN=y 2 | # CONFIG_SPARC_V7 is not set 3 | # CONFIG_SPARC_V8 is not set 4 | CONFIG_SPARC_V9=y 5 | # CONFIG_SPARC_V9B is not set 6 | TARGET_ARCH="sparc" 7 | TARGET_sparc=y 8 | UCLIBC_HAS_LONG_DOUBLE_MATH=y 9 | -------------------------------------------------------------------------------- /target/linux/ar7/ac49x/target.mk: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright (C) 2012 OpenWrt.org 3 | # 4 | 5 | SUBTARGET:=ac49x 6 | BOARDNAME:=AudioCodes AC49x 7 | 8 | define Target/Description 9 | Build firmware images for AudioCodes AC49x based routers. 10 | endef 11 | -------------------------------------------------------------------------------- /toolchain/uClibc/config/sparc.leon: -------------------------------------------------------------------------------- 1 | ARCH_BIG_ENDIAN=y 2 | # CONFIG_SPARC_V7 is not set 3 | CONFIG_SPARC_V8=y 4 | # CONFIG_SPARC_V9 is not set 5 | # CONFIG_SPARC_V9B is not set 6 | TARGET_ARCH="sparc" 7 | TARGET_sparc=y 8 | UCLIBC_HAS_LONG_DOUBLE_MATH=y 9 | -------------------------------------------------------------------------------- /package/base-files/files/lib/preinit/99_10_run_init: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Copyright (C) 2006 OpenWrt.org 3 | # Copyright (C) 2010 Vertical Communications 4 | 5 | run_init() { 6 | preinit_ip_deconfig 7 | } 8 | 9 | boot_hook_add preinit_main run_init 10 | -------------------------------------------------------------------------------- /package/utils/fbtest/src/Makefile: -------------------------------------------------------------------------------- 1 | CC = gcc 2 | CFLAGS = -Wall 3 | OBJS = fbtest.o 4 | 5 | all: fbtest 6 | 7 | %.o: %.c 8 | $(CC) $(CFLAGS) -c -o $@ $< 9 | 10 | fbtest: $(OBJS) 11 | $(CC) -o $@ $(OBJS) 12 | 13 | clean: 14 | rm -f rbcfg *.o 15 | -------------------------------------------------------------------------------- /target/linux/adm5120/files-3.18/arch/mips/adm5120/edimax/Makefile: -------------------------------------------------------------------------------- 1 | obj-y := br-61xx.o 2 | 3 | obj-$(CONFIG_ADM5120_MACH_BR_6104K) += br-6104k.o 4 | obj-$(CONFIG_ADM5120_MACH_BR_6104KP) += br-6104kp.o 5 | obj-$(CONFIG_ADM5120_MACH_BR_61X4WG) += br-61x4wg.o 6 | -------------------------------------------------------------------------------- /target/linux/brcm2708/base-files/lib/preinit/03_preinit_do_brcm2708.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Copyright (C) 2015 OpenWrt.org 3 | 4 | do_brcm2708() { 5 | . /lib/brcm2708.sh 6 | 7 | brcm2708_detect 8 | } 9 | 10 | boot_hook_add preinit_main do_brcm2708 11 | -------------------------------------------------------------------------------- /package/boot/rbcfg/src/Makefile: -------------------------------------------------------------------------------- 1 | CC = gcc 2 | CFLAGS = -Wall 3 | OBJS = main.o cyg_crc32.o 4 | 5 | all: rbcfg 6 | 7 | %.o: %.c 8 | $(CC) $(CFLAGS) -c -o $@ $< 9 | 10 | rbcfg: $(OBJS) 11 | $(CC) -o $@ $(OBJS) 12 | 13 | clean: 14 | rm -f rbcfg *.o 15 | -------------------------------------------------------------------------------- /package/network/utils/iproute2/patches/001-config.patch: -------------------------------------------------------------------------------- 1 | --- /dev/null 2 | +++ b/Config 3 | @@ -0,0 +1,4 @@ 4 | +# Fixed config to disable ATM support even if present on host system 5 | +TC_CONFIG_ATM:=n 6 | +TC_CONFIG_ACTION_GACT=y 7 | +TC_CONFIG_ACTION_PROB=y 8 | -------------------------------------------------------------------------------- /target/linux/brcm47xx/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | FEATURES+=pcmcia 3 | 4 | define Target/Description 5 | Build generic firmware for all Broadcom BCM47xx and BCM53xx MIPS 6 | devices. It runs on both architectures BMIPS3300 and MIPS 74K. 7 | endef 8 | -------------------------------------------------------------------------------- /target/linux/brcm47xx/mips74k/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=MIPS 74K 2 | CPU_TYPE:=74kc 3 | CPU_SUBTYPE:=dsp2 4 | FEATURES+=mips16 5 | 6 | define Target/Description 7 | Build firmware for Broadcom BCM47xx and BCM53xx devices with 8 | MIPS 74K CPU. 9 | endef 10 | -------------------------------------------------------------------------------- /target/linux/malta/be/target.mk: -------------------------------------------------------------------------------- 1 | ARCH:=mips 2 | SUBTARGET:=be 3 | BOARDNAME:=Big Endian 4 | FEATURES:=ramdisk mips16 5 | 6 | define Target/Description 7 | Build BE firmware images for MIPS Malta CoreLV board running in 8 | big-endian mode 9 | endef 10 | -------------------------------------------------------------------------------- /target/linux/oxnas/base-files/etc/board.d/02_network: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | . /lib/functions/uci-defaults.sh 4 | . /lib/functions/system.sh 5 | 6 | board_config_update 7 | 8 | ucidef_set_interface_lan "eth0" 9 | 10 | board_config_flush 11 | 12 | exit 0 13 | -------------------------------------------------------------------------------- /target/linux/ramips/base-files/etc/init.d/bootcount: -------------------------------------------------------------------------------- 1 | #!/bin/sh /etc/rc.common 2 | . /lib/ramips.sh 3 | 4 | START=99 5 | 6 | start() { 7 | local board=$(ramips_board_name) 8 | if [ $board = "sk-wb8" ]; then 9 | fw_setenv bootcount 0 10 | fi 11 | } 12 | -------------------------------------------------------------------------------- /package/base-files/files/lib/upgrade/keep.d/base-files-essential: -------------------------------------------------------------------------------- 1 | # Essential files that will be always kept 2 | /etc/hosts 3 | /etc/inittab 4 | /etc/group 5 | /etc/passwd 6 | /etc/profile 7 | /etc/shadow 8 | /etc/shells 9 | /etc/sysctl.conf 10 | /etc/rc.local 11 | -------------------------------------------------------------------------------- /package/network/utils/iptables/patches/100-bash-location.patch: -------------------------------------------------------------------------------- 1 | --- a/iptables/iptables-apply 2 | +++ b/iptables/iptables-apply 3 | @@ -1,4 +1,4 @@ 4 | -#!/bin/bash 5 | +#!/usr/bin/env bash 6 | # 7 | # iptables-apply -- a safer way to update iptables remotely 8 | # 9 | -------------------------------------------------------------------------------- /package/network/utils/maccalc/src/Makefile: -------------------------------------------------------------------------------- 1 | CC = gcc 2 | CFLAGS = -Wall 3 | OBJS = main.o 4 | 5 | all: maccalc 6 | 7 | %.o: %.c 8 | $(CC) $(CFLAGS) -c -o $@ $< 9 | 10 | maccalc: $(OBJS) 11 | $(CC) -o $@ $(OBJS) 12 | 13 | clean: 14 | rm -f maccalc *.o 15 | -------------------------------------------------------------------------------- /target/linux/adm8668/base-files/lib/preinit/03_init_hotplug_failsafe_adm8668: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | init_hotplug_failsafe() { 4 | echo '/sbin/hotplug.failsafe' > /proc/sys/kernel/hotplug 5 | } 6 | 7 | boot_hook_add preinit_main init_hotplug_failsafe 8 | 9 | 10 | -------------------------------------------------------------------------------- /target/linux/ar71xx/nand/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME := Generic devices with NAND flash 2 | FEATURES += squashfs nand rtc 3 | 4 | define Target/Description 5 | Build firmware images for Atheros AR71xx/AR913x based boards with 6 | NAND flash, e.g. Netgear WNDR4300. 7 | endef 8 | -------------------------------------------------------------------------------- /target/linux/ixp4xx/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | 3 | DEFAULT_PACKAGES+= wpad-mini 4 | 5 | define Target/Description 6 | Build firmware images for ixp4xx based boards that boot from internal flash 7 | (e.g : Linksys NSLU2, ...) 8 | endef 9 | 10 | -------------------------------------------------------------------------------- /target/linux/malta/le/target.mk: -------------------------------------------------------------------------------- 1 | ARCH:=mipsel 2 | SUBTARGET:=le 3 | BOARDNAME:=Little Endian 4 | FEATURES:=ramdisk mips16 5 | 6 | define Target/Description 7 | Build LE firmware images for MIPS Malta CoreLV board running in 8 | little-endian mode 9 | endef 10 | -------------------------------------------------------------------------------- /target/linux/ppc40x/base-files/lib/ppc40x.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # Copyright (C) 2010 OpenWrt.org 4 | # 5 | 6 | ppc40x_board_name() { 7 | local model 8 | 9 | model=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /model/ {print $2}' /proc/cpuinfo) 10 | echo $model 11 | } 12 | -------------------------------------------------------------------------------- /package/base-files/files/etc/init.d/sysctl: -------------------------------------------------------------------------------- 1 | #!/bin/sh /etc/rc.common 2 | # Copyright (C) 2006 OpenWrt.org 3 | 4 | START=11 5 | start() { 6 | for CONF in /etc/sysctl.conf /etc/sysctl.d/*.conf; do 7 | [ -f "$CONF" ] && sysctl -p "$CONF" -e >&- 8 | done 9 | } 10 | -------------------------------------------------------------------------------- /package/boot/uboot-zynq/uEnv-default.txt: -------------------------------------------------------------------------------- 1 | loadkernel=fatload mmc 0 0x2080000 uImage 2 | loaddtb=fatload mmc 0 0x2000000 devicetree.dtb 3 | bootargs=console=ttyPS0,115200 root=/dev/mmcblk0p2 rootwait 4 | uenvcmd=run loadkernel \&\& run loaddtb \&\& bootm 0x2080000 - 0x2000000 5 | -------------------------------------------------------------------------------- /package/libs/openssl/patches/170-bash_path.patch: -------------------------------------------------------------------------------- 1 | --- a/util/domd 2 | +++ b/util/domd 3 | @@ -1,4 +1,4 @@ 4 | -#!/bin/sh 5 | +#!/usr/bin/env bash 6 | # Do a makedepend, only leave out the standard headers 7 | # Written by Ben Laurie 19 Jan 1999 8 | 9 | -------------------------------------------------------------------------------- /package/network/config/soloscli/patches/002-cflags.patch: -------------------------------------------------------------------------------- 1 | --- a/soloscli/Makefile 2 | +++ b/soloscli/Makefile 3 | @@ -4,9 +4,6 @@ 4 | # Last Mod: 2009-06-16 5 | # 6 | 7 | -CC=gcc 8 | -CFLAGS=-Wall 9 | - 10 | soloscli: soloscli.c soloscli.h 11 | 12 | clean: 13 | -------------------------------------------------------------------------------- /package/network/utils/comgt/files/getcardinfo.gcom: -------------------------------------------------------------------------------- 1 | opengt 2 | set com 115200n81 3 | set comecho off 4 | set senddelay 0.02 5 | waitquiet 0.2 0.2 6 | flash 0.1 7 | 8 | :start 9 | send "ATI^m" 10 | get 1 "" $s 11 | print $s 12 | 13 | :continue 14 | exit 0 15 | -------------------------------------------------------------------------------- /target/linux/adm8668/files-3.18/arch/mips/adm8668/Platform: -------------------------------------------------------------------------------- 1 | # 2 | # Infineon ADM8668 WildPass 3 | # 4 | platform-$(CONFIG_ADM8668) += adm8668/ 5 | cflags-$(CONFIG_ADM8668) += -I$(srctree)/arch/mips/include/asm/mach-adm8668 6 | load-$(CONFIG_ADM8668) += 0xffffffff80002000 7 | -------------------------------------------------------------------------------- /target/linux/gemini/wiligear/target.mk: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright (C) 2014 OpenWrt.org 3 | # 4 | 5 | SUBTARGET:=wiligear 6 | BOARDNAME:=Wiligear WBD-222/111 7 | 8 | define Target/Description 9 | Build firmware images for Wiligear WBD-222 and WBD-111 boards. 10 | endef 11 | -------------------------------------------------------------------------------- /target/linux/ipq806x/profiles/00-default.mk: -------------------------------------------------------------------------------- 1 | define Profile/Default 2 | NAME:=Default Profile 3 | PRIORITY:=1 4 | endef 5 | 6 | define Profile/Default/Description 7 | Default package set compatible with most boards. 8 | endef 9 | $(eval $(call Profile,Default)) 10 | -------------------------------------------------------------------------------- /target/linux/lantiq/dts/ARV4518PWR01.dts: -------------------------------------------------------------------------------- 1 | /dts-v1/; 2 | 3 | /include/ "ARV4518PWR01.dtsi" 4 | 5 | / { 6 | model = "ARV4518PWR01 - SMC7908A-ISP"; 7 | 8 | fpi@10000000 { 9 | 10 | pci@E105400 { 11 | lantiq,internal-clock; 12 | }; 13 | 14 | }; 15 | }; 16 | -------------------------------------------------------------------------------- /target/linux/mcs814x/base-files/etc/board.d/02_network: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # Copyright (C) 2015 OpenWrt.org 4 | # 5 | 6 | . /lib/functions/uci-defaults.sh 7 | 8 | board_config_update 9 | ucidef_set_interface_lan "eth0" 10 | board_config_flush 11 | 12 | exit 0 13 | -------------------------------------------------------------------------------- /package/network/utils/comgt/files/getstrength.gcom: -------------------------------------------------------------------------------- 1 | opengt 2 | set com 115200n81 3 | set comecho off 4 | set senddelay 0.02 5 | waitquiet 0.2 0.2 6 | flash 0.1 7 | 8 | :start 9 | send "AT+CSQ^m" 10 | get 1 "" $s 11 | print $s 12 | 13 | :continue 14 | exit 0 15 | -------------------------------------------------------------------------------- /target/linux/at91/sama5d3/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=SAMA5D3 (Cortex-A5) 2 | CPU_TYPE:=cortex-a5 3 | 4 | DEFAULT_PACKAGES += kmod-usb2 5 | 6 | define Target/Description 7 | Build generic firmware for SAMA5D3 AT91 platforms 8 | using the ARMv7 instruction set. 9 | endef 10 | -------------------------------------------------------------------------------- /target/linux/lantiq/xway/profiles/00-default.mk: -------------------------------------------------------------------------------- 1 | define Profile/Default 2 | NAME:=Default Profile 3 | PRIORITY:=1 4 | endef 5 | 6 | define Profile/Default/Description 7 | Default package set compatible with most boards. 8 | endef 9 | $(eval $(call Profile,Default)) 10 | -------------------------------------------------------------------------------- /target/linux/ramips/dts/AWM002-4M.dtsi: -------------------------------------------------------------------------------- 1 | #include "AWM002.dtsi" 2 | 3 | / { 4 | compatible = "AWM002", "ralink,rt5350-soc"; 5 | model = "AsiaRF AWM002"; 6 | }; 7 | 8 | &m25p80 { 9 | compatible = "jedec,spi-nor"; 10 | linux,modalias = "m25p80", "mx25l3205d"; 11 | }; 12 | -------------------------------------------------------------------------------- /target/linux/ramips/dts/AWM002-8M.dtsi: -------------------------------------------------------------------------------- 1 | #include "AWM002.dtsi" 2 | 3 | / { 4 | compatible = "AWM002", "ralink,rt5350-soc"; 5 | model = "AsiaRF AWM002"; 6 | }; 7 | 8 | &m25p80 { 9 | compatible = "jedec,spi-nor"; 10 | linux,modalias = "m25p80", "mx25l6405d"; 11 | }; 12 | -------------------------------------------------------------------------------- /package/network/services/ppp/files/etc/ppp/radius.conf: -------------------------------------------------------------------------------- 1 | authserver localhost:1812 2 | acctserver localhost:1813 3 | dictionary /etc/ppp/radius/dictionary 4 | servers /etc/ppp/radius/servers 5 | mapfile /dev/null 6 | seqfile /tmp/radius.seq 7 | radius_timeout 5 8 | radius_retries 3 9 | -------------------------------------------------------------------------------- /target/linux/brcm47xx/legacy/config-default: -------------------------------------------------------------------------------- 1 | CONFIG_B44=y 2 | CONFIG_B44_PCI=y 3 | CONFIG_B44_PCICORE_AUTOSELECT=y 4 | CONFIG_B44_PCI_AUTOSELECT=y 5 | # CONFIG_BCM47XX_BCMA is not set 6 | # CONFIG_BCMA is not set 7 | # CONFIG_MTD_NAND is not set 8 | # CONFIG_SSB_DRIVER_GIGE is not set 9 | -------------------------------------------------------------------------------- /target/linux/lantiq/xrx200/profiles/00-default.mk: -------------------------------------------------------------------------------- 1 | define Profile/Default 2 | NAME:=Default Profile 3 | PRIORITY:=1 4 | endef 5 | 6 | define Profile/Default/Description 7 | Default package set compatible with most boards. 8 | endef 9 | $(eval $(call Profile,Default)) 10 | -------------------------------------------------------------------------------- /target/linux/malta/be64/target.mk: -------------------------------------------------------------------------------- 1 | ARCH:=mips64 2 | SUBTARGET:=be64 3 | BOARDNAME:=Big Endian (64-bits) 4 | FEATURES:=ramdisk 5 | 6 | define Target/Description 7 | Build BE firmware images for MIPS Malta CoreLV board running in 8 | big-endian and 64-bits mode 9 | endef 10 | -------------------------------------------------------------------------------- /package/kernel/mac80211/patches/070-ath_common_config.patch: -------------------------------------------------------------------------------- 1 | --- a/drivers/net/wireless/ath/Kconfig 2 | +++ b/drivers/net/wireless/ath/Kconfig 3 | @@ -1,5 +1,5 @@ 4 | config ATH_COMMON 5 | - tristate 6 | + tristate "ath.ko" 7 | depends on m 8 | 9 | config WLAN_VENDOR_ATH 10 | -------------------------------------------------------------------------------- /package/utils/e2fsprogs/patches/002-fix-subst-host-build.patch: -------------------------------------------------------------------------------- 1 | --- a/util/subst.c 2 | +++ b/util/subst.c 3 | @@ -9,6 +9,7 @@ 4 | #include "config.h" 5 | #else 6 | #define HAVE_SYS_TIME_H 7 | +#define HAVE_SYS_STAT_H 8 | #endif 9 | #include 10 | #include 11 | -------------------------------------------------------------------------------- /package/utils/usbmode/files/usbmode.init: -------------------------------------------------------------------------------- 1 | #!/bin/sh /etc/rc.common 2 | # Copyright (C) 2013 OpenWrt.org 3 | 4 | START=20 5 | USE_PROCD=1 6 | 7 | start_service() 8 | { 9 | procd_open_instance 10 | procd_set_param command "/sbin/usbmode" -s 11 | procd_close_instance 12 | } 13 | -------------------------------------------------------------------------------- /target/linux/ar71xx/mikrotik/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Mikrotik devices with NAND flash 2 | FEATURES += targz ramdisk 3 | 4 | define Target/Description 5 | Build firmware images for Atheros AR71xx/AR913x based Mikrotik boards. 6 | e.g. MikroTik RB-4xx or RB-750 7 | endef 8 | 9 | 10 | -------------------------------------------------------------------------------- /target/linux/lantiq/xway_legacy/profiles/00-default.mk: -------------------------------------------------------------------------------- 1 | define Profile/Default 2 | NAME:=Default Profile 3 | PRIORITY:=1 4 | endef 5 | 6 | define Profile/Default/Description 7 | Default package set compatible with most boards. 8 | endef 9 | $(eval $(call Profile,Default)) 10 | -------------------------------------------------------------------------------- /target/linux/malta/le64/target.mk: -------------------------------------------------------------------------------- 1 | ARCH:=mips64el 2 | SUBTARGET:=le64 3 | BOARDNAME:=Little Endian (64-bits) 4 | FEATURES:=ramdisk 5 | 6 | define Target/Description 7 | Build LE firmware images for MIPS Malta CoreLV board running in 8 | little-endian and 64-bits mode 9 | endef 10 | -------------------------------------------------------------------------------- /tools/squashfs4/patches/150-freebsd_fixes.patch: -------------------------------------------------------------------------------- 1 | --- a/squashfs-tools/pseudo.c 2 | +++ b/squashfs-tools/pseudo.c 3 | @@ -32,6 +32,7 @@ 4 | #include 5 | #include 6 | #include 7 | +#include 8 | 9 | #include "pseudo.h" 10 | 11 | -------------------------------------------------------------------------------- /package/boot/uboot-oxnas/files/board/ox820/Kconfig: -------------------------------------------------------------------------------- 1 | if TARGET_OX820 2 | 3 | config SYS_CPU 4 | default "arm1136" 5 | 6 | config SYS_SOC 7 | default "nas782x" 8 | 9 | config SYS_BOARD 10 | default "ox820" 11 | 12 | config SYS_CONFIG_NAME 13 | default "ox820" 14 | 15 | endif 16 | -------------------------------------------------------------------------------- /scripts/freebsd.sh: -------------------------------------------------------------------------------- 1 | env PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/ pkg_add -r gmake-3.82.tbz bash-4.1.11.tbz python27-2.7.2_3.tbz gtar-1.26.tbz findutils-4.5.10_2.tbz coreutils-8.12.tbz getopt-1.1.4_2.tbz wget-1.13.4_1.tbz gnugrep-2.9.tbz gawk-4.0.0.tbz 2 | -------------------------------------------------------------------------------- /target/linux/ath25/base-files/etc/board.d/01_leds: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Copyright 2012-2015 OpenWrt.org 3 | # 4 | 5 | . /lib/functions/uci-defaults.sh 6 | 7 | board_config_update 8 | 9 | ucidef_set_led_netdev "wlan" "wlan" "wlan" "wlan0" 10 | 11 | board_config_flush 12 | 13 | exit 0 14 | -------------------------------------------------------------------------------- /target/linux/brcm47xx/image/lzma-loader/src/loader.lds.in: -------------------------------------------------------------------------------- 1 | OUTPUT_ARCH(mips) 2 | ENTRY(startup) 3 | SECTIONS { 4 | . = TEXT_START; 5 | .text : { 6 | *(.text) 7 | *(.rodata) 8 | } 9 | 10 | .data : { 11 | *(.data) 12 | } 13 | 14 | .bss : { 15 | *(.bss) 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /target/linux/lantiq/dts/ARV4518PWR01A.dts: -------------------------------------------------------------------------------- 1 | /dts-v1/; 2 | 3 | /include/ "ARV4518PWR01.dtsi" 4 | 5 | / { 6 | model = "ARV4518PWR01A - SMC7908A-ISP, Airties WAV-221"; 7 | 8 | fpi@10000000 { 9 | 10 | pci@E105400 { 11 | lantiq,external-clock; 12 | }; 13 | 14 | }; 15 | }; 16 | -------------------------------------------------------------------------------- /target/linux/oxnas/files/arch/arm/mach-oxnas/Makefile: -------------------------------------------------------------------------------- 1 | # 2 | # Makefile for the linux kernel. 3 | # 4 | 5 | obj-$(CONFIG_MACH_OX820) += mach-ox820.o 6 | obj-$(CONFIG_SMP) += platsmp.o headsmp.o 7 | obj-$(CONFIG_DMA_CACHE_FIQ_BROADCAST) += fiq.o 8 | obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o 9 | -------------------------------------------------------------------------------- /tools/mpfr/patches/100-freebsd-compat.patch: -------------------------------------------------------------------------------- 1 | --- a/src/vasprintf.c 2 | +++ b/src/vasprintf.c 3 | @@ -42,6 +42,7 @@ http://www.gnu.org/licenses/ or write to 4 | #endif /* HAVE_VA_COPY */ 5 | 6 | #ifdef HAVE_WCHAR_H 7 | +#include 8 | #include 9 | #endif 10 | 11 | -------------------------------------------------------------------------------- /package/libs/toolchain/glibc-files/etc/nsswitch.conf: -------------------------------------------------------------------------------- 1 | passwd:files 2 | shadow:files 3 | group:files 4 | hosts:dns files 5 | bootparams:files 6 | ethers:files 7 | netmasks:files 8 | networks:files 9 | protocols:files 10 | rpc:files 11 | services:files 12 | automount:files 13 | aliases:files 14 | -------------------------------------------------------------------------------- /package/network/services/hostapd/files/wps-hotplug.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ "$ACTION" = "pressed" -a "$BUTTON" = "wps" ]; then 4 | cd /var/run/hostapd 5 | for socket in *; do 6 | [ -S "$socket" ] || continue 7 | hostapd_cli -i "$socket" wps_pbc 8 | done 9 | fi 10 | 11 | return 0 12 | -------------------------------------------------------------------------------- /package/utils/busybox/patches/101-gen_build_files_bash.patch: -------------------------------------------------------------------------------- 1 | --- a/scripts/gen_build_files.sh 2 | +++ b/scripts/gen_build_files.sh 3 | @@ -1,4 +1,4 @@ 4 | -#!/bin/sh 5 | +#!/usr/bin/env bash 6 | 7 | # Note: was using sed OPTS CMD -- FILES 8 | # but users complain that many sed implementations 9 | -------------------------------------------------------------------------------- /target/linux/adm5120/files-3.18/arch/mips/adm5120/prom/Makefile: -------------------------------------------------------------------------------- 1 | # 2 | # Makefile for the ADMtek ADM5120 SoC specific parts of the kernel 3 | # 4 | 5 | lib-y += admboot.o 6 | lib-y += bootbase.o 7 | lib-y += cfe.o 8 | lib-y += generic.o 9 | lib-y += myloader.o 10 | lib-y += routerboot.o 11 | -------------------------------------------------------------------------------- /target/linux/brcm63xx/base-files/lib/preinit/20_failsafe_net_echo_brcm63xx: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | indicate_failsafe() { 4 | preinit_net_echo() { 5 | port_net_echo $1 6 | } 7 | echo "- failsafe -" 8 | preinit_net_echo "Entering Failsafe!\n" 9 | indicate_failsafe_led 10 | } 11 | 12 | 13 | -------------------------------------------------------------------------------- /target/linux/generic/image/relocate/loader.lds: -------------------------------------------------------------------------------- 1 | OUTPUT_ARCH(mips) 2 | SECTIONS { 3 | .text : { 4 | _code_start = .; 5 | *(.text) 6 | *(.text.*) 7 | *(.rodata) 8 | *(.rodata.*) 9 | *(.data) 10 | *(.data.*) 11 | } 12 | 13 | . = ALIGN(32); 14 | 15 | _code_end = .; 16 | } 17 | -------------------------------------------------------------------------------- /target/linux/mpc85xx/base-files/lib/preinit/05_set_preinit_iface_mpc85xx: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # Copyright (C) 2013 OpenWrt.org 4 | # 5 | 6 | . /lib/mpc85xx.sh 7 | 8 | mpc85xx_set_preinit_iface() { 9 | ifname=eth0 10 | } 11 | 12 | boot_hook_add preinit_main mpc85xx_set_preinit_iface 13 | -------------------------------------------------------------------------------- /package/libs/openssl/patches/140-makefile-dirs.patch: -------------------------------------------------------------------------------- 1 | --- a/Makefile.org 2 | +++ b/Makefile.org 3 | @@ -137,7 +137,7 @@ FIPSCANLIB= 4 | 5 | BASEADDR= 6 | 7 | -DIRS= crypto ssl engines apps test tools 8 | +DIRS= crypto ssl apps 9 | ENGDIRS= ccgost 10 | SHLIBDIRS= crypto ssl 11 | 12 | -------------------------------------------------------------------------------- /package/libs/toolchain/eglibc-files/etc/nsswitch.conf: -------------------------------------------------------------------------------- 1 | passwd:files 2 | shadow:files 3 | group:files 4 | hosts:dns files 5 | bootparams:files 6 | ethers:files 7 | netmasks:files 8 | networks:files 9 | protocols:files 10 | rpc:files 11 | services:files 12 | automount:files 13 | aliases:files 14 | -------------------------------------------------------------------------------- /package/network/config/qos-scripts/files/usr/bin/qos-stop: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | for iface in $(tc qdisc show | grep -E '(hfsc|ingress)' | awk '{print $5}'); do 3 | tc qdisc del dev "$iface" ingress 2>&- >&- 4 | tc qdisc del dev "$iface" root 2>&- >&- 5 | done 6 | /usr/lib/qos/generate.sh firewall stop | sh 7 | -------------------------------------------------------------------------------- /package/network/config/soloscli/patches/001-no-driver.patch: -------------------------------------------------------------------------------- 1 | --- a/Makefile 2 | +++ b/Makefile 3 | @@ -11,7 +11,7 @@ else 4 | KDIR ?= /lib/modules/$(shell uname -r)/build 5 | PWD := $(shell pwd) 6 | 7 | -all: soloscli driver 8 | +all: soloscli 9 | 10 | soloscli: soloscli/soloscli 11 | 12 | -------------------------------------------------------------------------------- /target/linux/adm5120/files-3.18/arch/mips/adm5120/common/Makefile: -------------------------------------------------------------------------------- 1 | # 2 | # Makefile for the Infineon/ADMtek ADM5120 SoC specific parts of the kernel 3 | # 4 | 5 | obj-y := adm5120.o setup.o prom.o irq.o memory.o clock.o \ 6 | gpio.o platform.o 7 | 8 | obj-$(CONFIG_EARLY_PRINTK) += early-printk.o 9 | -------------------------------------------------------------------------------- /target/linux/ipq806x/base-files/lib/preinit/03_preinit_do_ipq806x.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # Copyright (c) 2014 The Linux Foundation. All rights reserved. 4 | # 5 | 6 | do_ipq806x() { 7 | . /lib/ipq806x.sh 8 | 9 | ipq806x_board_detect 10 | } 11 | 12 | boot_hook_add preinit_main do_ipq806x 13 | -------------------------------------------------------------------------------- /target/linux/malta/base-files/etc/board.d/00_model: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Copyright (C) 2015 OpenWrt.org 3 | 4 | . /lib/functions/uci-defaults.sh 5 | 6 | board_config_update 7 | 8 | ucidef_set_board_id "malta" 9 | ucidef_set_model_name "MIPS Malta" 10 | 11 | board_config_flush 12 | 13 | exit 0 14 | -------------------------------------------------------------------------------- /package/kernel/mmc_over_gpio/files/mmc_over_gpio.config: -------------------------------------------------------------------------------- 1 | config 'mmc_over_gpio' 2 | option 'name' 'default' 3 | option 'enabled' '0' 4 | option 'DI_pin' '@GPIO_DI_PIN@' 5 | option 'DO_pin' '@GPIO_DO_PIN@' 6 | option 'CLK_pin' '@GPIO_CLK_PIN@' 7 | option 'CS_pin' '@GPIO_CS_PIN@' 8 | option 'mode' '0' 9 | -------------------------------------------------------------------------------- /package/network/config/ltq-vdsl-app/patches/101-musl.patch: -------------------------------------------------------------------------------- 1 | --- a/src/dsl_cpe_control.c 2 | +++ b/src/dsl_cpe_control.c 3 | @@ -11,6 +11,7 @@ 4 | /* 5 | Includes 6 | */ 7 | +#include 8 | #include "dsl_cpe_control.h" 9 | #include "dsl_cpe_cli.h" 10 | #include "dsl_cpe_cli_console.h" 11 | -------------------------------------------------------------------------------- /package/network/config/netifd/files/sbin/devstatus: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | . /usr/share/libubox/jshn.sh 3 | DEVICE="$1" 4 | 5 | [ -n "$DEVICE" ] || { 6 | echo "Usage: $0 " 7 | exit 1 8 | } 9 | 10 | json_init 11 | json_add_string name "$DEVICE" 12 | ubus call network.device status "$(json_dump)" 13 | -------------------------------------------------------------------------------- /package/network/utils/iproute2/patches/130-missing_include.patch: -------------------------------------------------------------------------------- 1 | --- a/lib/namespace.c 2 | +++ b/lib/namespace.c 3 | @@ -10,6 +10,7 @@ 4 | #include 5 | #include 6 | #include 7 | +#include 8 | 9 | #include "utils.h" 10 | #include "namespace.h" 11 | -------------------------------------------------------------------------------- /target/linux/mediatek/base-files/lib/preinit/03_preinit_do_mediatek.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # Copyright (c) 2014 The Linux Foundation. All rights reserved. 4 | # 5 | 6 | do_mediatek() { 7 | . /lib/mediatek.sh 8 | 9 | mediatek_board_detect 10 | } 11 | 12 | boot_hook_add preinit_main do_mediatek 13 | -------------------------------------------------------------------------------- /tools/lzma-old/patches/110-ranlib.patch: -------------------------------------------------------------------------------- 1 | --- a/C/7zip/Compress/LZMA_Lib/makefile 2 | +++ b/C/7zip/Compress/LZMA_Lib/makefile 3 | @@ -29,6 +29,7 @@ all: $(PROG) 4 | 5 | $(PROG): $(OBJS) 6 | $(AR) r $(PROG) $(OBJS) 7 | + ranlib $(PROG) 8 | 9 | ZLib.o: ZLib.cpp 10 | $(CXX) $(CFLAGS) ZLib.cpp 11 | -------------------------------------------------------------------------------- /package/base-files/files/etc/uci-defaults/13_fix_group_user: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | . /lib/functions.sh 4 | 5 | for file in `grep Require-User /usr/lib/opkg/info/*.control | cut -d: -f1`; do 6 | file="${file##*/}" 7 | file="${file%.control}" 8 | add_group_and_user "${file}" 9 | done 10 | 11 | exit 0 12 | -------------------------------------------------------------------------------- /package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch: -------------------------------------------------------------------------------- 1 | --- a/src/openvpn/options.c 2 | +++ b/src/openvpn/options.c 3 | @@ -102,7 +102,6 @@ const char title_string[] = 4 | " [MH]" 5 | #endif 6 | " [IPv6]" 7 | - " built on " __DATE__ 8 | ; 9 | 10 | #ifndef ENABLE_SMALL 11 | -------------------------------------------------------------------------------- /package/network/services/ppp/patches/133-fix_sha1_include.patch: -------------------------------------------------------------------------------- 1 | --- a/pppd/sha1.c 2 | +++ b/pppd/sha1.c 3 | @@ -18,7 +18,7 @@ 4 | 5 | #include 6 | #include /* htonl() */ 7 | -#include 8 | +#include "pppd.h" 9 | #include "sha1.h" 10 | 11 | static void 12 | -------------------------------------------------------------------------------- /package/network/utils/linux-atm/patches/600-fix-format-errors.patch: -------------------------------------------------------------------------------- 1 | --- a/src/test/ttcp.c 2 | +++ b/src/test/ttcp.c 3 | @@ -664,7 +664,7 @@ int no_check = 0; 4 | exit(0); 5 | 6 | usage: 7 | - fprintf(stderr, Usage); 8 | + fprintf(stderr, "%s", Usage); 9 | exit(1); 10 | } 11 | 12 | -------------------------------------------------------------------------------- /target/linux/brcm2708/bcm2708/target.mk: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright (C) 2015 OpenWrt.org 3 | # 4 | 5 | SUBTARGET:=bcm2708 6 | BOARDNAME:=BCM2708 based boards 7 | CPU_TYPE:=arm1176jzf-s 8 | CPU_SUBTYPE:=vfp 9 | 10 | define Target/Description 11 | Build firmware image for Broadcom BCM2708 SoC devices. 12 | endef 13 | -------------------------------------------------------------------------------- /package/boot/uboot-imx6/patches/100-wandboard-enable-fit.patch: -------------------------------------------------------------------------------- 1 | --- a/include/configs/wandboard.h 2 | +++ b/include/configs/wandboard.h 3 | @@ -238,4 +238,7 @@ 4 | #define CONFIG_CMD_CACHE 5 | #endif 6 | 7 | +#define CONFIG_FIT 8 | +#define CONFIG_FIT_VERBOSE 9 | + 10 | #endif /* __CONFIG_H * */ 11 | -------------------------------------------------------------------------------- /package/network/utils/comgt/files/3g.chat: -------------------------------------------------------------------------------- 1 | ABORT BUSY 2 | ABORT 'NO CARRIER' 3 | ABORT ERROR 4 | REPORT CONNECT 5 | TIMEOUT 10 6 | "" "AT&F" 7 | OK "ATE1" 8 | OK 'AT+CGDCONT=1,"IP","$USE_APN"' 9 | SAY "Calling UMTS/GPRS" 10 | TIMEOUT 30 11 | OK "ATD$DIALNUMBER" 12 | CONNECT ' ' 13 | -------------------------------------------------------------------------------- /target/linux/adm5120/router_be/target.mk: -------------------------------------------------------------------------------- 1 | ARCH:=mips 2 | SUBTARGET:=router_be 3 | BOARDNAME:=Big Endian 4 | FEATURES+=squashfs 5 | 6 | define Target/Description 7 | Build firmware images for Infineon/ADMTek ADM5120 based boards 8 | running in big-endian mode (e.g : ZyXEL Prestige 335WT ...) 9 | endef 10 | 11 | -------------------------------------------------------------------------------- /target/linux/ar71xx/patches-4.4/700-MIPS-ath79-add-openwrt-Kconfig.patch: -------------------------------------------------------------------------------- 1 | --- a/arch/mips/ath79/Kconfig 2 | +++ b/arch/mips/ath79/Kconfig 3 | @@ -95,6 +95,8 @@ choice 4 | select SOC_AR913X 5 | endchoice 6 | 7 | +source "arch/mips/ath79/Kconfig.openwrt" 8 | + 9 | endmenu 10 | 11 | config SOC_AR71XX 12 | -------------------------------------------------------------------------------- /target/linux/ath25/base-files/etc/config/system: -------------------------------------------------------------------------------- 1 | config system 2 | option hostname OpenWrt 3 | option timezone UTC 4 | 5 | config timeserver ntp 6 | list server 0.openwrt.pool.ntp.org 7 | list server 1.openwrt.pool.ntp.org 8 | list server 2.openwrt.pool.ntp.org 9 | list server 3.openwrt.pool.ntp.org 10 | -------------------------------------------------------------------------------- /target/linux/brcm2708/bcm2709/target.mk: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright (C) 2015 OpenWrt.org 3 | # 4 | 5 | SUBTARGET:=bcm2709 6 | BOARDNAME:=BCM2709 based boards 7 | CPU_TYPE:=cortex-a7 8 | CPU_SUBTYPE:=neon-vfpv4 9 | 10 | define Target/Description 11 | Build firmware image for Broadcom BCM2709 SoC devices. 12 | endef 13 | -------------------------------------------------------------------------------- /target/linux/brcm2708/bcm2710/target.mk: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright (C) 2016 OpenWrt.org 3 | # 4 | 5 | SUBTARGET:=bcm2710 6 | BOARDNAME:=BCM2710 based boards 7 | CPU_TYPE:=cortex-a53 8 | CPU_SUBTYPE:=neon-vfpv4 9 | 10 | define Target/Description 11 | Build firmware image for Broadcom BCM2710 SoC devices. 12 | endef 13 | -------------------------------------------------------------------------------- /target/linux/malta/base-files/etc/board.d/02_network: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | . /lib/functions/uci-defaults.sh 4 | 5 | board_config_update 6 | 7 | ucidef_set_interface_wan "eth0" 8 | if [ -d "/sys/class/net/eth1" ]; then 9 | ucidef_set_interface_lan "eth1" 10 | fi 11 | 12 | board_config_flush 13 | 14 | exit 0 15 | -------------------------------------------------------------------------------- /target/linux/x86/image/mkimg_sitecom.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/perl 2 | 3 | open (bzimg, @ARGV[0]); 4 | while () { $i .= $_; } 5 | $i .= pack "v", -(unpack "%v*", $i); 6 | print "CSYS"; 7 | print pack("V", length($i)); 8 | print pack("V", 0); 9 | print "WRRM"; 10 | print pack("V", length($i)); 11 | print $i; 12 | -------------------------------------------------------------------------------- /tools/flex/patches/100-disable-tests-docs.patch: -------------------------------------------------------------------------------- 1 | --- a/Makefile.am 2 | +++ b/Makefile.am 3 | @@ -45,10 +45,7 @@ 4 | SUBDIRS = \ 5 | lib \ 6 | src \ 7 | - doc \ 8 | - examples \ 9 | po \ 10 | - tests \ 11 | tools 12 | 13 | # Create the ChangeLog, but only if we're inside a git working directory 14 | -------------------------------------------------------------------------------- /package/boot/kobs-ng/patches/004-gnu_source.patch: -------------------------------------------------------------------------------- 1 | --- a/src/plat_boot_config.c 2 | +++ b/src/plat_boot_config.c 3 | @@ -18,6 +18,7 @@ 4 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 5 | */ 6 | 7 | +#define _GNU_SOURCE 8 | #include 9 | #include 10 | #include 11 | -------------------------------------------------------------------------------- /package/libs/libnl-tiny/files/libnl-tiny.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=/usr 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include/libnl-tiny 5 | 6 | Name: libnl-tiny 7 | Description: Convenience library for netlink sockets 8 | Version: 2.0 9 | Libs: -L${libdir} -lnl-tiny 10 | Cflags: -I${includedir} 11 | -------------------------------------------------------------------------------- /target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | kernel_size=$(sed -n 's/mtd[0-9]*: \([0-9a-f]*\).*"\(kernel\|linux\)".*/\1/p' /proc/mtd) 4 | 5 | mtd ${kernel_size:+-c 0x$kernel_size} fixtrx firmware && exit 0 6 | mtd ${kernel_size:+-c 0x$kernel_size} fixseama firmware && exit 0 7 | exit 1 8 | -------------------------------------------------------------------------------- /target/linux/brcm47xx/legacy/target.mk: -------------------------------------------------------------------------------- 1 | FEATURES += low_mem pcmcia 2 | BOARDNAME:=Legacy (BMIPS3300) 3 | 4 | define Target/Description 5 | Build firmware for Broadcom BCM47xx and BCM53xx devices with 6 | BMIPS3300 CPU except for BCM4705 SoC. 7 | Supported SoCs: BCM5352E, BCM5354, BCM5365?, BCM4712, BCM4704. 8 | endef 9 | -------------------------------------------------------------------------------- /target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/include/mach/smp.h: -------------------------------------------------------------------------------- 1 | #ifndef __MACH_SMP_H 2 | #define __MACH_SMP_H 3 | 4 | extern void smp_dma_map_area(const void *, size_t, int); 5 | extern void smp_dma_unmap_area(const void *, size_t, int); 6 | extern void smp_dma_flush_range(const void *, const void *); 7 | 8 | #endif 9 | -------------------------------------------------------------------------------- /target/linux/imx6/patches-4.4/100-bootargs.patch: -------------------------------------------------------------------------------- 1 | --- a/arch/arm/boot/dts/imx6dl-wandboard.dts 2 | +++ b/arch/arm/boot/dts/imx6dl-wandboard.dts 3 | @@ -19,4 +19,8 @@ 4 | memory { 5 | reg = <0x10000000 0x40000000>; 6 | }; 7 | + 8 | + chosen { 9 | + bootargs = "console=ttymxc0,115200"; 10 | + }; 11 | }; 12 | -------------------------------------------------------------------------------- /target/linux/lantiq/xway/target.mk: -------------------------------------------------------------------------------- 1 | ARCH:=mips 2 | SUBTARGET:=xway 3 | BOARDNAME:=XWAY 4 | FEATURES:=squashfs atm mips16 nand ubifs ramdisk 5 | CPU_TYPE:=34kc 6 | CPU_SUBTYPE:=dsp 7 | 8 | DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug 9 | 10 | define Target/Description 11 | Lantiq XWAY 12 | endef 13 | -------------------------------------------------------------------------------- /target/linux/ppc44x/patches-3.18/110-openwrt_dts_cmdline.patch: -------------------------------------------------------------------------------- 1 | --- a/arch/powerpc/boot/dts/taishan.dts 2 | +++ b/arch/powerpc/boot/dts/taishan.dts 3 | @@ -419,5 +419,6 @@ 4 | 5 | chosen { 6 | linux,stdout-path = "/plb/opb/serial@40000300"; 7 | + bootargs = "rootfstype=squashfs noinitrd"; 8 | }; 9 | }; 10 | -------------------------------------------------------------------------------- /target/linux/rb532/base-files/etc/diag.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Copyright (C) 2007-2013 OpenWrt.org 3 | 4 | . /lib/functions/leds.sh 5 | 6 | status_led="rb500led:amber" 7 | 8 | set_state() { 9 | case "$1" in 10 | preinit) 11 | status_led_on 12 | ;; 13 | done) 14 | status_led_off 15 | ;; 16 | esac 17 | } 18 | -------------------------------------------------------------------------------- /toolchain/uClibc/config/arc: -------------------------------------------------------------------------------- 1 | ARCH_ANY_ENDIAN=y 2 | ARCH_LITTLE_ENDIAN=y 3 | ARCH_WANTS_LITTLE_ENDIAN=y 4 | TARGET_ARCH="arc" 5 | TARGET_arc=y 6 | CONFIG_ARC_CPU_700=y 7 | # CONFIG_ARC_CPU_HS is not set 8 | CONFIG_ARC_PAGE_SIZE_8K=y 9 | # CONFIG_ARC_PAGE_SIZE_16K is not set 10 | # CONFIG_ARC_PAGE_SIZE_4K is not set 11 | -------------------------------------------------------------------------------- /package/libs/libpcap/patches/203-undef_iw_mode_monitor.patch: -------------------------------------------------------------------------------- 1 | --- a/pcap-linux.c 2 | +++ b/pcap-linux.c 3 | @@ -254,6 +254,8 @@ 4 | typedef int socklen_t; 5 | #endif 6 | 7 | +#undef IW_MODE_MONITOR 8 | + 9 | #ifndef MSG_TRUNC 10 | /* 11 | * This is being compiled on a system that lacks MSG_TRUNC; define it 12 | -------------------------------------------------------------------------------- /target/linux/malta/base-files/etc/inittab: -------------------------------------------------------------------------------- 1 | ::sysinit:/etc/init.d/rcS S boot 2 | ::shutdown:/etc/init.d/rcS K shutdown 3 | tts/0::askfirst:/usr/libexec/login.sh 4 | ttyS0::askfirst:/usr/libexec/login.sh 5 | ttyS1::askfirst:/usr/libexec/login.sh 6 | ttyS2::askfirst:/usr/libexec/login.sh 7 | tty1::askfirst:/usr/libexec/login.sh 8 | -------------------------------------------------------------------------------- /target/linux/realview/base-files/etc/board.d/00_model: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Copyright (C) 2015 OpenWrt.org 3 | 4 | . /lib/functions/uci-defaults.sh 5 | 6 | board_config_update 7 | 8 | ucidef_set_board_id "realview-eb-mpcore" 9 | ucidef_set_model_name "ARM Ltd. Realview" 10 | 11 | board_config_flush 12 | 13 | exit 0 14 | -------------------------------------------------------------------------------- /toolchain/uClibc/config/archs: -------------------------------------------------------------------------------- 1 | ARCH_ANY_ENDIAN=y 2 | ARCH_LITTLE_ENDIAN=y 3 | ARCH_WANTS_LITTLE_ENDIAN=y 4 | TARGET_ARCH="arc" 5 | TARGET_arc=y 6 | # CONFIG_ARC_CPU_700 is not set 7 | CONFIG_ARC_CPU_HS=y 8 | CONFIG_ARC_PAGE_SIZE_8K=y 9 | # CONFIG_ARC_PAGE_SIZE_16K is not set 10 | # CONFIG_ARC_PAGE_SIZE_4K is not set 11 | -------------------------------------------------------------------------------- /tools/b43-tools/patches/002-no_libfl.patch: -------------------------------------------------------------------------------- 1 | --- a/assembler/main.c 2 | +++ b/assembler/main.c 3 | @@ -1268,6 +1268,11 @@ static void initialize(void) 4 | #endif /* YYDEBUG */ 5 | } 6 | 7 | +int yywrap(void) 8 | +{ 9 | + return 1; 10 | +} 11 | + 12 | int main(int argc, char **argv) 13 | { 14 | int err, res = 1; 15 | -------------------------------------------------------------------------------- /tools/padjffs2/src/Makefile: -------------------------------------------------------------------------------- 1 | CC = gcc 2 | CFLAGS = 3 | WFLAGS = -Wall -Werror 4 | padjffs2-objs = padjffs2.o 5 | 6 | all: padjffs2 7 | 8 | %.o: %.c 9 | $(CC) $(CFLAGS) $(WFLAGS) -c -o $@ $< 10 | 11 | padjffs2: $(padjffs2-objs) 12 | $(CC) $(LDFLAGS) -o $@ $(padjffs2-objs) 13 | 14 | clean: 15 | rm -f padjffs2 *.o 16 | -------------------------------------------------------------------------------- /package/base-files/files/etc/hotplug.d/net/00-sysctl: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ "$ACTION" = add ]; then 4 | for CONF in /etc/sysctl.conf /etc/sysctl.d/*.conf; do 5 | [ ! -f "$CONF" ] && continue; 6 | sed -ne "/^[[:space:]]*net\..*\.$DEVICENAME\./p" "$CONF" | \ 7 | sysctl -e -p - | logger -t sysctl 8 | done 9 | fi 10 | -------------------------------------------------------------------------------- /package/boot/uboot-envtools/Config.in: -------------------------------------------------------------------------------- 1 | config UBOOT_ENVTOOLS_UBI 2 | bool "Support environment in UBI volume" 3 | depends on PACKAGE_uboot-envtools 4 | default TARGET_oxnas 5 | help 6 | Add support for reading and writing U-Boot environment 7 | stored in UBI volume(s). 8 | 9 | Increases binary size by about 8 kB 10 | -------------------------------------------------------------------------------- /package/utils/busybox/patches/001-resource_h_include.patch: -------------------------------------------------------------------------------- 1 | --- a/include/libbb.h 2 | +++ b/include/libbb.h 3 | @@ -40,6 +40,7 @@ 4 | #include 5 | #include 6 | #include 7 | +#include 8 | #include 9 | #include 10 | #include 11 | -------------------------------------------------------------------------------- /target/linux/ar7/generic/target.mk: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright (C) 2012 OpenWrt.org 3 | # 4 | 5 | SUBTARGET:=generic 6 | BOARDNAME:=Texas Instruments AR7 boards 7 | 8 | DEFAULT_PACKAGES+= kmod-mac80211 kmod-acx-mac80211 wpad-mini 9 | 10 | define Target/Description 11 | Build firmware images for TI AR7 based routers. 12 | endef 13 | -------------------------------------------------------------------------------- /toolchain/glibc/Config.in: -------------------------------------------------------------------------------- 1 | choice 2 | prompt "(e)glibc version" 3 | depends on TOOLCHAINOPTS && USE_GLIBC 4 | default GLIBC_USE_VERSION_2_22 5 | help 6 | Select the version of glibc you wish to use. 7 | 8 | config GLIBC_USE_VERSION_2_22 9 | bool "glibc 2.22" 10 | select GLIBC_VERSION_2_22 11 | 12 | endchoice 13 | -------------------------------------------------------------------------------- /tools/mkimage/patches/010-freebsd-ulong-fix.patch: -------------------------------------------------------------------------------- 1 | --- a/include/image.h 2 | +++ b/include/image.h 3 | @@ -44,6 +44,10 @@ struct lmb; 4 | 5 | #endif /* USE_HOSTCC */ 6 | 7 | +#ifndef ulong 8 | +#define ulong unsigned long 9 | +#endif 10 | + 11 | #if defined(CONFIG_FIT) 12 | #include 13 | #include 14 | -------------------------------------------------------------------------------- /tools/mkimage/patches/020-include_compile_fix.patch: -------------------------------------------------------------------------------- 1 | --- a/include/u-boot/rsa-checksum.h 2 | +++ b/include/u-boot/rsa-checksum.h 3 | @@ -7,7 +7,6 @@ 4 | #ifndef _RSA_CHECKSUM_H 5 | #define _RSA_CHECKSUM_H 6 | 7 | -#include 8 | #include 9 | #include 10 | #include 11 | -------------------------------------------------------------------------------- /package/kernel/mac80211/patches/040-brcmutil_option.patch: -------------------------------------------------------------------------------- 1 | --- a/drivers/net/wireless/broadcom/brcm80211/Kconfig 2 | +++ b/drivers/net/wireless/broadcom/brcm80211/Kconfig 3 | @@ -1,5 +1,5 @@ 4 | config BRCMUTIL 5 | - tristate 6 | + tristate "Broadcom 802.11 driver utility functions" 7 | depends on m 8 | 9 | config BRCMSMAC 10 | -------------------------------------------------------------------------------- /package/network/config/netifd/files/etc/hotplug.d/iface/00-netstate: -------------------------------------------------------------------------------- 1 | [ ifup = "$ACTION" ] && { 2 | uci_toggle_state network "$INTERFACE" up 1 3 | [ -n "$DEVICE" ] && { 4 | uci_toggle_state network "$INTERFACE" device "$(uci -q get network.$INTERFACE.ifname)" 5 | uci_toggle_state network "$INTERFACE" ifname "$DEVICE" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /package/network/services/igmpproxy/files/igmpproxy.config: -------------------------------------------------------------------------------- 1 | config igmpproxy 2 | option quickleave 1 3 | # option verbose [0-2] 4 | 5 | config phyint wan 6 | option network wan 7 | option direction upstream 8 | list altnet 192.168.1.0/24 9 | 10 | config phyint lan 11 | option network lan 12 | option direction downstream 13 | -------------------------------------------------------------------------------- /package/network/services/igmpproxy/patches/010-missing_include.patch: -------------------------------------------------------------------------------- 1 | --- a/src/os-linux.h 2 | +++ b/src/os-linux.h 3 | @@ -3,6 +3,7 @@ 4 | #include 5 | #include 6 | #include 7 | +#include 8 | 9 | static inline u_short ip_data_len(const struct ip *ip) 10 | { 11 | -------------------------------------------------------------------------------- /package/utils/px5g-standalone/src/Makefile: -------------------------------------------------------------------------------- 1 | CFLAGS?=-O2 2 | CFLAGS+= 3 | SFLAGS:=--std=gnu99 4 | WFLAGS:=-Wall -Werror -pedantic 5 | LDFLAGS?= 6 | BINARY:=px5g 7 | 8 | all: $(BINARY) 9 | 10 | $(BINARY): *.c library/*.c 11 | $(CC) -I. $(CFLAGS) $(SFLAGS) $(WFLAGS) $(LDFLAGS) -o $@ $+ 12 | 13 | clean: 14 | rm -f $(BINARY) 15 | -------------------------------------------------------------------------------- /target/linux/ar7/base-files.mk: -------------------------------------------------------------------------------- 1 | define Build/Compile 2 | $(call Build/Compile/Default) 3 | $(TARGET_CC) -o $(PKG_BUILD_DIR)/adam2patcher $(PLATFORM_DIR)/src/adam2patcher.c 4 | endef 5 | 6 | define Package/base-files/install-target 7 | mkdir -p $(1)/sbin 8 | $(CP) $(PKG_BUILD_DIR)/adam2patcher $(1)/sbin 9 | endef 10 | 11 | 12 | -------------------------------------------------------------------------------- /target/linux/ramips/rt288x/target.mk: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright (C) 2009 OpenWrt.org 3 | # 4 | 5 | SUBTARGET:=rt288x 6 | BOARDNAME:=RT288x based boards 7 | CPU_TYPE:=mips32r2 8 | 9 | DEFAULT_PACKAGES += kmod-rt2800-soc 10 | 11 | define Target/Description 12 | Build firmware images for Ralink RT288x based boards. 13 | endef 14 | 15 | -------------------------------------------------------------------------------- /target/sdk/Config.in: -------------------------------------------------------------------------------- 1 | config SDK 2 | bool "Build the OpenWrt SDK" 3 | depends on !EXTERNAL_TOOLCHAIN 4 | help 5 | This is essentially a stripped-down version of the buildroot 6 | with a precompiled toolchain. It can be used to develop and 7 | test packages for OpenWrt before including them in the buildroot 8 | 9 | 10 | -------------------------------------------------------------------------------- /package/boot/yamonenv/patches/001-yamonenv_mtd_partition.patch: -------------------------------------------------------------------------------- 1 | --- a/src/yamonenv.c 2 | +++ b/src/yamonenv.c 3 | @@ -12,7 +12,7 @@ 4 | #include 5 | #include 6 | 7 | -#define DEFAULT_YAMON_ENV_FILE "/dev/mtd/3" 8 | +#define DEFAULT_YAMON_ENV_FILE "/dev/mtd3" 9 | 10 | 11 | // control byte definitions: 12 | -------------------------------------------------------------------------------- /package/libs/cyassl/patches/400-additional_compatibility.patch: -------------------------------------------------------------------------------- 1 | --- a/cyassl/openssl/ssl.h 2 | +++ b/cyassl/openssl/ssl.h 3 | @@ -28,6 +28,9 @@ 4 | #define CYASSL_OPENSSL_H_ 5 | 6 | #include 7 | +#ifndef HAVE_SNI 8 | +#undef CYASSL_SNI_HOST_NAME 9 | +#endif 10 | #include 11 | 12 | #endif 13 | -------------------------------------------------------------------------------- /package/libs/gettext/src/LICENSE: -------------------------------------------------------------------------------- 1 | Each source file contains the following message: 2 | 3 | Copyright (C) 1995-2010 Free Software Foundation, Inc. 4 | This file is free software; the Free Software Foundation 5 | gives unlimited permission to copy and/or distribute it, 6 | with or without modifications, as long as this notice is preserved. 7 | 8 | -------------------------------------------------------------------------------- /package/utils/busybox/patches/130-mconf_missing_sigwinch.patch: -------------------------------------------------------------------------------- 1 | --- a/scripts/kconfig/mconf.c 2 | +++ b/scripts/kconfig/mconf.c 3 | @@ -27,6 +27,10 @@ 4 | #include 5 | #include 6 | 7 | +#ifndef SIGWINCH 8 | +#define SIGWINCH 28 9 | +#endif 10 | + 11 | #define LKC_DIRECT_LINK 12 | #include "lkc.h" 13 | 14 | -------------------------------------------------------------------------------- /package/utils/busybox/patches/240-telnetd_intr.patch: -------------------------------------------------------------------------------- 1 | --- a/networking/telnetd.c 2 | +++ b/networking/telnetd.c 3 | @@ -331,6 +331,7 @@ make_new_session( 4 | 5 | /* Restore default signal handling ASAP */ 6 | bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL); 7 | + signal(SIGINT, SIG_DFL); 8 | 9 | pid = getpid(); 10 | 11 | --------------------------------------------------------------------------------