summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package/wlcompat
Commit message (Collapse)AuthorAgeFilesLines
* move old kamikaze out of trunk - will put buildroot-ng in there as soon as ↵Felix Fietkau2006-10-075-1091/+0
| | | | | | all the developers are ready SVN-Revision: 4944
* rename wl.o wireless interface from ethX to wl0Felix Fietkau2006-05-061-2/+2
| | | | SVN-Revision: 3732
* change cp to $(CP)Mike Baker2006-02-011-2/+2
| | | | SVN-Revision: 3112
* large target/linux cleanupFelix Fietkau2006-01-101-7/+3
| | | | SVN-Revision: 2877
* first load network driver (10), then wlan driver (20) and then wlcompat, so ↵Waldemar Brodkorb2006-01-031-1/+1
| | | | | | the order of eth0/eth1 is as used to SVN-Revision: 2814
* remove Maintainer: and Source: fields from ipkg control filesNicolas Thill2005-12-082-4/+0
| | | | SVN-Revision: 2605
* make wlcompat display 19 dBm max. when regulatory override is disabledFelix Fietkau2005-11-191-1/+4
| | | | SVN-Revision: 2530
* fix wlcompat menuconfig dependenciesFelix Fietkau2005-11-141-2/+2
| | | | SVN-Revision: 2479
* improve signal level/quality displayFelix Fietkau2005-11-111-12/+22
| | | | SVN-Revision: 2426
* fix noise/signal level display (fixes #20)Felix Fietkau2005-11-111-5/+11
| | | | SVN-Revision: 2421
* rework the kernel menuconfig, always use prompt to display config text ↵Nicolas Thill2005-11-021-2/+4
| | | | | | instead of bool/tristate SVN-Revision: 2315
* continue massive kernel menuconfig reorganizationNicolas Thill2005-10-241-2/+2
| | | | SVN-Revision: 2297
* compile fixFelix Fietkau2005-10-221-1/+1
| | | | SVN-Revision: 2262
* add missing control file for kmod-wlcompat-debugFelix Fietkau2005-09-071-0/+7
| | | | SVN-Revision: 1871
* fix wlcompat-debug, add proper signal strength info to scan and statsFelix Fietkau2005-09-072-5/+41
| | | | SVN-Revision: 1870
* some wificonf and wlcompat cleanups/fixesFelix Fietkau2005-08-131-3/+5
| | | | SVN-Revision: 1631
* add updates from whiterussian to headFelix Fietkau2005-08-131-5/+72
| | | | SVN-Revision: 1626
* move nvram,jffs2root,shared libs into target/linux/package and make them ↵Felix Fietkau2005-07-211-1/+1
| | | | | | broadcom-specific SVN-Revision: 1517
* fix iwconfig eth1 enc on/offFelix Fietkau2005-07-161-11/+11
| | | | SVN-Revision: 1466
* fix some small bugs in wificonf and wlcompatFelix Fietkau2005-07-091-5/+3
| | | | SVN-Revision: 1385
* fix txpower setting in wlcompatFelix Fietkau2005-07-061-3/+5
| | | | SVN-Revision: 1363
* split wlcompat package in HEAD, tooFelix Fietkau2005-06-302-2/+16
| | | | SVN-Revision: 1298
* add board tag to kernel module version and add versioned depend (does not ↵Felix Fietkau2005-06-111-1/+1
| | | | | | work with current ipkg yet) SVN-Revision: 1202
* some fixes for wlcompatFelix Fietkau2005-06-112-30/+45
| | | | SVN-Revision: 1194
* implement SIOCSIWENCODE in wlcompatFelix Fietkau2005-06-101-20/+55
| | | | SVN-Revision: 1191
* read wep keys from the driver's private data instead of the shmem (can get ↵Felix Fietkau2005-06-101-23/+40
| | | | | | key length correctly) SVN-Revision: 1190
* add function for enabling/disabling radio in wlcompatFelix Fietkau2005-06-011-10/+24
| | | | SVN-Revision: 1129
* don't return an error if a part of SIOCSIWMODE fails (fixes wlcompat for ↵Felix Fietkau2005-05-281-12/+5
| | | | | | newer wl driver) SVN-Revision: 1092
* fix wlcompat buildFelix Fietkau2005-05-281-10/+16
| | | | SVN-Revision: 1087
* move package/linux into target/linux, use wbx' new kernel code. support ↵Felix Fietkau2005-05-284-0/+872
building images with more than one kernel, split kernel module parts off of packages that use their own kernel modules (fuse, shfs, openswan). some cleanup in the image building process in target/. image builder is disabled for now, needs some fixing. SVN-Revision: 1085