English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Log of /branches/freewrt_1_0/package/madwifi/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 2951 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 26 19:20:08 2007 UTC (6 years, 8 months ago) by tha
File length: 3403 byte(s)
Diff to previous 2670
Madwifi (fixing bug: #155):
 - downgraded to 0.9.2.1, because in 0.9.3.x the madwifi kernel module
   oopses in monitor mode.
 - applied debian's security fixed for 0.9.2.1, because every 
   unpatched version before 0.9.3.1 is vulnerable to three knows security
   issues (see madwifi.org).
 - converted four manual patches to the freewrt patch format
 - thx to shorty for sending a one-liner fix in the Makefile for 0.9.2.1

Aiccu (fixing a bug reported via the xen-users ml by Frank Matthiess):
 - merged fix from trunk rev #2881 for fixing a bug regarding a broken
   IP Header in the aiccu packets.

Broadcom-wl-util (fixing bug: #334):
 - qouted the wpa password in the if-<pre>up.d scripts.
   hopefully this fixes this bug. Until now I only checked that it 
   doesn't brake something that was already working before.

Freeradius (fixing bug: #321):
 - the init.d script now exports the correct library path before radiusd
   is started. otherwise the daemon fails in certain setups because some
   libraries cannot be found. thx to tg for this fix.

License:
 - updated the license file to refelect the current developer team.
   the names and the alphabetic order has been "stolen" by me from
   http://www.freewrt.org/trac/wiki/Development/Developers



Revision 2670 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 27 11:42:26 2007 UTC (6 years, 9 months ago) by wbx
File length: 3407 byte(s)
Diff to previous 1279
update to latest stable upstream, disable rfkill on module load, instead of a patch

Revision 1279 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 8 23:28:54 2006 UTC (7 years, 2 months ago) by dnehring
File length: 3498 byte(s)
Diff to previous 1238
* drop svn patches from patch-dir
* update source file to latest svn snapshot to fix security issue
* drop wbx's converted patches, because they are unmaintainable
* add autocreate=none patch
* add compile-option patch
* add multicall-binary patch
* update post-down script
* add disable-rfkill patch


Revision 1238 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 4 08:09:17 2006 UTC (7 years, 2 months ago) by dnehring
File length: 3406 byte(s)
Diff to previous 1093
Update atheros network support

Revision 1093 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 7 16:30:55 2006 UTC (7 years, 3 months ago) by dnehring
File length: 3391 byte(s)
Diff to previous 1031
Update madwifi to svn trunk

Revision 1031 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 31 00:27:48 2006 UTC (7 years, 3 months ago) by dnehring
File length: 3387 byte(s)
Diff to previous 1023
* Chance wifi-prefix to wireless to keep Debian compatible
* implement more wireless parameters
* drop unsafe wlan examples from interface (WEP128, no encryption)
* wireless will now be started in the pre-up script


Revision 1023 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 30 00:55:51 2006 UTC (7 years, 3 months ago) by dnehring
File length: 3359 byte(s)
Diff to previous 804
Updated wifi driver configuration scripts, atheros still unfinished

Revision 804 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 1 14:01:35 2006 UTC (7 years, 4 months ago) by wbx
File length: 3081 byte(s)
Diff to previous 744
* part 1
do not overwrite ARCH in mk/targets.mk
ARCH is used for ipkg package creation.

Add two new variables:
CPU_ARCH -> architecture + endianess f.e. mipsel
KERNEL_ARCH -> architecture for Kernel modules f.e. mips

fix all kernel module packages to use these variables.

* part 2
start creation of board+kernel+model+fs specific
base-files-arch and kernel packages. needed for web image builder (wib)



Revision 744 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 28 10:42:55 2006 UTC (7 years, 4 months ago) by wbx
File length: 3062 byte(s)
Diff to previous 668
create stable branch, feature freeze, please send svn diff patches to wbx

Revision 668 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 23 15:55:41 2006 UTC (7 years, 5 months ago) by wbx
Original Path: trunk/freewrt/package/madwifi/Makefile
File length: 3062 byte(s)
Diff to previous 667
add back modules file

Revision 667 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 23 15:50:28 2006 UTC (7 years, 5 months ago) by wbx
Original Path: trunk/freewrt/package/madwifi/Makefile
File length: 3142 byte(s)
Diff to previous 654
update madwifi to 0.9.2, works on netgear

Revision 654 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 20 23:43:33 2006 UTC (7 years, 5 months ago) by wbx
Original Path: trunk/freewrt/package/madwifi/Makefile
File length: 3235 byte(s)
Diff to previous 600
add KARCH variable asworkaround for now, builds little endian madwifi drivers

Revision 600 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 16 16:21:37 2006 UTC (7 years, 5 months ago) by wbx
Original Path: trunk/freewrt/package/madwifi/Makefile
File length: 3231 byte(s)
Diff to previous 588
major package Makefile cleanup. remove mostly-clean, add licence header, always use RSTRIP varibale for stripping, rename some init scripts, indent

Revision 588 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 12 18:11:35 2006 UTC (7 years, 5 months ago) by wbx
Original Path: trunk/freewrt/package/madwifi/Makefile
File length: 3033 byte(s)
Diff to previous 550
merge wbx-target-cleanup to trunk.
- mk directory for some top level makefiles (build.mk,vars.mk)
- add a separate configfs partition to all models, 128 kb big
- add model and platform specific startup files and kernel configs
- delete target/linux/package, add all addon kernel packages to packages
- simplify target/linux/brcm-2.4/Makefile, abstraction to mk/ comes later
- add target/image directory, place where the different images are created
- default off for all extra packages, be sure that you enable all packages
  you need to get a dsl-capable router. snapshots will be created by a specific config which contains all needed stuff (iptables, pppoe, pptp, haserl, webif)



Revision 550 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 31 07:14:32 2006 UTC (7 years, 5 months ago) by wbx
Original Path: branches/wbx-target-cleanup/package/madwifi/Makefile
File length: 3033 byte(s)
Diff to previous 508
move more packages, add netgear flash map driver

Revision 508 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 9 20:16:04 2006 UTC (7 years, 6 months ago) by wbx
Original Path: branches/wbx-target-cleanup/target/linux/package/madwifi/Makefile
File length: 3026 byte(s)
Diff to previous 360
make a branch for cleaning up the target dir to a more clear and simple state

Revision 360 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 22 15:48:30 2006 UTC (7 years, 7 months ago) by tg
Original Path: trunk/freewrt/target/linux/package/madwifi/Makefile
File length: 3026 byte(s)
Diff to previous 353
as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)



Revision 353 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 22 10:47:24 2006 UTC (7 years, 7 months ago) by wbx
Original Path: trunk/freewrt/target/linux/package/madwifi/Makefile
File length: 3024 byte(s)
Diff to previous 323
fix build

Revision 323 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 21 03:52:19 2006 UTC (7 years, 7 months ago) by tg
Original Path: trunk/freewrt/target/linux/package/madwifi/Makefile
File length: 3081 byte(s)
Diff to previous 1
start the WRKDIR conversion here too

package/rules.mk is still broken. I don't get this GNU make shit
tonight any more. Please use r274, I know that one works, for now.


Revision 1 - (view) (download) (annotate) - [select for diffs]
Added Sat May 27 15:00:14 2006 UTC (7 years, 9 months ago) by wbx
Original Path: trunk/freewrt/target/linux/package/madwifi/Makefile
File length: 3156 byte(s)
add OpenWrt trunk revision 3830. 



This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20