- Aug 15, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 33195
-
Gabor Juhos authored
If the package is installed, it starts the watchdog daemon on every ar71xx based board. SVN-Revision: 33194
-
Gabor Juhos authored
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
-
John Crispin authored
SVN-Revision: 33192
-
- Aug 14, 2012
-
-
Florian Fainelli authored
Should make inclusion for other MCS814x SoCs easier SVN-Revision: 33188
-
Jo-Philipp Wich authored
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
-
John Crispin authored
Signed-off-by:
SHI Bin <shibin@ctsing.com> SVN-Revision: 33183
-
Jo-Philipp Wich authored
SVN-Revision: 33181
-
Jo-Philipp Wich authored
SVN-Revision: 33180
-
John Crispin authored
SVN-Revision: 33179
-
- Aug 13, 2012
-
-
Florian Fainelli authored
* 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
-
Gabor Juhos authored
Signed-off-by:
Daniel Golle <dgolle@allnet.de> SVN-Revision: 33165
-
Gabor Juhos authored
Adds capability to add uci-defaults defining RSSI LEDs Signed-off-by:
Daniel Golle <dgolle@allnet.de> SVN-Revision: 33164
-
Gabor Juhos authored
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
-
John Crispin authored
SVN-Revision: 33162
-
John Crispin authored
SVN-Revision: 33160
-
Florian Fainelli authored
SVN-Revision: 33159
-
Florian Fainelli authored
Signed-off-by:
Miguel GAIO <miguel.gaio@efixo.com> SVN-Revision: 33158
-
Florian Fainelli authored
Signed-off-by:
Miguel GAIO <miguel.gaio@efixo.com> SVN-Revision: 33157
-
Florian Fainelli authored
Signed-off-by:
Miguel GAIO <miguel.gaio@efixo.com> SVN-Revision: 33156
-
Jo-Philipp Wich authored
SVN-Revision: 33154
-
- Aug 12, 2012
-
-
John Crispin authored
SVN-Revision: 33152
-
John Crispin authored
SVN-Revision: 33151
-
John Crispin authored
SVN-Revision: 33150
-
Jo-Philipp Wich authored
SVN-Revision: 33148
-
Jo-Philipp Wich authored
base-files: provide a sysupgrade -r (--restore-backup) option as convenience wrapper for tar -C / -x(v)zf SVN-Revision: 33147
-
Jo-Philipp Wich authored
Signed-off-by:
Jonh Wendell <jonh.wendell@gmail.com> SVN-Revision: 33146
-
Gabor Juhos authored
In order to get OHCI/EHCI working on the Rt3352, the platform device must be named so rt3883-?hci will recognize it. Signed-off-by:
Daniel Golle <dgolle@allnet.de> SVN-Revision: 33145
-
Gabor Juhos authored
As the userspace has no means to determine the maximum possible timeout, use that as the default and let the userspace lower it when necessary. As the result the usual OpenWrt install (with busybox's watchdog trying to set the timeout to 60s on start) is using a 33s timeout on an RT3052 clocked at 384MHz instead of the current 20s default. Signed-off-by:
Paul Fertser <fercerpav@gmail.com> SVN-Revision: 33144
-
Gabor Juhos authored
D-Link's DIR-620 allows to flash a uImage directly from its web-interface but for that the image name should be set to DIR_620. Signed-off-by:
Paul Fertser <fercerpav@gmail.com> SVN-Revision: 33143
-
Gabor Juhos authored
Full functionality runtime tested, installation via OEM web-interface requires a follow-up patch. Thanks go to Sergey Vasilyugin for his patch that pointed me at the missing bits (including the antiparallel wps led). Signed-off-by:
Paul Fertser <fercerpav@gmail.com> SVN-Revision: 33142
-
Jo-Philipp Wich authored
I recently experienced this: configure.ac:1101: the top level interfaces/Prolog/Ciao/Makefile.am:168: `pkglibdir' is not a legitimate directory for `DATA' interfaces/Prolog/GNU/Makefile.am:167: `pkglibdir' is not a legitimate directory for `DATA' interfaces/Prolog/SICStus/Makefile.am:71: `pkglibdir' is not a legitimate directory for `DATA' interfaces/Prolog/SWI/Makefile.am:187: `pkglibdir' is not a legitimate directory for `DATA' interfaces/Prolog/XSB/Makefile.am:186: `pkglibdir' is not a legitimate directory for `DATA' interfaces/Prolog/YAP/Makefile.am:176: `pkglibdir' is not a legitimate directory for `DATA' make[4]: *** [Makefile.in] Error 1 Found this on google: http://bugs.mysql.com/bug.php?id=63898 And used this to fix it: fgrep -rlZ pkglib_DATA --include Makefile.am . | xargs -0 sed -i 's/pkglib_DATA/pkgdata_DATA/g' Signed-off-by:
Daniel Golle <dgolle@allnet.de> SVN-Revision: 33141
-
Jo-Philipp Wich authored
SVN-Revision: 33140
-
Jo-Philipp Wich authored
SVN-Revision: 33139
-
Jo-Philipp Wich authored
host-build.mk: define a variable HOST_STATIC_LINKING which is set to "-static" on non-Darwin systems SVN-Revision: 33138
-
Gabor Juhos authored
Fixes this section mismatch warning: WARNING: vmlinux.o(.meminit.text+0xb14): Section mismatch in reference from the function memblock_insert_region() to the function .init.text:crashlog_init_memblock() The function __meminit memblock_insert_region() references a function __init crashlog_init_memblock(). If crashlog_init_memblock is only used by memblock_insert_region then annotate crashlog_init_memblock with a matching annotation. Also, remove the __init annotations from 'include/linux/crashlog.h' SVN-Revision: 33137
-
- Aug 11, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 33132
-
Florian Fainelli authored
SVN-Revision: 33131
-
Florian Fainelli authored
None of the boards we support have PCI connectors SVN-Revision: 33130
-
Florian Fainelli authored
SVN-Revision: 33129
-