summaryrefslogtreecommitdiffstats
path: root/package/madwifi/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* add $(STAGING_DIR) as argument to the InstallDev template and update ↵Felix Fietkau2007-09-281-5/+5
| | | | | | packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages SVN-Revision: 9052
* prevent madwifi from building on UMLNicolas Thill2007-09-201-1/+6
| | | | SVN-Revision: 8855
* don't assume PCI support, cleanupNicolas Thill2007-09-161-37/+45
| | | | SVN-Revision: 8803
* fix madwifi build on atherosFelix Fietkau2007-09-091-1/+1
| | | | SVN-Revision: 8725
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-2/+4
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-4/+1
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653
* use a default VERSION field for kmod packagesNicolas Thill2007-09-021-1/+0
| | | | SVN-Revision: 8575
* madwifi: bump release versionFelix Fietkau2007-08-011-1/+1
| | | | SVN-Revision: 8311
* Some packages make no sense or do not build for etraxJohn Crispin2007-07-291-1/+1
| | | | SVN-Revision: 8216
* avr32 build fixesImre Kaloz2007-07-171-1/+1
| | | | SVN-Revision: 8017
* sync with latest madwifi snapshot, refresh patches, add tpc fix by mdtaylor ↵Felix Fietkau2007-07-111-2/+2
| | | | | | (should fix #1949) SVN-Revision: 7929
* another madwifi updateFelix Fietkau2007-07-041-2/+2
| | | | SVN-Revision: 7866
* update to the latest madwifi snapshotFelix Fietkau2007-07-031-2/+2
| | | | SVN-Revision: 7864
* madwifi update: include upstream fixes for ff handling, disable ff by ↵Felix Fietkau2007-06-021-2/+2
| | | | | | default (not reliable enough), wpa in ap mode should be working now SVN-Revision: 7440
* clean up madwifi and sync with trunkFelix Fietkau2007-06-011-2/+2
| | | | SVN-Revision: 7425
* update madwifi to latest trunk - performance enhancementsFelix Fietkau2007-05-261-2/+2
| | | | SVN-Revision: 7341
* update madwifi to latest trunk (refcount and hal-0.9.30.13 got merged) and ↵Felix Fietkau2007-05-231-3/+3
| | | | | | include a security fix that was merged in 0.9.3.1 SVN-Revision: 7309
* madwifi: switch to latest madwifi-hal-0.9.30.13 snapshot as reference merge ↵Felix Fietkau2007-05-211-5/+6
| | | | | | in refcount branch as well and clean up openwrt patches (a few fixes got merged upstream) SVN-Revision: 7300
* madwifi: remove V=1 (was only added for debugging)Felix Fietkau2007-05-131-2/+1
| | | | SVN-Revision: 7218
* huge madwifi update - use a madwifi-ng-refcount snapshot as base, includes ↵Felix Fietkau2007-05-131-9/+12
| | | | | | lots of bugfixes and performance enhancements SVN-Revision: 7211
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-161-1/+0
| | | | | | lots of places SVN-Revision: 6582
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵Felix Fietkau2007-03-161-2/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580
* add preliminary IOP32x support, mark it broken for nowImre Kaloz2007-03-111-0/+3
| | | | SVN-Revision: 6557
* disable debugging stuff in madwifi - saves precious flash space :)Imre Kaloz2007-02-201-1/+1
| | | | SVN-Revision: 6329
* fix madwifi compile for atheros 2.6Felix Fietkau2007-02-041-3/+3
| | | | SVN-Revision: 6260
* nuke old madwifi init script, add new /lib/wifi handler (usable for many ↵Felix Fietkau2006-12-221-3/+3
| | | | | | configurations already), fix up a target name SVN-Revision: 5889
* use INSTALL_DIR variableNicolas Thill2006-12-161-3/+2
| | | | SVN-Revision: 5809
* add SoC support to madwifiFelix Fietkau2006-12-161-2/+7
| | | | SVN-Revision: 5804
* remove the ar531x-2.4 target, a 2.6 port will be added soonImre Kaloz2006-12-141-1/+1
| | | | SVN-Revision: 5796
* update madwifi (security issues: CVE-2006-6332)Felix Fietkau2006-12-081-2/+2
| | | | SVN-Revision: 5720
* replace lots of manual install commands with INSTALL_* variablesFelix Fietkau2006-11-231-1/+1
| | | | SVN-Revision: 5624
* implement target profiles in menuconfigFelix Fietkau2006-11-121-1/+1
| | | | SVN-Revision: 5512
* use target optimization flags for madwifi toolsNicolas Thill2006-10-271-2/+5
| | | | SVN-Revision: 5314
* put madwifi in the right categoryFelix Fietkau2006-10-171-1/+1
| | | | SVN-Revision: 5196
* make kernel module packaging code reusable and use it in madwifiFelix Fietkau2006-10-171-28/+37
| | | | SVN-Revision: 5189
* Do not automatically create atheros devices (#811), and potentially other bugsFlorian Fainelli2006-10-161-1/+1
| | | | SVN-Revision: 5168
* init script cleanup, use /etc/rc.d/ for enabled scripts, ↵Felix Fietkau2006-10-151-1/+1
| | | | | | /etc/init.d/<pkgname> (enable|disable) manages symlinks SVN-Revision: 5128
* finally move buildroot-ng to trunkFelix Fietkau2016-03-201-0/+133