summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* ncurses: install ncurses5-config and ncursesw5-config (#9044)Jo-Philipp Wich2011-03-211-0/+12
| | | | SVN-Revision: 26255
* hotplug2: Added zaptel subsystem to /etc/hotplugs2.rules so that the zaptel ↵Daniel Dickinson2011-03-211-1/+1
| | | | | | 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
* mac80211: initialize the last rx time when creating a stationFelix Fietkau2011-03-211-0/+10
| | | | | | | | | 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
* ath9k: re-run nfcal only when stuck beacons become more frequentFelix Fietkau2011-03-211-0/+12
| | | | SVN-Revision: 26250
* ath9k: increase ATH_BCBUF, allows creating 8 virtual APsFelix Fietkau2011-03-211-0/+24
| | | | SVN-Revision: 26249
* ath9k: improve precision of beacon timer calculationsFelix Fietkau2011-03-211-0/+317
| | | | SVN-Revision: 26248
* ath9k: add some minor debugfs cleanupsFelix Fietkau2011-03-212-4/+111
| | | | SVN-Revision: 26247
* block-mount busybox: Removed busybox versions of blkid and swap-utils since ↵Daniel Dickinson2011-03-202-25/+26
| | | | | | 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
* linux-atm: Solos card requires explicit buffer size to br2684ctlFelix Fietkau2011-03-201-1/+4
| | | | | | | | | 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
* Keep firewall.user during sysupgradesTravis Kemen2011-03-202-0/+3
| | | | SVN-Revision: 26241
* kernel: fix some problems with kernel 2.6.38Hauke Mehrtens2011-03-194-29/+19
| | | | | | | In some places LINUX_2_6_38 was just missing. Some kernel modules were moved. SVN-Revision: 26239
* ncurses: Split terminfo database into a separate package because S-Lang ↵Daniel Dickinson2011-03-181-4/+18
| | | | | | 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
* base-files: properly handle vlans on top of wireless interfacesJo-Philipp Wich2011-03-182-8/+11
| | | | SVN-Revision: 26230
* hostapd: fix non-multicall hostapd compile (#9074)Vasilis Tsiligiannis2011-03-181-46/+235
| | | | SVN-Revision: 26220
* wireless-tools: remove some more unnecessary stuff from iwconfigFelix Fietkau2011-03-182-13/+138
| | | | SVN-Revision: 26218
* hostapd: add a patch to remove some unnecessary control interface functionalityFelix Fietkau2011-03-181-0/+161
| | | | SVN-Revision: 26216
* hostapd: add a separate config symbol for 802.11n driver supportFelix Fietkau2011-03-173-10/+10
| | | | SVN-Revision: 26212
* base-files: overlayfs whiteouts depend on a specific xattr entry, which does ↵Felix Fietkau2011-03-171-0/+12
| | | | | | 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
* base-files: add initial support for mounting overlayfsFelix Fietkau2011-03-173-7/+9
| | | | SVN-Revision: 26207
* base-files: update sysctl.conf for modern kernelsJo-Philipp Wich2011-03-172-3/+9
| | | | SVN-Revision: 26204
* hostapd: Fix hostap driver for multicall binary buildsVasilis Tsiligiannis2011-03-171-0/+365
| | | | SVN-Revision: 26203
* hostap-driver: Remove newline at start of config (cosmetic)Vasilis Tsiligiannis2011-03-171-1/+0
| | | | SVN-Revision: 26202
* acx: Major rework of acx.sh scriptVasilis Tsiligiannis2011-03-171-153/+142
| | | | SVN-Revision: 26201
* hostap-driver: Use 'any' for unspecified SSIDsVasilis Tsiligiannis2011-03-171-1/+1
| | | | SVN-Revision: 26200
* hostap-driver: Fix adhoc modeVasilis Tsiligiannis2011-03-171-0/+1
| | | | SVN-Revision: 26199
* hostap-driver: Add newline at end of autodetected wireless config (cosmetic)Vasilis Tsiligiannis2011-03-171-0/+1
| | | | SVN-Revision: 26198
* madwifi: Add newline at end of autodetected wireless config (cosmetic)Vasilis Tsiligiannis2011-03-171-0/+1
| | | | SVN-Revision: 26197
* acx: Add newline at end of autodetected wireless config (cosmetic)Vasilis Tsiligiannis2011-03-171-0/+1
| | | | SVN-Revision: 26196
* mac80211: add an aggregation rx reorder timeout handling fixFelix Fietkau2011-03-161-0/+11
| | | | SVN-Revision: 26185
* comgt: handle ttyHS* devices in usb hotplug, fix typo (#9046)Jo-Philipp Wich2011-03-152-2/+2
| | | | SVN-Revision: 26175
* ath9k: force the rx chainmask on ar913x to 0x7 - fixes calibration issues ↵Felix Fietkau2011-03-151-0/+11
| | | | | | with 2-antenna devices such as the wrt160nl SVN-Revision: 26168
* ath9k: enable an ar913x specific hardware fix for sending block-ackFelix Fietkau2011-03-151-0/+21
| | | | SVN-Revision: 26167
* base-files: Autodetect newly added wireless hardwareVasilis Tsiligiannis2011-03-151-2/+2
| | | | SVN-Revision: 26166
* mac80211: Fix unique device autodetectionVasilis Tsiligiannis2011-03-151-2/+2
| | | | SVN-Revision: 26165
* madwifi: Fix unique device autodetectionVasilis Tsiligiannis2011-03-151-2/+2
| | | | SVN-Revision: 26164
* hostap-driver: Fix unique device autodetectionVasilis Tsiligiannis2011-03-151-2/+2
| | | | SVN-Revision: 26163
* hostap-driver: Add support for multiple interfacesVasilis Tsiligiannis2011-03-142-33/+89
| | | | SVN-Revision: 26162
* base-files: link libpthread against libcFelix Fietkau2011-03-141-1/+1
| | | | SVN-Revision: 26161
* mac80211: fix ath9k/ath9k-htc description (thx, swalker)Felix Fietkau2011-03-141-1/+1
| | | | SVN-Revision: 26160
* * fixes .unlocked_ioctl functionsJohn Crispin2011-03-144-8/+200
| | | | SVN-Revision: 26158
* block-mount: Changed default filesystem for /e/c/fstab to be ext4 instead of ↵Daniel Dickinson2011-03-141-1/+1
| | | | | | ext3 SVN-Revision: 26156
* pjsip: make pjsip-ltq-tapi dependencies conditional to make the build ↵Felix Fietkau2011-03-131-1/+1
| | | | | | dependencies conditional as well SVN-Revision: 26154
* acx: Detect every device presentVasilis Tsiligiannis2011-03-131-1/+1
| | | | SVN-Revision: 26150
* base-files: add a default /etc/services filesFelix Fietkau2011-03-131-0/+170
| | | | SVN-Revision: 26142
* base-files: add users ftp (for ftp servers), network (network related ↵Felix Fietkau2011-03-131-0/+2
| | | | | | daemons such as tor, quagga, ...) SVN-Revision: 26138
* base-files: add an ftp group as wellFelix Fietkau2011-03-131-0/+1
| | | | SVN-Revision: 26136
* base-files: add a few default groups to /etc/group so that we can get rid of ↵Felix Fietkau2011-03-131-0/+7
| | | | | | a few postinst scripts SVN-Revision: 26133
* ltq-ifxos: only attempt to build if the lantiq target is selected (fixes #9035)Felix Fietkau2011-03-131-2/+4
| | | | SVN-Revision: 26132
* ath9k: split package into kmod-ath9k and kmod-ath9k-common, add a new ↵Felix Fietkau2011-03-131-7/+67
| | | | | | package for ath9k_htc SVN-Revision: 26130
* mac80211: update to wireless-testing 2011-03-11Felix Fietkau2011-03-1328-1210/+396
| | | | SVN-Revision: 26128