summaryrefslogtreecommitdiff
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* netifd: update to latest version, fixes premature device release on link ↵Felix Fietkau2012-09-061-2/+2
| | | | | | loss (fixes #12114, #12112, #11959) SVN-Revision: 33325
* hostapd: fix ap+sta issuesFelix Fietkau2012-08-297-48/+29
| | | | SVN-Revision: 33311
* iwinfo: add hwinfo of AR9280 2T2R PCIeGabor Juhos2012-08-291-0/+1
| | | | SVN-Revision: 33306
* mac80211/rt2800: integrate cosmetic changes in rt3352 supportGabor Juhos2012-08-291-40/+39
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33297
* uboot-envtools: add configration for ramips devicesGabor Juhos2012-08-292-0/+31
| | | | | | | | uboot-env settings for ALL0239-3G, ALL0256N, ALL5002. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33296
* iwinfo: add hwinfo for Rt3050 and maintain alphabetic orderJo-Philipp Wich2012-08-291-1/+2
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33293
* revert threadsafe patchJohn Crispin2012-08-291-2/+2
| | | | SVN-Revision: 33292
* ppp: introduce "authfail" option which specifies whether pppd should attempt ↵Jo-Philipp Wich2012-08-291-1/+5
| | | | | | to re-authenticate after a failed PAP/CHAP auth SVN-Revision: 33291
* ath9k: add fix to improve reliability of powersave clientsFelix Fietkau2012-08-291-0/+9
| | | | SVN-Revision: 33290
* mac80211: reorganize patchesFelix Fietkau2012-08-2915-363/+349
| | | | SVN-Revision: 33289
* uboot-envtools: add configuration for ALL0315NGabor Juhos2012-08-271-0/+1
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33283
* mac80211: fix a crash on accessing stale skb->dev referencesFelix Fietkau2012-08-271-0/+32
| | | | SVN-Revision: 33279
* ath9k: fix PA predistortion training, fixes hang issues and most likely also ↵Felix Fietkau2012-08-271-0/+58
| | | | | | fixes #12073 SVN-Revision: 33278
* ath9k: add a patch to fix ASPM related issuesFelix Fietkau2012-08-271-0/+21
| | | | SVN-Revision: 33277
* madwifi: add mirror md5sum to fix issue with the disappeared svn repo (#12084)Felix Fietkau2012-08-261-0/+1
| | | | SVN-Revision: 33276
* add missin -lpthread to the util - build bots spotted thisJohn Crispin2012-08-261-1/+1
| | | | SVN-Revision: 33273
* package/util-linux: don't lie about availability of '%ms' scanf modifierGabor Juhos2012-08-242-3/+108
| | | | | | | | | Use a patch from gentoo which allows building libmount even if the C library does not supports %ms/%as. See: https://bugs.gentoo.org/406303 SVN-Revision: 33270
* add safethreadJohn Crispin2012-08-241-1/+1
| | | | SVN-Revision: 33269
* package/uboot-envtools: always install the fw_setenv symlinkGabor Juhos2012-08-231-15/+0
| | | | | | | | | | It is required by sysupgrade on some boards, and it is only working if a suitable /etc/fw_env.config is present on the target board. If an user creates such configuration he/she should know that it is a dangerous tool. The devices can be bricked in several other ways anyway. SVN-Revision: 33265
* lantiq: dsl: fix status polling loopJohn Crispin2012-08-221-0/+11
| | | | | | | | doesn't need to do it 20 times all the time, missing loop condition check Signed-off-by: Conor O'Gorman <i@conorogorman.net> SVN-Revision: 33217
* dnsmasq: Set prefix on-link bit in RAsJohn Crispin2012-08-222-1/+43
| | | | | | | | This is fix an issue with dnsmasq's RA that does not set the "on-link" bit, making all local IPv6 traffic go to the router then to the destination host, not directly to each other. patch is from dnsmasq git SVN-Revision: 33216
* comgt: handle service mode for Huawai modems (#12039)Jo-Philipp Wich2012-08-192-2/+9
| | | | | | | | | | | | | It seems that the comgt package does not handle the Huawei 3G USB dongle E176 correctly (and probably other Huawei dongles too). My dongle appears as ID 12d1:1001 Huawei Technologies Co., Ltd. E620 USB Modem and 3G/UMTS connections work well. However, no connection is established if only 2G/GPRS is available: the pppd chat script fails with NO CARRIER although the dongle is registered to the network (via 2G). As outlined in this wiki or this blog, Huawei chips use the AT^SYSCFG command to set 2G or 3G mode, which is not implemented in comgt at the moment. Thus I wrote a patch for /lib/network/3g.sh which adds support for the "service" option in the network configuration with Huawei dongles. By default (if no "service" option is specified) also 2G is used when 3G is unavailable. The Huawei dongle is detected analogously to other chips (the output of gcom -d /dev/ttyUSB0 -s /etc/gcom/getcardinfo.gcom is scanned for huawei). Some further information: The AT^SYSCFG command seems to be respected only once after the dongle is attached (or after the host is powered up). Resetting the dongle seems to render the serial port unusable in some cases. However, the patch sets a useful mode by default which should cover most use cases (3G preferred, but 2G allowed) and if 3G-only or 2G-only mode is required the device can be power cycled. SVN-Revision: 33212
* acx-mac80211: depend on mipsel, not mips since AR7 is low endianJo-Philipp Wich2012-08-161-1/+1
| | | | SVN-Revision: 33201
* iwinfo: add hwinfo for Rt3052Jo-Philipp Wich2012-08-151-0/+1
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33200
* iwinfo: add hw info support for Rt3xxx SoCsJo-Philipp Wich2012-08-152-1/+24
| | | | | | | | | | | This takes the device_id and subsystem_id from the EEPROM, I'll add the info for other Rt3xxx chips in the next days. [jow: minor whitespace changes] Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33199
* ath5k: add back a patch for fixing eeprom rate power parsingFelix Fietkau2012-08-151-0/+21
| | | | SVN-Revision: 33198
* package/om-watchdog: start service only on the om2p/om2p-lc boards on ar71xxGabor Juhos2012-08-151-5/+5
| | | | | | | If the package is installed, it starts the watchdog daemon on every ar71xx based board. SVN-Revision: 33194
* iwinfo: add some Atheros cardsJo-Philipp Wich2012-08-141-0/+2
| | | | | | | | | These are two Atheros modules we are using, just for the cosmetics to make them show up with the proper names in LuCI. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33186
* iwinfo: transparently handle radioX names in madwifi backendJo-Philipp Wich2012-08-141-5/+20
| | | | SVN-Revision: 33180
* fix breakage when compiling for armv6John Crispin2012-08-141-0/+19
| | | | SVN-Revision: 33179
* base-files: uci-defaults for rssiledsGabor Juhos2012-08-131-0/+44
| | | | | | | | Adds capability to add uci-defaults defining RSSI LEDs Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33164
* new package: rssileds daemonGabor Juhos2012-08-133-0/+402
| | | | | | | | | | | | | | | | | rssileds is a small user-space process to control LEDs by polling the signal quality reported by a WiFi interface. By using the iwinfo library, rssileds is independent of the WiFi driver used. It supports pwm controlled LEDs and may by used to nicely fade through all colors in real-time of the rainbow while only wasting very little CPU time and a small constant amount of system memory. An example configuration for the ALL0258N will follow in the next patch. This is a slightly improved version of rssileds, now quality values are in percent and stuff is written to syslog. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33163
* dependencies break when alsa is stagedJohn Crispin2012-08-131-10/+44
| | | | SVN-Revision: 33162
* unify tapi depsJohn Crispin2012-08-135-6/+11
| | | | SVN-Revision: 33160
* busybox: enable fsync applet by defaultFlorian Fainelli2012-08-132-2/+2
| | | | SVN-Revision: 33159
* 3rd time lucky ... too much sun todayJohn Crispin2012-08-121-1/+1
| | | | SVN-Revision: 33152
* unbreak depsJohn Crispin2012-08-121-1/+1
| | | | SVN-Revision: 33151
* breaks when building for powerpcJohn Crispin2012-08-121-1/+1
| | | | SVN-Revision: 33150
* base-files: provide a sysupgrade -r (--restore-backup) option as convenience ↵Jo-Philipp Wich2012-08-122-1/+13
| | | | | | wrapper for tar -C / -x(v)zf SVN-Revision: 33147
* netifd: bump to git head, userspace routes are installed with RTPROT_STATIC ↵Jo-Philipp Wich2012-08-111-2/+2
| | | | | | from now on SVN-Revision: 33132
* 6rd: missing config option `ipaddr`.Jo-Philipp Wich2012-08-111-0/+1
| | | | | | | | This option is necessary when configuring 6rd behind NAT. Signed-off-by: Stéphan Kochen <stephan@kochen.nl> SVN-Revision: 33123
* move LIB_SUFFIX from base-files to rules.mkFlorian Fainelli2012-08-101-3/+0
| | | | | | Some packages are going to need fixups based on LIB_SUFFIX SVN-Revision: 33080
* netifd: call "wifi down" before "wifi up"Jo-Philipp Wich2012-08-091-0/+2
| | | | | | | | | | | | When the underlying /etc/config/wireless got changed since the last "wifi up" has been performed, the uci vap ifname state vars become inconsistent on a subsequent "wifi up" and multiple vaps get mapped to the same ifnames which confuses the gui and other processes relying on them. For now call an explicit "wifi down" prior to each "wifi up" which will clear up the state accordingly. SVN-Revision: 33076
* base-files: fix option parsing of -F/--force parameterJo-Philipp Wich2012-08-092-2/+2
| | | | SVN-Revision: 33075
* package: linux-atm: br2684ct: fix nas interface bringup on bootJonas Gorski2012-08-092-2/+10
| | | | | | | | | | | Give nas interface time to setup them selves before configuring them. Should fix #11826. Contributed by T-Labs, Deutsche Telekom Innovation Laboratories Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> SVN-Revision: 33074
* ath9k: fix handling of decryption errors, should improve link stabilityFelix Fietkau2012-08-081-0/+16
| | | | SVN-Revision: 33063
* ath5k: revert a buggy tx power related patchFelix Fietkau2012-08-081-20/+0
| | | | SVN-Revision: 33062
* base-files: check for ldd presence and executability (#11991)Florian Fainelli2012-08-082-2/+2
| | | | SVN-Revision: 33057
* ath9k: fix hang issues on hw reset caused by interrupt stormsFelix Fietkau2012-08-081-0/+61
| | | | SVN-Revision: 33055
* hostapd: fix ap/sta regression which got accidentally introduced by r32829 ↵Jo-Philipp Wich2012-08-082-1/+3
| | | | | | (#11914) SVN-Revision: 33053