aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* uci: update to latest version (includes several bugfixes)Felix Fietkau2011-10-211-4/+4
| | | | SVN-Revision: 28504
* netifd: add missing dependencies on libuci and libnl-tinyFelix Fietkau2011-10-211-1/+1
| | | | SVN-Revision: 28501
* add an initial (experimental) version of netifd, disabled by defaultFelix Fietkau2011-10-2114-1/+499
| | | | SVN-Revision: 28499
* pppd: fix the exit code in case of authentication failure or other errorsFelix Fietkau2011-10-211-0/+12
| | | | SVN-Revision: 28498
* pppd: add a patch for overriding the path to /etc/ppp/ipv6-{up,down}Felix Fietkau2011-10-206-18/+101
| | | | SVN-Revision: 28497
* ubusd: add an init scriptFelix Fietkau2011-10-202-1/+13
| | | | SVN-Revision: 28496
* base-files: move network related scripts to a separate package to make the ↵Felix Fietkau2011-10-2010-0/+45
| | | | | | transition to netifd easier SVN-Revision: 28495
* add cname sectionTravis Kemen2011-10-201-0/+14
| | | | SVN-Revision: 28493
* 6in4: sync with HE.net endpoint update changesJo-Philipp Wich2011-10-172-4/+4
| | | | SVN-Revision: 28475
* opkg: fix a double free of pkg vectors when recursively removing packages ↵Jo-Philipp Wich2011-10-152-1/+11
| | | | | | due to --autoremove SVN-Revision: 28458
* udev: Provide define to enable compilation with kernel 2.6.32.33 headersHamish Guthrie2011-10-141-0/+13
| | | | SVN-Revision: 28453
* mac80211: autoload ath9k_htc after USB controller driversJo-Philipp Wich2011-10-131-1/+1
| | | | SVN-Revision: 28442
* mac80211: fix some dependencies and make lib80211 compile without cfg80211 ↵Hauke Mehrtens2011-10-131-7/+8
| | | | | | | | | | | selected * libertas: does not depend on mac80211 but on cfg80211 and it uses wext * libipw: also uses wext * net-hermes: it is enough if the main package net-hermes depends on cfg80211 * Now it is possible to build it without cfg80211 at all SVN-Revision: 28437
* mac80211: use new version of carl80211 firmwareHauke Mehrtens2011-10-131-2/+2
| | | | | | This firmware is compatible with the driver version in use. SVN-Revision: 28436
* mac80211: use correct firmware for ath9k_htcHauke Mehrtens2011-10-131-4/+5
| | | | | | | | | The old firmware for ath9k_htc was not compatible with the driver since april. Also update to a new version of linux-firmware to get the newest version of these firmware files. Thank you Helmut Schaa for reporting this. SVN-Revision: 28433
* base-files: introduce "igmp_snooping" option to toggle IGMP snooping on ↵Jo-Philipp Wich2011-10-112-2/+4
| | | | | | bridge interfaces SVN-Revision: 28412
* * add support for ar9John Crispin2011-10-1030-566/+10593
| | | | | | | | * add support for ase (vr9 support is still a todo) SVN-Revision: 28406
* ubus: update to latest version, includes a small bugfix for object call repliesFelix Fietkau2011-10-101-3/+3
| | | | SVN-Revision: 28404
* kernel: fix i2c section after r28334Florian Fainelli2011-10-101-1/+2
| | | | SVN-Revision: 28399
* update libubox and ubus to the latest versionFelix Fietkau2011-10-092-6/+6
| | | | SVN-Revision: 28393
* mac80211: update to wireless-testing 2011-10-05 + pending patchesFelix Fietkau2011-10-0947-4732/+11045
| | | | SVN-Revision: 28392
* package/gdb: disable expat properly, remove conditional dependency on ↵Nicolas Thill2011-10-091-4/+4
| | | | | | libexpat, bump release number SVN-Revision: 28390
* mac80211: set the country code early to allow crda to settleFelix Fietkau2011-10-081-0/+7
| | | | SVN-Revision: 28387
* mac80211: remove a WARN_ON that causes compile errors on 2.6.32Felix Fietkau2011-10-081-0/+10
| | | | SVN-Revision: 28386
* iw: update to v3.1, add support for per-chain signal strength infoFelix Fietkau2011-10-086-97/+324
| | | | SVN-Revision: 28385
* ath9k: add support for per-chain signal strength infoFelix Fietkau2011-10-082-0/+444
| | | | SVN-Revision: 28384
* ath9k: extend the phy error disable patchFelix Fietkau2011-10-081-0/+21
| | | | SVN-Revision: 28383
* ath9k: disable phy error reporting on the rx queue to improve stability ↵Felix Fietkau2011-10-072-1/+17
| | | | | | under noisy conditions SVN-Revision: 28379
* iproute2: update to 2.6.39Florian Fainelli2011-10-075-17/+8
| | | | | | Signed-off-by: Daniel Mierswa <impulze@impulze.org> SVN-Revision: 28378
* ppp: move the rp_pppoe_* options behind the plugin argumentJo-Philipp Wich2011-10-041-1/+1
| | | | SVN-Revision: 28368
* ppp: implement pppoe specific uci options "ac" and "service" which map to ↵Jo-Philipp Wich2011-10-041-3/+14
| | | | | | "rp_pppoe_ac" and "rp_pppoe_service" SVN-Revision: 28366
* ppp: add workaround for ignored rp_pppoe_ac and rp_pppoe_service options by ↵Jo-Philipp Wich2011-10-043-4/+12
| | | | | | appending the nic-xxx argument last SVN-Revision: 28364
* swconfig: fix vlan/port configs being applied to all switchesJonas Gorski2011-10-032-3/+3
| | | | | | Check devn instead of dev (which will never be null at this point). SVN-Revision: 28362
* Add patch for linux-3.0 as well.Daniel Dickinson2011-10-031-0/+2
| | | | | | | Fix typo from previous submission with input-keys-polled. Philip Prindeville - 2011-10-03 01:44:55 SVN-Revision: 28356
* The name gpio-cs5535 used to refer to the drivers/char/ module, but in 3.1 ↵Daniel Dickinson2011-10-031-0/+5
| | | | | | it refers to what had been drivers/gpio/cs5535-gpio in more recent kernels. Philip Prindeville - 2011-08-29 04:55:59 SVN-Revision: 28354
* package I2C_MUX_GPIOJohn Crispin2011-10-011-0/+15
| | | | | | | | this module was missing from [28334] buildbots timed out as the symbol was not defined SVN-Revision: 28352
* ath9k: add some more fixes to AP handling of buffered frames for powersave ↵Felix Fietkau2011-09-302-10/+40
| | | | | | clients SVN-Revision: 28344
* add kmod-hwmon-lm95241Florian Fainelli2011-09-301-0/+14
| | | | | | | | This allows building the module for the national lm95241 i2c temperature sensor. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28335
* add support for more i2c muxesFlorian Fainelli2011-09-301-0/+92
| | | | | | | | | | | | | | | | This patch should bring support for several kernel modules related to I2C to openwrt, which are existing for several years now. Namely there is the i2c-tiny-usb bus driver, to hook up an I2C bus on any device with usb support (prevent voiding warranty when opening and soldering). Second, there is support for the i2c-mux driver and pca954x as a I2C switch driver. Finally there is support for common I2C gpio expander driver modules pca953x and pcf857x. They work without providing platform data recently (can be instantiated at runtime). Signed-off-by: Hartmut Knaack <knaack.h@gmx.de> SVN-Revision: 28334
* dnsmasq: update to 2.58Florian Fainelli2011-09-301-5/+6
| | | | | | patch by Raphael Huck. SVN-Revision: 28333
* hostap-driver: introduce "disabled" option for wifi-iface section to ↵Vasilis Tsiligiannis2011-09-291-0/+3
| | | | | | shutdown single networks on a radio SVN-Revision: 28318
* kernel: remove the x86 dependency from kmod-sky2 so that it can be used on ↵Felix Fietkau2011-09-281-1/+0
| | | | | | other platforms as well SVN-Revision: 28314
* * fixes brnboot image generationJohn Crispin2011-09-261-5/+5
| | | | SVN-Revision: 28307
* base-files: use "zonename" system option to symlink /etc/localtime via ↵Jo-Philipp Wich2011-09-262-1/+6
| | | | | | /tmp/localtime to /usr/share/zoneinfo for glibc and eglibc SVN-Revision: 28306
* ath9k: fix some tx aggregation issues - reduces the number of tx dma stop ↵Felix Fietkau2011-09-253-1/+63
| | | | | | failures SVN-Revision: 28301
* ath9k: merge a pending fix for powersaveFelix Fietkau2011-09-251-1/+1
| | | | SVN-Revision: 28300
* mac80211: rework mac address generation for virtual interfaces; set locally ↵Jo-Philipp Wich2011-09-251-9/+17
| | | | | | administered bit on generated macs and change the last two bytes isntead of the first one SVN-Revision: 28298
* base-files: apply network interface settings such as macaddr, mtu and ↵Felix Fietkau2011-09-241-15/+9
| | | | | | txqueuelen in prepare_interface instead of setup_interface. setting the mtu after the interface is up is unreliable on some drivers such as gianfar SVN-Revision: 28297
* base-files: make ip matching in dns add/remove functions more explicit, ↵Jo-Philipp Wich2011-09-232-3/+3
| | | | | | avoids overmatching pairs like 1.2.3.35 and 1.2.3.3 SVN-Revision: 28291
* kernel: modules: usb.mk: fix a typoJonas Gorski2011-09-221-1/+1
| | | | | | Closes #10143. SVN-Revision: 28290