Changeset 155f9511 in freewrt for package/aiccu/Makefile


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/aiccu/Makefile

    rf13cb8e r155f9511  
    99PKG_NAME:=              aiccu
    1010PKG_VERSION:=           20070115
    11 PKG_RELEASE:=           2
     11PKG_RELEASE:=           3
    1212PKG_MD5SUM:=            c9bcc83644ed788e22a7c3f3d4021350
    1313PKG_INIT:=              60
     
    2323
    2424$(WRKBUILD)/.configured:
    25         $(SED) "s,strip,$(STRIP)," $(WRKBUILD)/unix-console/Makefile
    2625        touch $@
    2726
     
    2928        $(MAKE) -C $(WRKBUILD) \
    3029                CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE" \
     30                CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE -D_REENTRANT -DAICCU_CONSOLE -D_LINUX -DHAS_IFHEAD -DAICCU_TYPE='\"linux\"'" \
    3131                DEBUG=0
    3232        touch $@
Note: See TracChangeset for help on using the changeset viewer.