Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | let 802.1q tagged frames go in and out from cpmac (#6730) | Florian Fainelli | 2010-03-06 | 2 | -0/+22 |
| | | | | SVN-Revision: 20023 | ||||
* | fallback to "dumb switch" mode if no PHY was detected | Florian Fainelli | 2010-03-06 | 1 | -0/+16 |
| | | | | | | | This will enable the second Ethernet MAC in most cases, but will allow previously non working devices to work. SVN-Revision: 20022 | ||||
* | fix cpmac panics with 2.6.32 (#6764) | Florian Fainelli | 2010-03-06 | 1 | -0/+15 |
| | | | | SVN-Revision: 20021 | ||||
* | add some missing patches to acx-mac80211 it now builds the pci module as well | Florian Fainelli | 2010-03-06 | 2 | -0/+62 |
| | | | | SVN-Revision: 20020 | ||||
* | gcc: only enable/disable TLS support in final stage (closes: #6788) | Nicolas Thill | 2010-03-06 | 1 | -5/+8 |
| | | | | SVN-Revision: 20018 | ||||
* | move netdev_ops conversion, previous hunk was not correct | Florian Fainelli | 2010-03-06 | 1 | -7/+17 |
| | | | | SVN-Revision: 20016 | ||||
* | update acx-mac80211 to a newer snapshot and fix its compilation wrt new ↵ | Florian Fainelli | 2010-03-06 | 8 | -371/+176 |
| | | | | | | includes path SVN-Revision: 20015 | ||||
* | migrate acx to netdev_ops, required for later kernels | Florian Fainelli | 2010-03-06 | 1 | -0/+41 |
| | | | | SVN-Revision: 20014 | ||||
* | mac80211: enable debugfs support by default - having access to the rate ↵ | Felix Fietkau | 2010-03-06 | 1 | -0/+1 |
| | | | | | | control statistics is very useful for figuring out the real quality of a link SVN-Revision: 20011 | ||||
* | fix missing symbols for kernel 2.6.33, closes #6803 thanks Maddes | Travis Kemen | 2010-03-05 | 1 | -0/+24 |
| | | | | SVN-Revision: 20010 | ||||
* | fix missing symbols for kernel 2.6.32, closes #6802 thanks Maddes | Travis Kemen | 2010-03-05 | 1 | -0/+3 |
| | | | | SVN-Revision: 20009 | ||||
* | add missing symbol | Travis Kemen | 2010-03-05 | 1 | -0/+1 |
| | | | | SVN-Revision: 20008 | ||||
* | ar71xx: don't init PCI irqs on the AR7240 if the PCIe subsystem are in reset | Gabor Juhos | 2010-03-05 | 1 | -0/+7 |
| | | | | SVN-Revision: 20007 | ||||
* | ar71xx: fix sysupgrade on the WRT400N (thanks to chuljin) | Gabor Juhos | 2010-03-05 | 1 | -1/+1 |
| | | | | | | * closes #6782 SVN-Revision: 20006 | ||||
* | ar71xx: fix status led detection on the RB4xx boards | Gabor Juhos | 2010-03-05 | 2 | -4/+16 |
| | | | | SVN-Revision: 20005 | ||||
* | ar71xx: ag71xx: move calling ag71xx_phy_stop out from spinlock | Gabor Juhos | 2010-03-05 | 1 | -3/+3 |
| | | | | SVN-Revision: 20004 | ||||
* | ar71xx: ag71xx: move link update function | Gabor Juhos | 2010-03-05 | 3 | -104/+105 |
| | | | | SVN-Revision: 20003 | ||||
* | ar71xx: ag71xx: don't use dev->trans_start | Gabor Juhos | 2010-03-05 | 2 | -3/+1 |
| | | | | SVN-Revision: 20002 | ||||
* | ar71xx: ag71xx: use dma_unmap_single to unmap frames | Gabor Juhos | 2010-03-05 | 2 | -5/+14 |
| | | | | SVN-Revision: 20001 | ||||
* | this patch fixes package/Makefile. | Travis Kemen | 2010-03-05 | 1 | -2/+4 |
| | | | | | | -Raphael SVN-Revision: 20000 | ||||
* | this patch fixes uboot-envtools so that it is no longer broken. | Travis Kemen | 2010-03-05 | 3 | -17/+132 |
| | | | | | | -Raphael SVN-Revision: 19999 | ||||
* | there are quite a lot of package using ln -sf in their Makefile, so this ↵ | Travis Kemen | 2010-03-05 | 1 | -1/+2 |
| | | | | | | | | | | | | patch adds LN:=ln -sf to rules.mk -Raphael SVN-Revision: 19998 | ||||
* | this patch uses PKG_INSTALL:=1 and simplifies the Makefile, separates the ↵ | Travis Kemen | 2010-03-05 | 1 | -33/+21 |
| | | | | | | | | menuconfig options in a separates Config.in file, adds a new patch to disable man pages (there was an error with QUILT=1 without this patch, as ln was used without -f), renames patches to be more explicit (and 1xx for Makefile patches and 2xx for source patches) -Raphael SVN-Revision: 19997 | ||||
* | The attached patch replaces $(1) install by $(if $(1), $(1), install) in the ↵ | Travis Kemen | 2010-03-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | definition, in order to be able to specify an install rule, which is not always called install (example: trunk/package/ncurses/Makefile has rules called install.libs and install.data). Then its possible to do this in ncurses Makefile: define Build/Install $(call Build/Install/Default, install.libs install.data) endef This patch does not affect anything else, as if no parameter is given, it will use install as before. -Raphael SVN-Revision: 19996 | ||||
* | this patch fixes toolchain parallel build, which reduces build time. | Travis Kemen | 2010-03-05 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | In order to enable parallel build, change line 21 of include/host-build.mk from: override MAKEFLAGS= to: override MAKEFLAGS=$(MAKE_JOBS) -Raphael SVN-Revision: 19995 | ||||
* | this patch simplifies the Makefile by using PKG_INSTALL:=1 and fixes ↵ | Travis Kemen | 2010-03-05 | 1 | -25/+22 |
| | | | | | | | | parallel build. -Raphael SVN-Revision: 19994 | ||||
* | this patch simplifies the Makefile by using PKG_INSTALL:=1, and it also ↵ | Travis Kemen | 2010-03-05 | 1 | -29/+23 |
| | | | | | | | | fixes parallel build. -Raphael SVN-Revision: 19993 | ||||
* | remove bison requirement (see [10398] & [14900]) | Nicolas Thill | 2010-03-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 19989 | ||||
* | Add support for the n516 | Lars-Peter Clausen | 2010-03-05 | 11 | -3/+2467 |
| | | | | SVN-Revision: 19987 | ||||
* | Add subtarget for each device | Lars-Peter Clausen | 2010-03-05 | 7 | -23/+57 |
| | | | | SVN-Revision: 19986 | ||||
* | image.mk: Adjust ubifs build behaviour to that of others image types | Lars-Peter Clausen | 2010-03-05 | 1 | -1/+2 |
| | | | | SVN-Revision: 19985 | ||||
* | jz4740 pm: Fix gpio suspend/resume. Turn pll off while in suspend and gate ↵ | Lars-Peter Clausen | 2010-03-05 | 6 | -20/+52 |
| | | | | | | clocks off which arn't handeld by their subsystems yet. SVN-Revision: 19984 | ||||
* | gpio.h: Add proper parenthesis to JZ_GPIO_PORTX macros | Lars-Peter Clausen | 2010-03-05 | 1 | -4/+4 |
| | | | | SVN-Revision: 19983 | ||||
* | jz4740_fb: Add support for parallel displays, improve power consumption and ↵ | Lars-Peter Clausen | 2010-03-05 | 3 | -106/+295 |
| | | | | | | some minor bugfixes SVN-Revision: 19982 | ||||
* | include kernel-defaults.mk and use $(KERNEL_MAKEOPTS) | Nicolas Thill | 2010-03-05 | 1 | -7/+3 |
| | | | | SVN-Revision: 19981 | ||||
* | firstboot: detect mtd, rom & jffs parts first, fix jffs mounted test | Nicolas Thill | 2010-03-05 | 1 | -5/+5 |
| | | | | SVN-Revision: 19980 | ||||
* | fix watchdog driver unregistering, patch by Bernhard Loos | Florian Fainelli | 2010-03-04 | 1 | -3/+12 |
| | | | | SVN-Revision: 19979 | ||||
* | jz4740_udc: Implement suspend/resume | Lars-Peter Clausen | 2010-03-04 | 1 | -9/+39 |
| | | | | SVN-Revision: 19978 | ||||
* | rework reboot mechanism with the new watchdog fixes | Florian Fainelli | 2010-03-04 | 3 | -2/+46 |
| | | | | | | | | The fixing of the watchdog driver makes it generate a NMI so the reboot_fixup can no longer be called from NMI context, instead, override the machine_retart callback with our southrbridge reboot mechanism. Patch by Bernhard Loos. SVN-Revision: 19977 | ||||
* | enable the required packages to use a gpio-based reset button | Florian Fainelli | 2010-03-04 | 1 | -1/+2 |
| | | | | SVN-Revision: 19976 | ||||
* | remove now unused rdc321x_gpio.h file | Florian Fainelli | 2010-03-04 | 1 | -16/+0 |
| | | | | SVN-Revision: 19975 | ||||
* | improve sitecom device support | Florian Fainelli | 2010-03-04 | 2 | -9/+14 |
| | | | | | | | Add support for the 3 GPIO LEDs, reset button and switch to the gpio-buttons driver. Patch by Bernhard Loos. SVN-Revision: 19974 | ||||
* | select ARCH_REQUIRE_GPIOLIB which is required for our gpiolib driver | Florian Fainelli | 2010-03-04 | 1 | -0/+1 |
| | | | | SVN-Revision: 19973 | ||||
* | add a new southbridge driver which registers the gpio and watchdog platform ↵ | Florian Fainelli | 2010-03-04 | 5 | -97/+493 |
| | | | | | | | | | devices This also fixes the watchdog logic and abstracts the access to the RDC321x southbridge PCI configuration register space. Based on a patch by Bernhard Loos. SVN-Revision: 19972 | ||||
* | merge the two patches applying to the same file in a single patch | Florian Fainelli | 2010-03-04 | 2 | -10/+9 |
| | | | | SVN-Revision: 19971 | ||||
* | revert r19964 for now, there are issues with opkg/ipkg.py generating the ↵ | Travis Kemen | 2010-03-04 | 1 | -3/+2 |
| | | | | | | status db SVN-Revision: 19970 | ||||
* | brcm47xx: add CONFIG_CMDLINE again | Hauke Mehrtens | 2010-03-03 | 2 | -1/+3 |
| | | | | | | | Fix for r19955 this patch was suggested by tripolar SVN-Revision: 19967 | ||||
* | ar71xx: restore command line on 2.6.33 | Gabor Juhos | 2010-03-03 | 1 | -0/+3 |
| | | | | SVN-Revision: 19966 | ||||
* | ar71xx: sync 2.6.33 config | Gabor Juhos | 2010-03-03 | 1 | -11/+0 |
| | | | | SVN-Revision: 19965 | ||||
* | grab all config files for installed packages, closes #3718 | Travis Kemen | 2010-03-03 | 1 | -2/+3 |
| | | | | SVN-Revision: 19964 |