| Commit message (Expand) | Author | Age | Files | Lines |
* | include/image.mk: make tar reproducible | Felix Fietkau | 2015-09-11 | 2 | -4/+4 |
* | yaffs2: remove __TIME__ __DATE__ macros | Felix Fietkau | 2015-09-11 | 1 | -3/+3 |
* | ramips: Enable RTC support for PBR-M1 | Felix Fietkau | 2015-09-11 | 1 | -0/+1 |
* | ar71xx: fix ar724x clock calculation | Felix Fietkau | 2015-09-11 | 1 | -0/+22 |
* | brcm2708-gpu-fw: update to latest version | Felix Fietkau | 2015-09-11 | 1 | -3/+3 |
* | brcm2708: add kmod-sound-soc-raspidac3 | Felix Fietkau | 2015-09-11 | 1 | -0/+23 |
* | brcm2708: update 4.1 patches | Felix Fietkau | 2015-09-11 | 169 | -296/+2877 |
* | target: ar71xx: add support for COMFAST CF-E316N v2 board | Felix Fietkau | 2015-09-11 | 12 | -10/+195 |
* | hostapd: work around unconditional libopenssl build dependency | Felix Fietkau | 2015-09-11 | 1 | -1/+1 |
* | opkg: work around unconditional libopenssl build dependency | Felix Fietkau | 2015-09-11 | 1 | -1/+1 |
* | base-files: change banner to Designated Driver release | Rafał Miłecki | 2015-09-11 | 1 | -6/+5 |
* | comgt-ncm: Add possibility to choose PDP context type | Steven Barth | 2015-09-11 | 3 | -14/+50 |
* | uqmi: Add proper IPv6 support | Steven Barth | 2015-09-11 | 2 | -58/+145 |
* | firewall: Remove src_port from firewall.config to receive dhcpv6 replies | Steven Barth | 2015-09-11 | 1 | -1/+0 |
* | netifd: update to the latest version, fixes a WDS STA mode regression caused ... | Felix Fietkau | 2015-09-10 | 1 | -2/+2 |
* | imagebuilder: run build prereq checks before building image to set up host co... | Felix Fietkau | 2015-09-10 | 1 | -1/+16 |
* | ipq806x: fix uninitialized variable usage in cpufreq-krait | Jonas Gorski | 2015-09-10 | 2 | -4/+4 |
* | ipq806x: modules: fix typo in usb-dwc3-qcom dependencies | Jonas Gorski | 2015-09-10 | 1 | -1/+1 |
* | ipq806x: fix R7500 kernel generation | Jonas Gorski | 2015-09-10 | 1 | -1/+1 |
* | busybox: lock: implement -n "Fail rather than wait" | Felix Fietkau | 2015-09-09 | 1 | -2/+11 |
* | generic: Fix per interface nf_call_iptables setting | Felix Fietkau | 2015-09-09 | 3 | -537/+0 |
* | linux: make IPv6 builtin if selected (saves >30KB) | Steven Barth | 2015-09-09 | 3 | -13/+12 |
* | busybox: fix ip applet and netlink behavior | Steven Barth | 2015-09-09 | 4 | -2/+86 |
* | package: replace ifconfig-usage with ip | Steven Barth | 2015-09-08 | 7 | -15/+15 |
* | iproute2: improve ip-full coexistence, remove rt_table | Steven Barth | 2015-09-08 | 1 | -9/+4 |
* | base-files: add /etc/iproute2/rt_tables, replace ifconfig-usage | Steven Barth | 2015-09-08 | 3 | -3/+17 |
* | busybox: improve applets & deprecate ifconfig, route | Steven Barth | 2015-09-08 | 2 | -10/+10 |
* | kernel: describe bridge patch "multicast to unicast" | Rafał Miłecki | 2015-09-08 | 3 | -0/+15 |
* | kernel: describe bridge patch "optimize netfilter hooks" | Rafał Miłecki | 2015-09-08 | 3 | -0/+21 |
* | kernel: describe bridge patch "remove IPv6 depependency of bridge in 2.6.38+" | Rafał Miłecki | 2015-09-08 | 3 | -0/+39 |
* | kernel: describe bridge patch "port isolate" | Rafał Miłecki | 2015-09-08 | 3 | -0/+15 |
* | kernel: describe bridge patch "always accept EAP" | Rafał Miłecki | 2015-09-08 | 3 | -0/+18 |
* | kernel: describe bridge patch "no EAP forward" | Rafał Miłecki | 2015-09-08 | 3 | -0/+24 |
* | kernel: restore 640-bridge_no_eap_forward.patch to its original form | Felix Fietkau | 2015-09-08 | 3 | -3/+3 |
* | kernel: remove packaging of kmod-crypto-core and kmod-crypto-arc4 | Felix Fietkau | 2015-09-08 | 11 | -48/+14 |
* | map: be less restrictive when matching lw4over6 prefixes | Steven Barth | 2015-09-08 | 2 | -6/+11 |
* | iw: reduce size even more (~12k after gzip) | Felix Fietkau | 2015-09-08 | 1 | -2/+133 |
* | musl: add a hack to remove unused crypt() algorithms, saves ~14k after lzma | Felix Fietkau | 2015-09-08 | 1 | -0/+110 |
* | dropbear: remove generation and configuration of DSS keys | Steven Barth | 2015-09-08 | 2 | -9/+4 |
* | dropbear: disable 3des, cbc mode, dss support, saves about 5k gzipped | Felix Fietkau | 2015-09-08 | 1 | -1/+20 |
* | argp-standalone: fix build error with gcc 5.2 (#20460) | Felix Fietkau | 2015-09-08 | 1 | -0/+11 |
* | brcm47xx: apply serial flash size trick to Netgear WNR1000 V3 | Rafał Miłecki | 2015-09-08 | 2 | -4/+6 |
* | Disable telnet in favor of passwordless SSH | Steven Barth | 2015-09-07 | 9 | -48/+49 |
* | uhttpd: update to the latest version, fixes deferred cgi script processing (#... | Felix Fietkau | 2015-09-07 | 1 | -2/+2 |
* | brcm47xx: fix reading WGT634U CFE variables with 4.1 | Rafał Miłecki | 2015-09-07 | 1 | -6/+6 |
* | brcm47xx: add Netgear WNR1000 V3 support in the Linux arch code | Rafał Miłecki | 2015-09-07 | 2 | -4/+80 |
* | map: ignore insignificant PSID bits | Steven Barth | 2015-09-07 | 2 | -2/+4 |
* | odhcpd: fix parsing of host entries without duid | Steven Barth | 2015-09-07 | 1 | -2/+2 |
* | odhcpd: various bugfixes | Steven Barth | 2015-09-07 | 1 | -2/+2 |
* | nls.mk: add -rpath-link when needed for NLS support | Steven Barth | 2015-09-07 | 1 | -2/+2 |