Log of /branches/common-nfo/package/broadcom-wl/Makefile
Parent Directory
|
Revision Log
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
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
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
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
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)
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.