summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gcc: make patches apply for gcc 4.5-linaro version 4.5-2011.08Hauke Mehrtens2011-08-181-1/+1
| | | | SVN-Revision: 28041
* gcc: move patches as the name changed. This was missing in r28038.Hauke Mehrtens2011-08-1815-0/+0
| | | | SVN-Revision: 28040
* gcc: update gcc-4.5-linaro to 4.5-2011.08Hauke Mehrtens2011-08-181-2/+2
| | | | SVN-Revision: 28039
* gcc: rename linaro to 4.5-linaroHauke Mehrtens2011-08-183-9/+9
| | | | SVN-Revision: 28038
* perf: depends on libelf1Florian Fainelli2011-08-171-1/+1
| | | | SVN-Revision: 28033
* kernel: add kmod-crypto-userFlorian Fainelli2011-08-171-0/+16
| | | | | | | | | Add kernel crypto user-space interface (af_alg). Includes interface for hash algorithms (algif_hash) and skcipher algorithms (algif_skcipher). Signed-off-by: Lars Hjersted <lars@hjersted.com> SVN-Revision: 28026
* fix the default network configuration for the ASUS WL-330gE (#8751)Jo-Philipp Wich2011-08-171-2/+2
| | | | SVN-Revision: 28024
* kernel: update kernel to version 2.6.39.4Hauke Mehrtens2011-08-1612-15/+15
| | | | SVN-Revision: 28022
* kernel: generic: refresh patches for 3.1-rc2Jonas Gorski2011-08-164-14/+5
| | | | SVN-Revision: 28021
* add support for DS2482 1-Wire I2C bus masterFlorian Fainelli2011-08-161-0/+17
| | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 28010
* ramips: use maccalc instead of hexdump + sedGabor Juhos2011-08-151-2/+3
| | | | SVN-Revision: 28007
* ramips: rt305x: fix mac addresses on the Netcore NW718 boardGabor Juhos2011-08-152-0/+57
| | | | SVN-Revision: 28006
* ramips: add maccalc to the default package listGabor Juhos2011-08-151-1/+1
| | | | SVN-Revision: 28005
* package/maccalc: a simple mac address manipulation utilityGabor Juhos2011-08-153-0/+288
| | | | SVN-Revision: 28004
* ramips: add input drivers to the default package listGabor Juhos2011-08-151-2/+4
| | | | SVN-Revision: 28003
* ramips: rt305x: make config and factory partitions read-only on the ATP-52BGabor Juhos2011-08-151-0/+2
| | | | SVN-Revision: 28002
* ramips: add uci-defaults scripts to preconfigure USB LEDsGabor Juhos2011-08-154-0/+96
| | | | SVN-Revision: 28000
* ramips: rt305x: add some USB modules to the default profileGabor Juhos2011-08-151-2/+4
| | | | SVN-Revision: 27999
* package/kernel: create package for the RT305x dwc_otg driverGabor Juhos2011-08-151-0/+19
| | | | | | Based on a patch by Layne Edwards <ledwards76@gmail.com> SVN-Revision: 27998
* ramips: rt305x: add dwc_otg driverGabor Juhos2011-08-1522-1/+24360
| | | | | | Based on a patch by Layne Edwards <ledwards@astrumtech.net> SVN-Revision: 27997
* ramips: rt305x: register the dwc_otg device on the relevant boardsGabor Juhos2011-08-155-0/+5
| | | | SVN-Revision: 27996
* ramips: rt305x: add dwc_otg platform deviceGabor Juhos2011-08-152-0/+27
| | | | | | Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 27995
* button-hotplug: add autoload featureGabor Juhos2011-08-151-0/+1
| | | | | | Reported-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27994
* ramips: sync kernel configGabor Juhos2011-08-152-2/+0
| | | | SVN-Revision: 27993
* ramips: load the input drivers during preinitGabor Juhos2011-08-151-0/+12
| | | | SVN-Revision: 27992
* ramips: add support for Argus ATP-52BGabor Juhos2011-08-158-0/+140
| | | | | | | | [The ESW related changes has been removed - juhosg] Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 27991
* ramips: allow to specify port layout for the switch of the RT305x/RT3350Gabor Juhos2011-08-1513-13/+62
| | | | | | Based on a patch by Roman Yeryomin <roman@advem.lv> SVN-Revision: 27990
* generic: ar8216: add support for get link statusGabor Juhos2011-08-151-0/+62
| | | | SVN-Revision: 27989
* kernel: remove kmod-input-core just for some x86 profiles.Hauke Mehrtens2011-08-151-2/+2
| | | | | | | | Not all x86 profiles have CONFIG_INPUT=y in their configuration. Just remove kmod-input-core for them. Thank you Philip Prindeville for pointing out this problem. SVN-Revision: 27988
* kernel: disable cfi cmdset 0002 erase suspendFelix Fietkau2011-08-153-0/+33
| | | | | | | | | | on some platforms, erase suspend leads to data corruption and lockups when write ops collide with erase ops. this has been observed on the buffalo wzr-hp-g300nh. rather than play whack-a-mole with a hard to reproduce issue on a variety of devices, simply disable erase suspend, as it will usually not produce any useful gain on the small filesystems used on embedded hardware. SVN-Revision: 27984
* package/kernel: kmod-hid: can't mix and match DEPENDS:= and $(call ↵Jonas Gorski2011-08-141-2/+1
| | | | | | | | | | | | | | SetDepends/...) Since the SetDepends macro does a: DEPENDS:= ... it can't be used after setting DEPENDS:= explicitly, or it will clobber the previous value. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27983
* package/kernel: Fix AddDepends/SetDepends calls with make 3.82Jonas Gorski2011-08-141-1/+1
| | | | | | | | | | The module definitions depend on 001-depends.mk being the first included, but make 3.82 does not sort the results of wildcards anymore, so do an explicit sort of the includes. Found by Philip Prindeville, thanks! SVN-Revision: 27982
* firewall: further tune ICMPv6 default rules according to RFC4890 (#9893)Jo-Philipp Wich2011-08-143-2/+18
| | | | SVN-Revision: 27979
* mac80211: use first available channel from current phy if channel is set to ↵Jo-Philipp Wich2011-08-131-1/+7
| | | | | | "auto" SVN-Revision: 27976
* ar71xx: add some code to detect DMA stuck conditions on ar7240Felix Fietkau2011-08-134-1/+36
| | | | SVN-Revision: 27975
* ar71xx: on ar724x only reset the link status in the restart handler, the ↵Felix Fietkau2011-08-131-0/+6
| | | | | | fast reset takes care of DMA stuck issues SVN-Revision: 27973
* ath9k: merge a few more pending fixes, including a fix for the bogus WARN_ON ↵Felix Fietkau2011-08-137-30/+610
| | | | | | in pci.c and fixes for Rx DMA stop issues SVN-Revision: 27972
* crda: update regulatory database to 2011-04-28, adds fixes for NL (#9931)Felix Fietkau2011-08-131-2/+2
| | | | SVN-Revision: 27970
* include/site: add powerpc-openwrt-linux-*spe sitefiles for mpc85xxFelix Fietkau2011-08-122-0/+10
| | | | SVN-Revision: 27969
* libubox: update to fix a compile errorFelix Fietkau2011-08-121-3/+3
| | | | SVN-Revision: 27968
* brcm47xx: fix flash detection on chipcommon less devices.Hauke Mehrtens2011-08-121-22/+28
| | | | | | | This closes #9906 Thank you for the report Kim SVN-Revision: 27967
* base-files: fix arp() procedure to properly detect /usr/bin/arpJo-Philipp Wich2011-08-122-2/+2
| | | | SVN-Revision: 27965
* update libubox and ubus to latest, libubox now includes jshnFelix Fietkau2011-08-116-413/+23
| | | | SVN-Revision: 27963
* iptables: drop iptables-utils and ip6tables-utils, ship needed symlinks in ↵Jo-Philipp Wich2011-08-111-29/+5
| | | | | | iptables and ip6tables packages (#9691) SVN-Revision: 27961
* initramfs: allow preinit to enable switching from initramfs to tmpfs to ↵Felix Fietkau2011-08-111-0/+13
| | | | | | allow overlayfs to be mounted on top of it SVN-Revision: 27960
* ar71xx: adjust the mtd layout of tew-632brp and dir-615c to match the image ↵Felix Fietkau2011-08-112-6/+6
| | | | | | layout (fixes #9922) SVN-Revision: 27959
* mac80211: update to 2011-08-10Felix Fietkau2011-08-1162-5246/+546
| | | | SVN-Revision: 27958
* package more board specific modules:Florian Fainelli2011-08-111-0/+70
| | | | | | | | | - keyboard matrix driver - SoC sound support based on patch by KanjiMonster SVN-Revision: 27957
* add more missing touchscren symbols (3.0+)Florian Fainelli2011-08-113-0/+3
| | | | SVN-Revision: 27956
* disable hardware perf support to work in qemuFlorian Fainelli2011-08-111-5/+7
| | | | SVN-Revision: 27955