Changeset 155f9511 in freewrt for package/madwifi


Ignore:
Timestamp:
Jun 26, 2007, 9:20:08 PM (18 years ago)
Author:
Ralph Paßgang <tha@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
61f46aa
Parents:
f13cb8e
Message:

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:

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@2951 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/madwifi
Files:
19 added
4 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • package/madwifi/Makefile

    rf13cb8e r155f9511  
    99
    1010PKG_NAME:=              madwifi
    11 PKG_VERSION:=           0.9.3.1
     11PKG_VERSION:=           0.9.2.1
    1212PKG_RELEASE:=           1
    13 PKG_MD5SUM:=            fa691c19650ca19ac694718a9d557a53
     13PKG_MD5SUM:=            df2c83ea8682e6ebafef6f7acd2d4818
    1414PKG_SOURCE_URL:=        @SF/$(PKG_NAME)
    1515
     
    8282        install -m0644 ./files/madwifi.modules $(IDIR_KMOD_MADWIFI)/etc/modules.d/20-madwifi
    8383        $(CP)   $(WRKBUILD)/net80211/wlan*.$(KERNEL_MOD_SUFFIX) \
    84                 $(WRKBUILD)/ath_hal/ath_hal.$(KERNEL_MOD_SUFFIX) \
     84                $(WRKBUILD)/ath/ath_hal.$(KERNEL_MOD_SUFFIX) \
    8585                $(BUS_MODULES) \
    8686                $(WRKBUILD)/ath_rate/sample/ath_rate_sample.$(KERNEL_MOD_SUFFIX) \
Note: See TracChangeset for help on using the changeset viewer.