Commit Graph

16853 Commits (07c7aab91061698c92d15e6a0c8d56bab80f2731)
 

Author SHA1 Message Date
Florian Fainelli c1796ae53d Revert "[kernel] solos-pci: Depend on soloscli, just like mac80211 depends on iw and crda, since in both cases the module is useless without the userspace."
We do not make a kernel module depend on user-space utility.

SVN-Revision: 25035
14 years ago
Daniel Dickinson 5d76a52a44 solos-pci: Depend on soloscli, just like mac80211 depends on iw and crda, since in both cases the module is useless without the userspace.
SVN-Revision: 25034
14 years ago
Jo-Philipp Wich c3dfcb25c0 remove bogus qemu dependency
SVN-Revision: 25032
14 years ago
Daniel Dickinson cc7e8eabb1 Missing symbols for CONFIG_xxx .. Thanks Philip Prindeville
SVN-Revision: 25031
14 years ago
Jo-Philipp Wich 5e76127831 ppp: bump pkg revision after latest changes
SVN-Revision: 25028
14 years ago
Jo-Philipp Wich 110055b383 ppp: remove pppoa coldplug, the hotplug handler has been confirmed for ueagle and solos
SVN-Revision: 25027
14 years ago
Jo-Philipp Wich 5cf136ae0e ppp: synthesize a .device option to make ifup work on pppoa interfaces again
SVN-Revision: 25025
14 years ago
Jo-Philipp Wich bad3c4865d set Installed-Size to 0 when preparing control, its substituted by ipkg-build later on
SVN-Revision: 25022
14 years ago
Jo-Philipp Wich b89c083161 tools/ipkg-utils: calculate installed size from embedded data.tar.gz, makes opkg space checking more precise
SVN-Revision: 25021
14 years ago
Felix Fietkau 8740549c57 mpc85xx: add a new 'spe_fpu' feature flag for the FPU used on freescale powerpc cpus The SPE FPU is ABI-incompatible with the regular powerpc FPU, this needs to be reflected in the toolchain target name. Fixes floating point crashes in user space
SVN-Revision: 25018
14 years ago
Felix Fietkau 9299345c7f add missing kernel kernel config symbol
SVN-Revision: 25017
14 years ago
Felix Fietkau d80506e8d5 mpc85xx: clean up bogus kernel config overrides
SVN-Revision: 25016
14 years ago
Felix Fietkau d6d301bb14 mpc85xx: fix mpc8548 support (reorder serial ports, add default stdout path to device tree), enable pcie
SVN-Revision: 25015
14 years ago
Felix Fietkau 6cf6302a78 mac80211: fix compile errors on powerpc
SVN-Revision: 25014
14 years ago
Felix Fietkau 7c74f58779 uClibc 0.9.32: fix libm compile for powerpc
SVN-Revision: 25013
14 years ago
Felix Fietkau 1a7a36b0a4 mac80211: fix frames looping back to a wds station
SVN-Revision: 25008
14 years ago
Felix Fietkau 098e2d7ca1 ath9k: fix a few more aggregation related issues, should improve stability
SVN-Revision: 25007
14 years ago
Mirko Vogt 63aeef20c0 move irq.c from patch into own file
SVN-Revision: 25002
14 years ago
Felix Fietkau b60332deb0 hostapd: Create one control interface per virtual bssid
Previously hostapd created one control interface /var/run/hostapd-phyX
which only contained the first virtual bssid (for example wlan0). In
order to access the other virtual bssids with hostapd_cli add all
virtual bssids to /var/run/hostapd-phyX by specifying the ctrl_interface
parameter per bssid.

Previously the control interface looked like:
	/var/run/hostapd-phyX/wlan0

Now, the control interface looks like this:
	/var/run/hostapd-phyX/wlan0
	/var/run/hostapd-phyX/wlan1
	...

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>

SVN-Revision: 24985
14 years ago
Jo-Philipp Wich 531e5e5386 mklibs: import missing symbol workaround from Freetz project (#7590)
SVN-Revision: 24984
14 years ago
Gabor Juhos 0b98f1f64f ar71xx: rework WNDR3700 image generation
SVN-Revision: 24983
14 years ago
Gabor Juhos b99f5f9c4a ar71xx: build separate image for the WNDR3700 with NA region
SVN-Revision: 24982
14 years ago
Gabor Juhos 78ffb50c8e firmware-utils/mkdniimg: don't use NA region by default
SVN-Revision: 24981
14 years ago
Gabor Juhos e116785f27 firmware-utils/wndr3700: allow to specify image magic via command line
SVN-Revision: 24980
14 years ago
Hamish Guthrie 3c43d6fb30 Update gumstix profile
SVN-Revision: 24979
14 years ago
Felix Fietkau f05691af93 mac80211: include the kfifo backport in compat.ko if necessary (fixes libertas, rt2x00)
SVN-Revision: 24978
14 years ago
Felix Fietkau 2c0ac457ed ath9k: fix spurious decryption crc error regression
SVN-Revision: 24976
14 years ago
Claudio Mignanti 3559931d8f Fix i2c driver and package it
SVN-Revision: 24975
14 years ago
Claudio Mignanti c4238a64ac Allow module compilation for adc driver
SVN-Revision: 24974
14 years ago
Jo-Philipp Wich 26616b18a4 add explicit dependencies between gcc prepare stages, fixes source download race with make -j (#8596)
SVN-Revision: 24969
14 years ago
Gabor Juhos 541bebf4ec brcm47xx: add gpio_set_debounce function
SVN-Revision: 24968
14 years ago
Jo-Philipp Wich 253f4d82f2 mac80211: support per-vif wmm option, defaults to 1 if unset
SVN-Revision: 24966
14 years ago
Gabor Juhos b67bbfe287 ar71xx: fix wlan LED on the TL-WR741 board
* Patch from #8630

SVN-Revision: 24963
14 years ago
Gabor Juhos dd53effe15 ar71xx: fix wrong names of the WPS LED/button
Reported-by: Nuno Gonçalves

SVN-Revision: 24961
14 years ago
Felix Fietkau a339e58d72 ath9k: reduce the number of false positives triggered by the baseband hang check by only running it when beacon transmission is blocked
SVN-Revision: 24954
14 years ago
Jo-Philipp Wich f38a320e69 uhttpd: protect tcp receive operations with select, make tcp keep-alive optional (#8272)
SVN-Revision: 24952
14 years ago
Hauke Mehrtens 8067116c10 kernel: deactivate ext4 SElinux support and extended attributes support in general config. This effects the build in kmod-fs-ext4 and when it is build into the kernel in the x86 target.
Thank you Philip Prindeville

SVN-Revision: 24951
14 years ago
Jo-Philipp Wich 6322a8be78 kernel: fix packaging of kmod-cs5535-gpio, thanks Philip Prindeville
SVN-Revision: 24950
14 years ago
Felix Fietkau 6528a58151 ath9k: add a few aggregation reliability fixes
SVN-Revision: 24949
14 years ago
Felix Fietkau 56647592a4 mac80211: update to wireless-testing 2011-01-05, should improve aggregation reliability in ath9k
SVN-Revision: 24948
14 years ago
Gabor Juhos 088d334311 generic: generic: remove MIPS device tree backport patch from 2.6.36
It makes no sense without a platform which uses that.

SVN-Revision: 24946
14 years ago
Gabor Juhos a894d10d4d ar71xx: remove the gpio_wr_fix patch
SVN-Revision: 24945
14 years ago
Gabor Juhos 23a6173099 ar71xx: use gpio_*_cansleep calls in the rb4xx NAND driver
SVN-Revision: 24944
14 years ago
Gabor Juhos 5641e8233e generic: rtl8366: fix build error
SVN-Revision: 24943
14 years ago
Gabor Juhos 505f0e7a86 ar71xx: add kmod-ledtrig-usbdev for the MZK-W04NU profile as well
SVN-Revision: 24941
14 years ago
Gabor Juhos 271ce88567 ar71xx: add kmod-ledtrig-usbdev to the relevant profiles
SVN-Revision: 24940
14 years ago
Gabor Juhos 792a1fb2c0 generic: rtl8366: enable vlans before enabling the ports
SVN-Revision: 24939
14 years ago
Gabor Juhos c16715f8d2 generic: rtl8366: enable ports only after VLAN configuration is done
SVN-Revision: 24938
14 years ago
Gabor Juhos 0bcc97ac26 generic: rtl8366: add enable_port helper
SVN-Revision: 24937
14 years ago
Gabor Juhos 5120660512 generic: rtl8366_smi: init VLANs only in first switch initialization
SVN-Revision: 24936
14 years ago