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

SCM Repository

ViewVC logotype

Contents of /branches/freewrt_1_0/package/broadcom-wl-util/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2951 - (show annotations) (download)
Tue Jun 26 19:20:08 2007 UTC (6 years, 8 months ago) by tha
File size: 1489 byte(s)
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


1 # $FreeWRT$
2 #-
3 # This file is part of the FreeWRT project. FreeWRT is copyrighted
4 # material, please see the LICENCE file in the top-level directory
5 # or at http://www.freewrt.org/licence for details.
6
7 include $(TOPDIR)/rules.mk
8
9 PKG_NAME:= broadcom-wl-util
10 PKG_VERSION:= 1.0
11 PKG_RELEASE:= 4
12 PKG_MD5SUM:= ea7009c695ef16a7eb755eced42c3d2c
13 PKG_SOURCE_URL:= http://www.freewrt.org/distfiles
14
15 include $(TOPDIR)/mk/package.mk
16
17 $(eval $(call PKG_template,BROADCOM_WL_UTIL,broadcom-wl-util,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
18
19 $(WRKBUILD)/.configured:
20 touch $@
21
22 $(WRKBUILD)/.built:
23 touch $@
24
25 $(IPKG_BROADCOM_WL_UTIL):
26 $(INSTALL_DIR) $(IDIR_BROADCOM_WL_UTIL)/usr/sbin
27 $(INSTALL_DIR) $(IDIR_BROADCOM_WL_UTIL)/etc/hotplug.d/net
28 $(INSTALL_DIR) $(IDIR_BROADCOM_WL_UTIL)/etc/network/if-post-down.d
29 $(INSTALL_DIR) $(IDIR_BROADCOM_WL_UTIL)/etc/network/if-pre-up.d
30 $(INSTALL_DIR) $(IDIR_BROADCOM_WL_UTIL)/etc/network/if-up.d
31 $(INSTALL_BIN) $(WRKBUILD)/wl $(IDIR_BROADCOM_WL_UTIL)/usr/sbin
32 $(INSTALL_BIN) ./files/wireless-broadcom.pre-up \
33 $(IDIR_BROADCOM_WL_UTIL)/etc/network/if-pre-up.d/02-wireless-broadcom
34 $(INSTALL_BIN) ./files/wireless-broadcom.post-down \
35 $(IDIR_BROADCOM_WL_UTIL)/etc/network/if-post-down.d/wireless-broadcom
36 $(INSTALL_BIN) ./files/wireless-broadcom.up \
37 $(IDIR_BROADCOM_WL_UTIL)/etc/network/if-up.d/01-wireless-broadcom
38 $(CP) ./files/wds.hotplug \
39 $(IDIR_BROADCOM_WL_UTIL)/etc/hotplug.d/net/01-wds
40 $(IPKG_BUILD) $(IDIR_BROADCOM_WL_UTIL) $(PACKAGE_DIR)

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