aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* kernel: remove the cisco SIP NAT patch, at least on 3.6 it crashesFelix Fietkau2012-12-27
| | | | SVN-Revision: 34901
* brcm47xx: bcma: correct M25P32 serial flash IDHauke Mehrtens2012-12-27
| | | | | | Thank you Rafał Miłecki. SVN-Revision: 34900
* uci: update to latest version (adds list delete support), enable parallel buildFelix Fietkau2012-12-27
| | | | SVN-Revision: 34899
* ipv6-support: Remove site-border feature * was causing routing problems * ↵Steven Barth2012-12-27
| | | | | | will be reimplemented using firewall SVN-Revision: 34898
* Remove site-border routing filter due to problemsSteven Barth2012-12-27
| | | | SVN-Revision: 34897
* ipv6-support: * Automatically detect and propagate MTU from upstream ↵Steven Barth2012-12-27
| | | | | | interfaces * Add site-border feature (RFC 6204, ULA-4) * Fix a typo SVN-Revision: 34896
* 6distributed: feature update * Add feature to decrease IPv6-specific MTU ↵Steven Barth2012-12-27
| | | | | | on-demand * Add commands to enable / disable a site-border SVN-Revision: 34895
* 6relayd: Advertise IPv6-specific MTU instead of generic * Fixes announced ↵Steven Barth2012-12-27
| | | | | | MTU when using tunnels SVN-Revision: 34894
* base-files: Fix a typo in config_list_foreachSteven Barth2012-12-27
| | | | SVN-Revision: 34893
* mpc83xx: add support for 3.7Gabor Juhos2012-12-26
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34892
* mpc83xx: nuke 3.3 supportGabor Juhos2012-12-26
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34891
* mpc83xx: switch to 3.6.11Gabor Juhos2012-12-26
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34890
* mpc83xx: add support for 3.6Gabor Juhos2012-12-26
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34889
* mpc83xx: create package for the rbppc_cf moduleGabor Juhos2012-12-26
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34888
* generic: more missing symbols for 3.{6,7}Gabor Juhos2012-12-26
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34887
* ar71xx: build image for the AP136-020Gabor Juhos2012-12-26
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34886
* ar71xx: add user-space support for AP136-020Gabor Juhos2012-12-26
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34885
* ar71xx: add kernel support for the AP136-020 boardGabor Juhos2012-12-26
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34884
* ar71xx: rename AP136 to AP136-010Gabor Juhos2012-12-26
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34883
* ar71xx: dynamically set AR8327's PAD configuration on AP136Gabor Juhos2012-12-25
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34882
* generic: ar8216: add sgmii_delay_en field to ar8327_platform_dataGabor Juhos2012-12-25
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34881
* ar71xx: ag71xx: show PHY interface mode in dmesgGabor Juhos2012-12-25
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34880
* ramips: fix ASUS WL-330N3G MAC addressGabor Juhos2012-12-24
| | | | | | | | | | | | | | | The ASUS WL-330N and WL-330N3G has the MAC address stored at offset 4, not 40. This is verified by reading original ASUS firmware GPL_WL-330N3G_source.1028/user/rc/common_ex.c and GPL_WL-330N_source.1021/user/rc/common_ex.c. Tested on WL-330N3G, it now gets the same MAC as is printed on the label on the router. Signed-off-by: Jan Kardell <jan.kardell@arkub.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34877
* ramips: fix wifi EEPROM extraction on DIR-615-Dx modelsGabor Juhos2012-12-24
| | | | | | | | Patch from #12636. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34876
* base-files: ipcalc.sh: fix broken calculations on 64bit systemsJo-Philipp Wich2012-12-23
| | | | | | | | Calculate complements by using awk's xor() function with a mask of 0xffffffff instead of relying on the compl() function which appears to produce broken results on certain 64bit architectures. SVN-Revision: 34875
* add nol2x0 cmdline to disable l2x0 cacheImre Kaloz2012-12-23
| | | | | | | | | | | L2 cache via L2X0 cache controller available on some ARM boards can provide a performance boost in some situations but decrease performance in others. This adds a kernel cmdline to disable L2X0 for cns3xxx based boards. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 34874
* ipv6-support: Fix default RA settings for dnsmasqSteven Barth2012-12-23
| | | | SVN-Revision: 34873
* busybox: (vconfig) do not attempt to open /proc/net/vlan/config for no good ↵Felix Fietkau2012-12-23
| | | | | | reason (fixes #12663) SVN-Revision: 34872
* build: reduce the size of package metadata a bit to keep package list files ↵Felix Fietkau2012-12-22
| | | | | | smaller SVN-Revision: 34871
* tools/ipkg-utils: remove some unnecessary field checksFelix Fietkau2012-12-22
| | | | SVN-Revision: 34870
* opkg: keep package list files compressed when src/gz is used, reduces tmpfs ↵Felix Fietkau2012-12-22
| | | | | | usage SVN-Revision: 34869
* build: remove the default useless MAINTAINER valueFelix Fietkau2012-12-22
| | | | SVN-Revision: 34868
* dropbear: convert init script to procdFelix Fietkau2012-12-22
| | | | SVN-Revision: 34867
* base-files: add basic procd integration, let procd start (and restart) ubus ↵Felix Fietkau2012-12-22
| | | | | | instead of having an ubus init script SVN-Revision: 34866
* procd: add initial implementationFelix Fietkau2012-12-22
| | | | | | | | procd is the new OpenWrt process management daemon. It keeps track of processes started from init scripts (via ubus calls), and can suppress redundant service start/restart requests when the config/environment has not changed. SVN-Revision: 34865
* libnl-tiny: add includedir to pkg-config cflagsFelix Fietkau2012-12-22
| | | | SVN-Revision: 34864
* dropbear: use network_get_device instead of scan_interfaces to get the ↵Felix Fietkau2012-12-22
| | | | | | device name SVN-Revision: 34863
* generic: ar8216: don't use 0 as default VID on AR8327Gabor Juhos2012-12-22
| | | | | | | | VID0 is reserved for priority-tagged packets. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34862
* generic: more missing symbols for 3.{6,7}Gabor Juhos2012-12-22
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34861
* ramips: unify eeprom file name for the built-in wireless MACGabor Juhos2012-12-22
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34860
* ramips: rt3883: fix build errorGabor Juhos2012-12-22
| | | | | | | | The cpuport_cfg field has been renamed to port0_cfg. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34859
* ipv6-support: Preliminary support for dnsmasq >=2.66Steven Barth2012-12-22
| | | | SVN-Revision: 34858
* 6relayd: Fix detection of prefix changesSteven Barth2012-12-22
| | | | SVN-Revision: 34857
* odhcp6c: Fix build on arch where char is unsignedSteven Barth2012-12-22
| | | | SVN-Revision: 34856
* 6distributed: Improve prefix deprecation algorithmSteven Barth2012-12-22
| | | | SVN-Revision: 34855
* ar71xx: register the second ethernet interface on the AP136Gabor Juhos2012-12-22
| | | | | | | | | Also fix the default network configuration according to the new setup. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34854
* ar71xx: fix ethernet device registration for QCA9558Gabor Juhos2012-12-22
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34853
* ar71xx: rename QCA9558 ETH_CFG bit definesGabor Juhos2012-12-22
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34852
* ar71xx: fixup allowed PHY interface types for QCA9558Gabor Juhos2012-12-22
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34851
* ar71xx: don't assign any MII bus device on QCA9558 by defaultGabor Juhos2012-12-22
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34850