Felix Fietkau
85b859a2b6
hostapd: make entropy collection contribute to the kernel pool
...
SVN-Revision: 26272
2011-03-22 21:00:54 +00:00
Jo-Philipp Wich
771d6f18f6
fix image generation in the Image Builder environment
...
SVN-Revision: 26271
2011-03-22 18:56:55 +00:00
Jo-Philipp Wich
d005251cc4
target.mk: don't enable coreutils by default, it does not even exist anymore... fixes the Image Builder
...
SVN-Revision: 26269
2011-03-22 18:06:12 +00:00
Imre Kaloz
4ee9074433
add 2.6.38 support
...
SVN-Revision: 26268
2011-03-22 15:04:17 +00:00
Imre Kaloz
0a65ef965d
enable the 'big kernel lock' by default
...
SVN-Revision: 26267
2011-03-22 09:20:34 +00:00
Felix Fietkau
b85cfd52d8
ath9k: add a patch from linux-wireless@ for reducing driver size
...
SVN-Revision: 26264
2011-03-22 00:41:55 +00:00
Felix Fietkau
e822e20348
hostapd: update to 2011-02-21, use PKG_MIRROR_MD5SUM, includes fixes for WPS
...
SVN-Revision: 26261
2011-03-21 23:02:12 +00:00
Felix Fietkau
b568a64f8c
add support for md5sum checks for mirrored tarballs of packages with version control source urls
...
SVN-Revision: 26260
2011-03-21 23:02:06 +00:00
Jo-Philipp Wich
48c8a8ddb0
image.mk: only upgrade permissions instead of overwriting, utilize tar -p flag for targz image targets ( #7667 )
...
SVN-Revision: 26259
2011-03-21 17:38:15 +00:00
Jo-Philipp Wich
b8aef60e35
ipkg-utils: utilize the tar -p flag to preserve permissions ( #7667 )
...
SVN-Revision: 26258
2011-03-21 17:36:50 +00:00
Travis Kemen
e9fdc5c981
sysupgrade works on the wp54
...
SVN-Revision: 26257
2011-03-21 16:52:14 +00:00
Jo-Philipp Wich
9710f415fa
ncurses: install ncurses5-config and ncursesw5-config ( #9044 )
...
SVN-Revision: 26255
2011-03-21 06:45:20 +00:00
Daniel Dickinson
c28e406a9c
hotplug2: Added zaptel subsystem to /etc/hotplugs2.rules so that the zaptel kernel module package only needs to had a script to create the correct device nodes (default names differ from what all apps that use zaptel actually use, so a script is necessary).
...
SVN-Revision: 26253
2011-03-21 05:53:17 +00:00
Felix Fietkau
eaa07dd900
mac80211: initialize the last rx time when creating a station
...
should hopefully finally take care of the nasty reassociation issues which showed up as
Jan 1 00:51:10 OpenWrt daemon.info hostapd: wlan0: STA 00:xx:xx:xx:xx:xx IEEE 802.11: deauthenticated due to inactivity
right after associating, leading to an immediate disconnect.
Will probably fix #8343 , #8830 and others.
SVN-Revision: 26251
2011-03-21 03:19:35 +00:00
Felix Fietkau
562468651d
ath9k: re-run nfcal only when stuck beacons become more frequent
...
SVN-Revision: 26250
2011-03-21 02:22:26 +00:00
Felix Fietkau
bc8410cd76
ath9k: increase ATH_BCBUF, allows creating 8 virtual APs
...
SVN-Revision: 26249
2011-03-21 02:22:22 +00:00
Felix Fietkau
4838baefa7
ath9k: improve precision of beacon timer calculations
...
SVN-Revision: 26248
2011-03-21 02:22:17 +00:00
Felix Fietkau
c12de7c4c1
ath9k: add some minor debugfs cleanups
...
SVN-Revision: 26247
2011-03-21 02:22:12 +00:00
Claudio Mignanti
eb4fc36bfe
Update to 2.6.38
...
SVN-Revision: 26246
2011-03-20 22:49:27 +00:00
Daniel Dickinson
4c85b8562d
block-mount busybox: Removed busybox versions of blkid and swap-utils since they are only used by block-mount and block-extroot, and those packages don't have as much need for the image space-savings of busybox versions, especially at the cost of including it in all images even those with no external storage.
...
SVN-Revision: 26245
2011-03-20 19:37:28 +00:00
Michael Büsch
37548fcf60
omap24xx: Update to 2.6.38. Remove 2.6.37 files
...
SVN-Revision: 26244
2011-03-20 14:07:25 +00:00
Felix Fietkau
7b7242564a
linux-atm: Solos card requires explicit buffer size to br2684ctl
...
The default send buffer size of 8192 potentially can run past the end of the buffer (skb) and trash memory.
Explicitly setting a limit is required.
(Patch by Philip Prindeville)
SVN-Revision: 26242
2011-03-20 01:21:49 +00:00
Travis Kemen
a2cd7b2883
Keep firewall.user during sysupgrades
...
SVN-Revision: 26241
2011-03-20 00:57:47 +00:00
Hauke Mehrtens
8d75dcb4b8
brcm47xx: remove kmod-usb-ohci from WGT634U packages.
...
This package creates some error messages on startup
Thank you russell-- for reporting
SVN-Revision: 26240
2011-03-19 23:19:08 +00:00
Hauke Mehrtens
aadec1ec97
kernel: fix some problems with kernel 2.6.38
...
In some places LINUX_2_6_38 was just missing.
Some kernel modules were moved.
SVN-Revision: 26239
2011-03-19 17:42:48 +00:00
Hauke Mehrtens
782dd1689b
kernel: add missing config options
...
SVN-Revision: 26238
2011-03-19 17:40:58 +00:00
Hauke Mehrtens
1ddb639910
kernel: linux/version.h was removed in kernel 2.6.19 and is now replaced by generated/autoconf.h.
...
This fixes build with kernel 2.6.38.
This was only build tested.
Thank you philipp64 for reporting
SVN-Revision: 26237
2011-03-19 17:40:02 +00:00
Daniel Dickinson
aa8c871b41
ncurses: Split terminfo database into a separate package because S-Lang library needs the terminfo database but doesn't depend on ncurses (and libnewt depends on S-Lang library and is intended to be a lightweight dialog replacement that doesn't depend on the heavy ncurses).
...
SVN-Revision: 26232
2011-03-18 23:34:40 +00:00
Jo-Philipp Wich
fe8b9d5232
base-files: properly handle vlans on top of wireless interfaces
...
SVN-Revision: 26230
2011-03-18 18:24:51 +00:00
Imre Kaloz
a8d84ae94d
remove 2.6.34 support
...
SVN-Revision: 26229
2011-03-18 13:40:48 +00:00
Imre Kaloz
de69f84399
upgrade to 2.6.37.4
...
SVN-Revision: 26228
2011-03-18 13:33:18 +00:00
Imre Kaloz
4ef09dc5f8
upgrade to 2.6.37.4
...
SVN-Revision: 26227
2011-03-18 13:32:17 +00:00
Imre Kaloz
b8430e7427
update to 2.6.32.33 and 2.6.37.4
...
SVN-Revision: 26226
2011-03-18 13:25:32 +00:00
Imre Kaloz
c89b70adcd
upgrade to 2.6.37
...
SVN-Revision: 26225
2011-03-18 13:09:21 +00:00
Imre Kaloz
5e58d35a34
upgrade to 2.6.37
...
SVN-Revision: 26224
2011-03-18 13:04:02 +00:00
Imre Kaloz
938e6365e6
upgrade to 2.6.37
...
SVN-Revision: 26223
2011-03-18 13:03:50 +00:00
Imre Kaloz
091c6afb80
upgrade to 2.6.37, mark it broken
...
SVN-Revision: 26222
2011-03-18 13:02:12 +00:00
Imre Kaloz
7df8322519
add 2.6.38 md5sum
...
SVN-Revision: 26221
2011-03-18 12:56:19 +00:00
Vasilis Tsiligiannis
0e5f8f6904
hostapd: fix non-multicall hostapd compile ( #9074 )
...
SVN-Revision: 26220
2011-03-18 11:03:12 +00:00
Felix Fietkau
07183b57ee
wireless-tools: remove some more unnecessary stuff from iwconfig
...
SVN-Revision: 26218
2011-03-18 03:41:22 +00:00
Felix Fietkau
791641db07
strip .note.gnu.build-id from kernel modules
...
SVN-Revision: 26217
2011-03-18 03:13:38 +00:00
Felix Fietkau
a75791b855
hostapd: add a patch to remove some unnecessary control interface functionality
...
SVN-Revision: 26216
2011-03-18 02:15:52 +00:00
Felix Fietkau
473ac1f87d
kernel: fix an overlayfs deadlock on rmdir
...
SVN-Revision: 26215
2011-03-17 23:14:17 +00:00
Felix Fietkau
4e2339b032
add a kernel config option for magic sysrq
...
SVN-Revision: 26214
2011-03-17 23:14:12 +00:00
Felix Fietkau
4f06dc1907
kernel: replace mini_fo with overlayfs for 2.6.38
...
SVN-Revision: 26213
2011-03-17 20:23:14 +00:00
Felix Fietkau
de2b5158a1
hostapd: add a separate config symbol for 802.11n driver support
...
SVN-Revision: 26212
2011-03-17 20:21:28 +00:00
Felix Fietkau
5c0daa4580
ar71xx: remove 2.6.32 support
...
SVN-Revision: 26211
2011-03-17 20:08:44 +00:00
Felix Fietkau
334ea34d35
kernel: replace mini_fo with overlayfs for 2.6.37
...
SVN-Revision: 26209
2011-03-17 19:09:48 +00:00
Felix Fietkau
a3b9971d84
base-files: overlayfs whiteouts depend on a specific xattr entry, which does not get preserved by the tmpfs->overlay copy. work around this by cleaning all copied "(overlay-whiteout)" symlinks after the switch to jffs2
...
SVN-Revision: 26208
2011-03-17 19:09:43 +00:00
Felix Fietkau
66bcd1d049
base-files: add initial support for mounting overlayfs
...
SVN-Revision: 26207
2011-03-17 19:09:39 +00:00