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

SCM Repository

ViewVC logotype

Log of /branches/common-nfo/package/broadcom-wl/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 3427 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 8 11:08:41 2007 UTC (6 years, 6 months ago) by tg
File length: 2266 byte(s)
Diff to previous 3265
merge in trunk rev. 3426

Revision 3265 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 18 12:45:43 2007 UTC (6 years, 7 months ago) by tg
File length: 2357 byte(s)
Diff to previous 3221
copy trunk/freewrt r3264 into a new branch for making the nfo system
because upgrading the old adk branch would be a hell more work


Revision 3221 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 16 09:05:37 2007 UTC (6 years, 7 months ago) by tg
Original Path: trunk/freewrt/package/broadcom-wl/Makefile
File length: 2357 byte(s)
Diff to previous 3208
add a script that oversees if nas is still running, and restarts
it if it isn't, as requested by wbx@

this should be considered as /etc/init.d/S80naswatch for 1.0 maybe

note: just installing the broadcom-nas package will now delay your
boot by another 30 seconds of delay…


Revision 3208 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 12 15:48:22 2007 UTC (6 years, 7 months ago) by spaetzle
Original Path: trunk/freewrt/package/broadcom-wl/Makefile
File length: 2298 byte(s)
Diff to previous 3198
fixed broken wep

config variables:
  wireless-key
  if you like to configure only one key

  wireless-key0 <key>
  wireless-key1 <key>
  wireless-key2 <key>
  wireless-key3 <key>
  if you like to configure some more keys
  
  wireless-primary-key <0-3>
  if unset the lowest numberd key is primary


Revision 3198 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 11 09:23:09 2007 UTC (6 years, 7 months ago) by spaetzle
Original Path: trunk/freewrt/package/broadcom-wl/Makefile
File length: 2298 byte(s)
Diff to previous 3088
fixed wpa


Revision 3088 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 2 19:47:39 2007 UTC (6 years, 7 months ago) by spaetzle
Original Path: trunk/freewrt/package/broadcom-wl/Makefile
File length: 2298 byte(s)
Diff to previous 3057
- fixed bridged managed mode
- removed afterburner capabilities because command
afterburner_override seems nonexistent



Revision 3057 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 1 16:28:53 2007 UTC (6 years, 7 months ago) by spaetzle
Original Path: trunk/freewrt/package/broadcom-wl/Makefile
File length: 2298 byte(s)
Diff to previous 2958
- updated wl-broadcom script to work with latest wl
  this is untested but the old one doesn't work and 
  i have no time to test next days

- removed output noise from ifup, used mprint instead of echo

- updated manual stuff, from now manual doesn't configure iface
  but sets it up or down

- removed bridge shutdown if bridge init fails
  not to 100 percent complete initialized bridge is better than
  having no network, the normal user doesn't have serial access


Revision 2958 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 26 21:42:09 2007 UTC (6 years, 8 months ago) by spaetzle
Original Path: trunk/freewrt/package/broadcom-wl/Makefile
File length: 2298 byte(s)
Diff to previous 2889
- added back method manual to the valid methods
- moved lladdr to the right place, this is cosmetic
- removed /etc/init.d/ifupdown, nobody needs this
- removed zero size file wl-broadcom
- fixed fwifupdown Makefile changes from tg@


Revision 2889 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 25 15:59:40 2007 UTC (6 years, 8 months ago) by spaetzle
Original Path: trunk/freewrt/package/broadcom-wl/Makefile
File length: 2298 byte(s)
Diff to previous 2771
version bump forgotten


Revision 2771 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 12 14:20:47 2007 UTC (6 years, 8 months ago) by spaetzle
Original Path: trunk/freewrt/package/broadcom-wl/Makefile
File length: 2298 byte(s)
Diff to previous 2737
changed location of network files to /etc/network
fixed bug in /etc/network/plugins/lladdr



Revision 2737 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 8 06:04:12 2007 UTC (6 years, 8 months ago) by wbx
Original Path: trunk/freewrt/package/broadcom-wl/Makefile
File length: 2298 byte(s)
Diff to previous 2678
sorry, but we need help to test the new ifupdown scripts. 
THIS WILL BREAK STUFF, PLEASE ONLY USE TRUNK NOW IF YOU KNOW HOW TO USE
SERIAL CONSOLE OR FAILSAFE.

Sometimes test first is not applicable. brcm-2.4 is tested by Christian.

Extra reboot for jffs2 is obsolete, we have adapted the OpenWrt method.



Revision 2678 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 29 14:04:00 2007 UTC (6 years, 8 months ago) by tg
Original Path: trunk/freewrt/package/broadcom-wl/Makefile
File length: 2494 byte(s)
Diff to previous 2322
the treebreaker ☺

overhaul the fetch'n'checksum system to be more bsd-like
• make fetch, make checksum supported
• future expansion possibilities already prepared:
  – more distfiles than just one
  – check sizes of downloaded files (size matters!!!!!111)
  – more hashes than just MD5
  – recursive fetch/checksum targets
  – PERMIT_{SOURCES,DISTFILES}=Yes/«reason» – licence issues
• download.pl dies

quirks:
• GNU make only has a poor excuse for a .for loop
• some things (esp. toolchain and target/linux) now have
  a ${WRKDIR} where they didn't have it before
• ${WRKDIR}/.checksum_done – no comment… it was necessary
  because otherwise everything will get rebuilt every time
  (did I mention that GNU make sucks?)
• I had troubles tracking the dependency problems down
  because GNU make, unlike BSD make, doesn't have good debugging
• DISTFILES -> FULLDISTFILES
• DL_DIR -> DISTDIR
• PKG_SOURCE -> DISTFILES
• PKG_SOURCE_URL -> MASTER_SITES
• no @SF and @GNU any more, use BSD network.template syntax
  (feel free to add more master sites)
• GNU make doesn't really strip whitespaces from variables…
  (did I mention how much better BSD make is?)
• echo 'LOCAL_DISTFILES=/path/to/distfiles' >>${TOPDIR}/prefs.mk
  will save the need to download 'em, Closes: #102
• MASTER_SITES now *must* have the trailing slashes (there may be
  a few that don't and a few with double ones, please fix them)

I've tested that a normal build (unchanged .config from the default) works
on GNU/Linux. There's definitively room for improvement, but most of that
will come with the NFO system only. Fixes appreciated.

This work sponsored by AurISP, part of the NFO conversion project ☻


Revision 2322 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 2 22:17:37 2007 UTC (6 years, 10 months ago) by wbx
Original Path: trunk/freewrt/package/broadcom-wl/Makefile
File length: 2505 byte(s)
Diff to previous 2211
time to break trunk. 

* update to OpenWrt brcm-2.4 patch, wl driver and diag driver
* fix failsafe mode to use new hotplug method
* rework of mk/kernel-build.mk to use .config instead of stampfiles
* simplify mk/kernel*.mk to use $(FS) instead ifeq/else crap

a lot of small stuff.

tested and verified to boot at least on 
- Netgear WG634u
- Linksys WRT54GS v1.0
- Asus WL500gP

Only basic lan and wlan stuff (none encryption, wep) are tested.

PLEASE update only on NON-PRODUCTIVE routers with serial access.
HELP to test the new backend code for BRCM-2.4!



Revision 2211 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 20 16:21:41 2007 UTC (6 years, 11 months ago) by tg
Original Path: trunk/freewrt/package/broadcom-wl/Makefile
File length: 1140 byte(s)
Diff to previous 1686
commit part of the $PATH cleanup; this breaks in alsa (at least),
but a huge number of packages builds with it; I'll compile fixing
after I'm done with a change to the toolchain…


Revision 1686 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 20 21:21:59 2007 UTC (7 years, 1 month ago) by n0-1
Original Path: trunk/freewrt/package/broadcom-wl/Makefile
File length: 1162 byte(s)
Diff to previous 827
merged from branches/common-adk 1310:1685

the following packages are not converted yet:
* alsa
* asterisk
* pmacct
* zaptel
* elinks
* libgd
* lua
* mypackage
* openser
* php*
* snort*
* tmsnc

additionally, freeradius doesn't compile.

happy fixing :P


Revision 827 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 3 15:38:58 2006 UTC (7 years, 4 months ago) by wbx
Original Path: trunk/freewrt/package/broadcom-wl/Makefile
File length: 1332 byte(s)
Diff to previous 600
sync with freewrt_1_0 branch. It was a little bit to early to branch,
but now everybody can work again. New smaller stuff can be committed 
directly in trunk.
Bigger stuff, like a new architecture or a new board should be
developed via a separate branch. Kernel and compiler updates, too.

Any bugfixes or security updates should go into branch and trunk. 

Still send me a patch first and do not commit directly into the branch.



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/broadcom-wl/Makefile
File length: 1325 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/broadcom-wl/Makefile
File length: 1010 byte(s)
Diff to previous 578
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 578 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 9 15:55:02 2006 UTC (7 years, 5 months ago) by wbx
Original Path: branches/wbx-target-cleanup/package/broadcom-wl/Makefile
File length: 1010 byte(s)
Diff to previous 563
add it again from another machine, fix some more bugs in startupscripts

Revision 563 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 7 09:05:35 2006 UTC (7 years, 5 months ago) by wbx
Original Path: branches/wbx-target-cleanup/package/broadcom-wl/Makefile
File length: 1011 byte(s)
Diff to previous 555
load wl on startup

Revision 555 - (view) (download) (annotate) - [select for diffs]
Added Sat Sep 2 20:44:55 2006 UTC (7 years, 5 months ago) by wbx
Original Path: branches/wbx-target-cleanup/package/broadcom-wl/Makefile
File length: 893 byte(s)
add missing broadcom-wl package, make bridge-utils default on

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