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

View Directory Listing Directory Listing


Sticky Revision:

Revision 3270 - Directory Listing
Modified Wed Jul 18 13:30:55 2007 UTC (6 years, 7 months ago) by tg
merge the rest

Revision 3265 - Directory Listing
Modified Wed Jul 18 12:45:43 2007 UTC (6 years, 7 months ago) by tg
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 - Directory Listing
Modified Mon Jul 16 09:05:37 2007 UTC (6 years, 7 months ago) by tg
Original Path: trunk/freewrt/package/broadcom-wl
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 - Directory Listing
Modified Thu Jul 12 15:48:22 2007 UTC (6 years, 7 months ago) by spaetzle
Original Path: trunk/freewrt/package/broadcom-wl
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 - Directory Listing
Modified Wed Jul 11 09:23:09 2007 UTC (6 years, 7 months ago) by spaetzle
Original Path: trunk/freewrt/package/broadcom-wl
fixed wpa


Revision 3088 - Directory Listing
Modified Mon Jul 2 19:47:39 2007 UTC (6 years, 7 months ago) by spaetzle
Original Path: trunk/freewrt/package/broadcom-wl
- fixed bridged managed mode
- removed afterburner capabilities because command
afterburner_override seems nonexistent



Revision 3057 - Directory Listing
Modified Sun Jul 1 16:28:53 2007 UTC (6 years, 7 months ago) by spaetzle
Original Path: trunk/freewrt/package/broadcom-wl
- 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 - Directory Listing
Modified Tue Jun 26 21:42:09 2007 UTC (6 years, 8 months ago) by spaetzle
Original Path: trunk/freewrt/package/broadcom-wl
- 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 - Directory Listing
Modified Mon Jun 25 15:59:40 2007 UTC (6 years, 8 months ago) by spaetzle
Original Path: trunk/freewrt/package/broadcom-wl
version bump forgotten


Revision 2885 - Directory Listing
Modified Mon Jun 25 15:11:25 2007 UTC (6 years, 8 months ago) by spaetzle
Original Path: trunk/freewrt/package/broadcom-wl
fixes to make shell code portable, removed zero size files


Revision 2771 - Directory Listing
Modified Tue Jun 12 14:20:47 2007 UTC (6 years, 8 months ago) by spaetzle
Original Path: trunk/freewrt/package/broadcom-wl
changed location of network files to /etc/network
fixed bug in /etc/network/plugins/lladdr



Revision 2737 - Directory Listing
Modified Fri Jun 8 06:04:12 2007 UTC (6 years, 8 months ago) by wbx
Original Path: trunk/freewrt/package/broadcom-wl
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 - Directory Listing
Modified Tue May 29 14:04:00 2007 UTC (6 years, 8 months ago) by tg
Original Path: trunk/freewrt/package/broadcom-wl
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 - Directory Listing
Modified Mon Apr 2 22:17:37 2007 UTC (6 years, 10 months ago) by wbx
Original Path: trunk/freewrt/package/broadcom-wl
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 - Directory Listing
Modified Tue Mar 20 16:21:41 2007 UTC (6 years, 11 months ago) by tg
Original Path: trunk/freewrt/package/broadcom-wl
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 1956 - Directory Listing
Modified Mon Feb 12 23:16:23 2007 UTC (7 years ago) by n0-1
Original Path: trunk/freewrt/package/broadcom-wl
this is the big config symbol renaming cleanup

changing config symbol names for the target devices
for putting them together in a more generic way caused
some trouble in the past (freewrt 1.0.1 :) and still does.

This was detected by missing switch-* modules on my
WRT54GS1.0, seems like really no one (which would include
myself) uses trunk.
big acknowledgement to grep finding all hidden goodies for me.


Revision 1686 - Directory Listing
Modified Sat Jan 20 21:21:59 2007 UTC (7 years, 1 month ago) by n0-1
Original Path: trunk/freewrt/package/broadcom-wl
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 943 - Directory Listing
Modified Mon Oct 16 22:21:28 2006 UTC (7 years, 4 months ago) by wbx
Original Path: trunk/freewrt/package/broadcom-wl
fix most parts of my braindead misuse of "select".

There are two methods to depend on different packages/options.

Soft dependency, user can deselect:
add to the package "foo" dependencies to device or filesystem "bar":
config FWRT_PACKAGE_FOO
 default y if FWRT_TARGET_BAR
 default n
 depends on FWRT_TARGET_BAR

If you want a hard dependency, user can't deselect, then
add a select to FWRT_TARGET_BAR
config FWRT_TARGET_BAR
 select FWRT_PACKAGE_FOO

For menus wich are only relevant for specific devices, use a
depends on line (see USB kernel modules for example).

After discussion with Phil, who said it really sucks to remove a .config before 
switching between devices or filesystems. He was right.



Revision 827 - Directory Listing
Modified Tue Oct 3 15:38:58 2006 UTC (7 years, 4 months ago) by wbx
Original Path: trunk/freewrt/package/broadcom-wl
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 - Directory Listing
Modified Sat Sep 16 16:21:37 2006 UTC (7 years, 5 months ago) by wbx
Original Path: trunk/freewrt/package/broadcom-wl
major package Makefile cleanup. remove mostly-clean, add licence header, always use RSTRIP varibale for stripping, rename some init scripts, indent

Revision 588 - Directory Listing
Modified Tue Sep 12 18:11:35 2006 UTC (7 years, 5 months ago) by wbx
Original Path: trunk/freewrt/package/broadcom-wl
Copied from: branches/wbx-target-cleanup/package/broadcom-wl revision 587
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 580 - Directory Listing
Modified Sun Sep 10 14:47:16 2006 UTC (7 years, 5 months ago) by wbx
Original Path: branches/wbx-target-cleanup/package/broadcom-wl
add configfs partition to all models, except netgear, make openswan package a single package including utils and kernel modules, fix some startupscripts for the configfs changes

Revision 578 - Directory Listing
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
add it again from another machine, fix some more bugs in startupscripts

Revision 563 - Directory Listing
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
load wl on startup

Revision 555 - Directory Listing
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
add missing broadcom-wl package, make bridge-utils default on

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