aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* derive system from hostcc to allow building inside a chrootJohn Crispin2012-08-223-6/+6
| | | | SVN-Revision: 33228
* ar71xx: fix comment style in mach-tl-wr2543n.cGabor Juhos2012-08-221-6/+11
| | | | SVN-Revision: 33227
* ar71xx: fix mtd layout of the AP113Gabor Juhos2012-08-221-1/+1
| | | | | | The 'mtdparts=' prefix and the name of the flash device is missing. SVN-Revision: 33226
* ramips: add profile for Allnet devicesGabor Juhos2012-08-221-0/+41
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33225
* ar71xx: add ALL0305 board aliasGabor Juhos2012-08-227-1/+20
| | | | | | | | | | For the pure convenience of having a correctly named image and system name in /proc/cpuinfo , until we can do that by having system names in DTS... Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33224
* ramips: add RSSI leds for uci-defaults for ALL0256NGabor Juhos2012-08-221-0/+4
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33220
* ar71xx: add support for TP-Link TL-WDR3600Gabor Juhos2012-08-225-5/+10
| | | | | | | | | | | The TL-WDR3600 is identical to the TL-WDR4300 with the exception that is has only two antennas. [juhosg: remove the custom machine type, change the board name instead] Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 33219
* tools/firmware-utils/ptgen option to use MB roundingJohn Crispin2012-08-222-5/+19
| | | | SVN-Revision: 33218
* 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
* add led defintion for the WR2543 5GHz WLAN LEDJohn Crispin2012-08-221-1/+20
| | | | | | Signed-off-by: Andy Leiserson <andy@leiserson.org> SVN-Revision: 33215
* 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
* remove unused fileHauke Mehrtens2012-08-181-635/+0
| | | | SVN-Revision: 33210
* make brcm47xx build only with bcma or only with ssb support.Hauke Mehrtens2012-08-187-59/+33
| | | | | | | There are some ifdefs missing so when only ssb or only bcma was selected in the kernel config it did not build. SVN-Revision: 33209
* update gpio patchesHauke Mehrtens2012-08-182-106/+105
| | | | SVN-Revision: 33208
* ramips: add board alias for the ALL0239-3GGabor Juhos2012-08-1710-2/+36
| | | | | | | | | | | | | | Generate image for the ALL0239-3G which can be flashed through the chipset-vendor SDK based firmware's web-interface and bootloader. The bootloader seems to ignore uImage checksum errors, but does complain about them once the 0xDEADC0DE was replaced by an actual JFFS2 page. I'm working on implementing fixtrx for uImage in the mtd package to solve this. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33206
* ramips: add support for D-Link DIR-615 H1Gabor Juhos2012-08-1713-4/+152
| | | | | | | | | | | | rt2x00 still needs some patching as the radio doesn't come to life. Installation via webflash. [juhosg: fix whitespace issues, remove rt305x_register_usb from machine setup because the board has no USB port] Signed-off-by: Mikko Hissa <mikko.hissa@uta.fi> SVN-Revision: 33205
* tools/firmware-utils: add tool for DIR-651-H1 firmware generationGabor Juhos2012-08-172-0/+411
| | | | | | Signed-off-by: Mikko Hissa <mikko.hissa@uta.fi> SVN-Revision: 33204
* ar71xx: setup WLAN LED for the TL-WA901ND v2Gabor Juhos2012-08-161-0/+4
| | | | | | Closes #11889. SVN-Revision: 33202
* 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
* make static host utility linking default to offJo-Philipp Wich2012-08-151-1/+1
| | | | SVN-Revision: 33197
* use bundle-libraries.sh to install required host utilities into imagebuilder ↵Jo-Philipp Wich2012-08-151-1/+2
| | | | | | staging tree SVN-Revision: 33196
* add a helper script to bundle required libraries for host utilitiesJo-Philipp Wich2012-08-151-0/+114
| | | | SVN-Revision: 33195
* 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
* generic: extend pci_isable_usb_common_quirks patchGabor Juhos2012-08-151-0/+20
| | | | | | | | | | | | | Fixes the following build error: SYSMAP System.map Building modules, stage 2. MODPOST 48 modules ERROR: "usb_enable_xhci_ports" [drivers/usb/host/ehci-hcd.ko] undefined! ERROR: "usb_is_intel_switchable_xhci" [drivers/usb/host/ehci-hcd.ko] undefined! make[6]: *** [__modpost] Error 1 make[5]: *** [modules] Error 2 SVN-Revision: 33193
* set xen images to gzip compression, fixes #11970John Crispin2012-08-151-0/+2
| | | | SVN-Revision: 33192
* MCS8140 actually selects CPU_ARM926TFlorian Fainelli2012-08-142-2/+2
| | | | | | Should make inclusion for other MCS814x SoCs easier SVN-Revision: 33188
* 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
* fixes gpio_dev un/reload balancingJohn Crispin2012-08-141-0/+2
| | | | | | Signed-off-by: SHI Bin <shibin@ctsing.com> SVN-Revision: 33183
* wrt350nv2-builder: don't use internal zlib macro OF() in ioapi.h, it breaks ↵Jo-Philipp Wich2012-08-142-8/+9
| | | | | | with new zlib releases SVN-Revision: 33181
* 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
* generic: enhanced image MakefileFlorian Fainelli2012-08-131-63/+179
| | | | | | | | | | | | | | | * Creation of uImage for WNR854T only done once (before 2x for jffs2 build and 1x for squashfs build) * Got rid of unneccessary padding of rootfs partition * ARM zImages always need a machine id, therefore do not copy generic (=no id) uImage to BIN_DIR, instead copy zImage * Generalized functions for easier re-using and enhancing (e.g. D-Link DNS 323 implementation would be only a couple lines) * Copy rootfs partitions to BIN_DIR, just like it is done for D-Link DNS 323 * Use variables to allows easily changing for custom builds, e.g. kernel mtd size for symbols * Size check of kernel files to avoid builds that break devices * Use for "-sysupgrade" and "-factory" in image names (like ar71xx, brcm63xx, etc.) to avoid questions about which image to use Signed-off by: Matthias Buecher <mail@maddes.net> SVN-Revision: 33174
* ar71xx: uci-defaults/leds for ALL0258NGabor Juhos2012-08-131-0/+7
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33165
* 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-136-6/+23
| | | | SVN-Revision: 33160
* busybox: enable fsync applet by defaultFlorian Fainelli2012-08-132-2/+2
| | | | SVN-Revision: 33159
* leds: do not register device if no leds definedFlorian Fainelli2012-08-131-4/+11
| | | | | | Signed-off-by: Miguel GAIO <miguel.gaio@efixo.com> SVN-Revision: 33158
* BCM6358 fix enet MII clk definitionsFlorian Fainelli2012-08-131-2/+2
| | | | | | Signed-off-by: Miguel GAIO <miguel.gaio@efixo.com> SVN-Revision: 33157
* nb4: fix support, add support for SVC and CLIP BTNFlorian Fainelli2012-08-1325-65/+142
| | | | | | Signed-off-by: Miguel GAIO <miguel.gaio@efixo.com> SVN-Revision: 33156
* introduce a menuconfig option to turn off static linking of host utilitiesJo-Philipp Wich2012-08-132-1/+10
| | | | SVN-Revision: 33154
* 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
* convert remaining tools to $(HOST_STATIC_LINKING) (#12012)Jo-Philipp Wich2012-08-125-6/+6
| | | | SVN-Revision: 33148