Commit graph

5234 commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
Jo-Philipp Wich
629e73938e base-files: update sysctl.conf for modern kernels
SVN-Revision: 26204
2011-03-17 15:35:41 +00:00
Vasilis Tsiligiannis
6b0faf40e7 hostapd: Fix hostap driver for multicall binary builds
SVN-Revision: 26203
2011-03-17 07:23:37 +00:00
Vasilis Tsiligiannis
a15af2dffc hostap-driver: Remove newline at start of config (cosmetic)
SVN-Revision: 26202
2011-03-17 07:23:32 +00:00
Vasilis Tsiligiannis
bc196e68fe acx: Major rework of acx.sh script
SVN-Revision: 26201
2011-03-17 07:23:28 +00:00
Vasilis Tsiligiannis
471fe6ac5c hostap-driver: Use 'any' for unspecified SSIDs
SVN-Revision: 26200
2011-03-17 07:23:23 +00:00
Vasilis Tsiligiannis
df0f9d6dcc hostap-driver: Fix adhoc mode
SVN-Revision: 26199
2011-03-17 07:23:18 +00:00
Vasilis Tsiligiannis
c6e67df010 hostap-driver: Add newline at end of autodetected wireless config (cosmetic)
SVN-Revision: 26198
2011-03-17 07:07:43 +00:00
Vasilis Tsiligiannis
f06c25a0bb madwifi: Add newline at end of autodetected wireless config (cosmetic)
SVN-Revision: 26197
2011-03-17 07:07:03 +00:00
Vasilis Tsiligiannis
19f3538d39 acx: Add newline at end of autodetected wireless config (cosmetic)
SVN-Revision: 26196
2011-03-17 07:05:36 +00:00
Felix Fietkau
61bce8b1f0 mac80211: add an aggregation rx reorder timeout handling fix
SVN-Revision: 26185
2011-03-16 02:57:04 +00:00
Jo-Philipp Wich
d0ac4ba89a comgt: handle ttyHS* devices in usb hotplug, fix typo (#9046)
SVN-Revision: 26175
2011-03-15 09:09:05 +00:00
Felix Fietkau
8d08f4473b ath9k: force the rx chainmask on ar913x to 0x7 - fixes calibration issues with 2-antenna devices such as the wrt160nl
SVN-Revision: 26168
2011-03-15 01:36:48 +00:00
Felix Fietkau
8144d60d83 ath9k: enable an ar913x specific hardware fix for sending block-ack
SVN-Revision: 26167
2011-03-15 01:36:45 +00:00
Vasilis Tsiligiannis
1b66204ccd base-files: Autodetect newly added wireless hardware
SVN-Revision: 26166
2011-03-15 00:44:15 +00:00
Vasilis Tsiligiannis
f55fe56225 mac80211: Fix unique device autodetection
SVN-Revision: 26165
2011-03-15 00:44:02 +00:00
Vasilis Tsiligiannis
96bb1c7585 madwifi: Fix unique device autodetection
SVN-Revision: 26164
2011-03-15 00:43:50 +00:00
Vasilis Tsiligiannis
8692d2e7e3 hostap-driver: Fix unique device autodetection
SVN-Revision: 26163
2011-03-15 00:43:42 +00:00
Vasilis Tsiligiannis
4fca99b1dc hostap-driver: Add support for multiple interfaces
SVN-Revision: 26162
2011-03-14 23:48:25 +00:00
Felix Fietkau
4bcca969dc base-files: link libpthread against libc
SVN-Revision: 26161
2011-03-14 19:27:45 +00:00
Felix Fietkau
1e89670f0e mac80211: fix ath9k/ath9k-htc description (thx, swalker)
SVN-Revision: 26160
2011-03-14 14:04:49 +00:00
John Crispin
cd3ff0e45c * fixes .unlocked_ioctl functions
SVN-Revision: 26158
2011-03-14 07:34:08 +00:00
Daniel Dickinson
9d0b7371e8 block-mount: Changed default filesystem for /e/c/fstab to be ext4 instead of ext3
SVN-Revision: 26156
2011-03-14 02:12:38 +00:00
Felix Fietkau
9bb9a6835f pjsip: make pjsip-ltq-tapi dependencies conditional to make the build dependencies conditional as well
SVN-Revision: 26154
2011-03-13 23:02:52 +00:00
Vasilis Tsiligiannis
435f4374a4 acx: Detect every device present
SVN-Revision: 26150
2011-03-13 20:58:20 +00:00
Felix Fietkau
71e83bd2e1 base-files: add a default /etc/services files
SVN-Revision: 26142
2011-03-13 19:47:42 +00:00
Felix Fietkau
c33f2efbb2 base-files: add users ftp (for ftp servers), network (network related daemons such as tor, quagga, ...)
SVN-Revision: 26138
2011-03-13 19:10:28 +00:00
Felix Fietkau
f5c130cfda base-files: add an ftp group as well
SVN-Revision: 26136
2011-03-13 19:04:32 +00:00
Felix Fietkau
554cbe7f18 base-files: add a few default groups to /etc/group so that we can get rid of a few postinst scripts
SVN-Revision: 26133
2011-03-13 18:56:34 +00:00
Felix Fietkau
73088cf044 ltq-ifxos: only attempt to build if the lantiq target is selected (fixes #9035)
SVN-Revision: 26132
2011-03-13 18:45:27 +00:00
Felix Fietkau
484a793dd4 ath9k: split package into kmod-ath9k and kmod-ath9k-common, add a new package for ath9k_htc
SVN-Revision: 26130
2011-03-13 18:38:50 +00:00
Felix Fietkau
66a6f82ee3 mac80211: update to wireless-testing 2011-03-11
SVN-Revision: 26128
2011-03-13 18:38:37 +00:00