openwrt/svn-archive/archive.git
17 years agoR.I.P. devfs
Imre Kaloz [Sat, 3 Mar 2007 20:35:01 +0000 (20:35 +0000)]
R.I.P. devfs

SVN-Revision: 6478

17 years agoreplace some hardcoded /dev/mtdblock/* references with calls to find_mtd_part()
Felix Fietkau [Sat, 3 Mar 2007 19:22:41 +0000 (19:22 +0000)]
replace some hardcoded /dev/mtdblock/* references with calls to find_mtd_part()

SVN-Revision: 6477

17 years agomake the rest of the structure for the targets that dont have profiles yet
Tim Yardley [Sat, 3 Mar 2007 01:22:09 +0000 (01:22 +0000)]
make the rest of the structure for the targets that dont have profiles yet

SVN-Revision: 6475

17 years agofinal fix for the profile selection
Felix Fietkau [Fri, 2 Mar 2007 23:36:59 +0000 (23:36 +0000)]
final fix for the profile selection

SVN-Revision: 6474

17 years agoDeleting the test file
Hamish Guthrie [Fri, 2 Mar 2007 23:33:12 +0000 (23:33 +0000)]
Deleting the test file

SVN-Revision: 6473

17 years agoTest file - please ignore
Hamish Guthrie [Fri, 2 Mar 2007 23:30:16 +0000 (23:30 +0000)]
Test file - please ignore

SVN-Revision: 6472

17 years agoAdded base
Hamish Guthrie [Fri, 2 Mar 2007 23:26:01 +0000 (23:26 +0000)]
Added base

SVN-Revision: 6471

17 years agoset the PROFILE variable in target.mk appropriately
Felix Fietkau [Fri, 2 Mar 2007 23:13:52 +0000 (23:13 +0000)]
set the PROFILE variable in target.mk appropriately

SVN-Revision: 6470

17 years agorevert bogus target.mk change from [6465]
Felix Fietkau [Fri, 2 Mar 2007 23:04:19 +0000 (23:04 +0000)]
revert bogus target.mk change from [6465]

SVN-Revision: 6469

17 years agosplit out profile definitions from Makefiles
Tim Yardley [Fri, 2 Mar 2007 23:02:38 +0000 (23:02 +0000)]
split out profile definitions from Makefiles

structure is as follows:
target/linux/<arch>/profiles/<profilename>.mk

These files are included by a blob match in the target Makefile

The files should be labeled based on their profile Name in the definition

SVN-Revision: 6468

17 years agofix an error in the kernel image related commit
Felix Fietkau [Fri, 2 Mar 2007 21:07:53 +0000 (21:07 +0000)]
fix an error in the kernel image related commit

SVN-Revision: 6467

17 years agomake find_mtd_part work without devfs
Felix Fietkau [Fri, 2 Mar 2007 19:01:49 +0000 (19:01 +0000)]
make find_mtd_part work without devfs

SVN-Revision: 6466

17 years agocommit profile support for base-files... patches still need to be done
Tim Yardley [Fri, 2 Mar 2007 18:17:40 +0000 (18:17 +0000)]
commit profile support for base-files... patches still need to be done

SVN-Revision: 6465

17 years agokernel build cleanup
Felix Fietkau [Fri, 2 Mar 2007 17:24:20 +0000 (17:24 +0000)]
kernel build cleanup

SVN-Revision: 6464

17 years agocopy the initramfs kernel to bin/ on x86-2.6 (fixes #1359)
Felix Fietkau [Fri, 2 Mar 2007 17:12:23 +0000 (17:12 +0000)]
copy the initramfs kernel to bin/ on x86-2.6 (fixes #1359)

SVN-Revision: 6463

17 years agominor doc changes
Tim Yardley [Fri, 2 Mar 2007 16:59:40 +0000 (16:59 +0000)]
minor doc changes

SVN-Revision: 6462

17 years agoadd SimpleTech SimpleShare NAS diag support (untested; based on patch from #1352)
Felix Fietkau [Fri, 2 Mar 2007 16:27:53 +0000 (16:27 +0000)]
add SimpleTech SimpleShare NAS diag support (untested; based on patch from #1352)

SVN-Revision: 6460

17 years agoadd EXTRA_CFLAGS variable support
Felix Fietkau [Fri, 2 Mar 2007 16:14:05 +0000 (16:14 +0000)]
add EXTRA_CFLAGS variable support

SVN-Revision: 6459

17 years agoadd support for static routes - based on the patch from #1365
Felix Fietkau [Fri, 2 Mar 2007 15:48:29 +0000 (15:48 +0000)]
add support for static routes - based on the patch from #1365

SVN-Revision: 6457

17 years agoenable mini_fo on fonera
Felix Fietkau [Fri, 2 Mar 2007 15:26:57 +0000 (15:26 +0000)]
enable mini_fo on fonera

SVN-Revision: 6456

17 years agoadd support for if{down,up} -a and implement proper start/stop/restart for /etc/init...
Felix Fietkau [Fri, 2 Mar 2007 13:21:33 +0000 (13:21 +0000)]
add support for if{down,up} -a and implement proper start/stop/restart for /etc/init.d/network

SVN-Revision: 6455

17 years agoAdd a LED driver for MTX-1 boards, yeah baby
Florian Fainelli [Fri, 2 Mar 2007 13:03:50 +0000 (13:03 +0000)]
Add a LED driver for MTX-1 boards, yeah baby

SVN-Revision: 6454

17 years agoenable grub images in menuconfig for squashfs
Felix Fietkau [Fri, 2 Mar 2007 02:46:38 +0000 (02:46 +0000)]
enable grub images in menuconfig for squashfs

SVN-Revision: 6453

17 years agouse /etc/preinit on atheros-2.6
Felix Fietkau [Fri, 2 Mar 2007 01:39:14 +0000 (01:39 +0000)]
use /etc/preinit on atheros-2.6

SVN-Revision: 6452

17 years agoadd squashfs support for atheros-2.6
Felix Fietkau [Fri, 2 Mar 2007 01:38:07 +0000 (01:38 +0000)]
add squashfs support for atheros-2.6

SVN-Revision: 6451

17 years agomake squashfs overlay support more generic and integrate it for x86-2.6
Felix Fietkau [Fri, 2 Mar 2007 01:23:36 +0000 (01:23 +0000)]
make squashfs overlay support more generic and integrate it for x86-2.6

SVN-Revision: 6450

17 years agomove mtd rootfs split patch to generic-2.6, disabled for broadcom targets until the...
Felix Fietkau [Thu, 1 Mar 2007 23:52:19 +0000 (23:52 +0000)]
move mtd rootfs split patch to generic-2.6, disabled for broadcom targets until the flash map driver is updated and tested

SVN-Revision: 6449

17 years agofix compile error
Felix Fietkau [Thu, 1 Mar 2007 23:39:48 +0000 (23:39 +0000)]
fix compile error

SVN-Revision: 6448

17 years agomake the iptables package robust to kernel config changes
Felix Fietkau [Thu, 1 Mar 2007 11:59:42 +0000 (11:59 +0000)]
make the iptables package robust to kernel config changes

SVN-Revision: 6447

17 years agoflash related cleanups
Felix Fietkau [Thu, 1 Mar 2007 11:54:33 +0000 (11:54 +0000)]
flash related cleanups

SVN-Revision: 6446

17 years agoPackage sit module as part of kmod-ipv6 (#1424)
Florian Fainelli [Thu, 1 Mar 2007 09:13:14 +0000 (09:13 +0000)]
Package sit module as part of kmod-ipv6 (#1424)

SVN-Revision: 6445

17 years agoMake strongswan really depend on 2.4 kernels
Florian Fainelli [Thu, 1 Mar 2007 09:08:34 +0000 (09:08 +0000)]
Make strongswan really depend on 2.4 kernels

SVN-Revision: 6444

17 years agoFix truncated pings results when packets are too small. Also check for packet maximum...
Florian Fainelli [Wed, 28 Feb 2007 19:45:36 +0000 (19:45 +0000)]
Fix truncated pings results when packets are too small. Also check for packet maximum size, so that busybox's ping could not be responsible for flooding hosts.

SVN-Revision: 6443

17 years agomark uml as broken and add some cleanups (not working yet)
Felix Fietkau [Wed, 28 Feb 2007 18:25:14 +0000 (18:25 +0000)]
mark uml as broken and add some cleanups (not working yet)

SVN-Revision: 6439

17 years agofix the issue of httpd no longer working when its root directory is replaced
Felix Fietkau [Wed, 28 Feb 2007 17:58:23 +0000 (17:58 +0000)]
fix the issue of httpd no longer working when its root directory is replaced

SVN-Revision: 6437

17 years agoFix dependency on zlib
Florian Fainelli [Wed, 28 Feb 2007 16:23:20 +0000 (16:23 +0000)]
Fix dependency on zlib

SVN-Revision: 6433

17 years agoRevert previous commit oops :/
Florian Fainelli [Wed, 28 Feb 2007 13:56:05 +0000 (13:56 +0000)]
Revert previous commit oops :/

SVN-Revision: 6431

17 years agoRe-enable fuse for 2.4 kernels as well (#1346)
Florian Fainelli [Wed, 28 Feb 2007 13:45:37 +0000 (13:45 +0000)]
Re-enable fuse for 2.4 kernels as well (#1346)

SVN-Revision: 6430

17 years agoAdd strongswan (#1330)
Florian Fainelli [Wed, 28 Feb 2007 13:30:51 +0000 (13:30 +0000)]
Add strongswan (#1330)

SVN-Revision: 6429

17 years agofix kexec-tools build
Felix Fietkau [Wed, 28 Feb 2007 13:28:18 +0000 (13:28 +0000)]
fix kexec-tools build

SVN-Revision: 6428

17 years agofix a small bug in the config merge/split (fixes buildbot error on ixp4xx)
Felix Fietkau [Wed, 28 Feb 2007 13:00:26 +0000 (13:00 +0000)]
fix a small bug in the config merge/split (fixes buildbot error on ixp4xx)

SVN-Revision: 6427

17 years agoForgot the patch for CLASSIFY
Florian Fainelli [Wed, 28 Feb 2007 12:05:46 +0000 (12:05 +0000)]
Forgot the patch for CLASSIFY

SVN-Revision: 6425

17 years agoAdd ipt_CLASSIFY target for 2.4 kernels (#1338)
Florian Fainelli [Wed, 28 Feb 2007 12:04:58 +0000 (12:04 +0000)]
Add ipt_CLASSIFY target for 2.4 kernels (#1338)

SVN-Revision: 6424

17 years agoremove remaining unnecessary dependency
Felix Fietkau [Wed, 28 Feb 2007 02:40:19 +0000 (02:40 +0000)]
remove remaining unnecessary dependency

SVN-Revision: 6423

17 years agoadd missing dependencies (#1244)
Felix Fietkau [Wed, 28 Feb 2007 01:27:53 +0000 (01:27 +0000)]
add missing dependencies (#1244)

SVN-Revision: 6421

17 years agoadd a patch to revert recent breakage in the intel cfi flash driver (fixes #1140)
Felix Fietkau [Wed, 28 Feb 2007 01:14:42 +0000 (01:14 +0000)]
add a patch to revert recent breakage in the intel cfi flash driver (fixes #1140)

SVN-Revision: 6420

17 years agostrip double quotes from grub boot options (fixes #1406)
Felix Fietkau [Wed, 28 Feb 2007 01:10:10 +0000 (01:10 +0000)]
strip double quotes from grub boot options (fixes #1406)

SVN-Revision: 6419

17 years agoupdate to imq patch version 2.6.19-imq3 - fixes kernel oops from #1397
Felix Fietkau [Wed, 28 Feb 2007 00:53:20 +0000 (00:53 +0000)]
update to imq patch version 2.6.19-imq3 - fixes kernel oops from #1397

SVN-Revision: 6418

17 years agoallow the user to change the rb532 rootfs size in menuconfig (fixes #1374)
Felix Fietkau [Wed, 28 Feb 2007 00:06:37 +0000 (00:06 +0000)]
allow the user to change the rb532 rootfs size in menuconfig (fixes #1374)

SVN-Revision: 6417

17 years agoadd wl-500w diag support (untested, based on patch from #1298)
Felix Fietkau [Wed, 28 Feb 2007 00:01:41 +0000 (00:01 +0000)]
add wl-500w diag support (untested, based on patch from #1298)

SVN-Revision: 6416

17 years agomove ccache to tools/ and fix potential dependency issue
Felix Fietkau [Tue, 27 Feb 2007 23:46:34 +0000 (23:46 +0000)]
move ccache to tools/ and fix potential dependency issue

SVN-Revision: 6413

17 years agofix ccache build (#1415)
Felix Fietkau [Tue, 27 Feb 2007 23:44:04 +0000 (23:44 +0000)]
fix ccache build (#1415)

SVN-Revision: 6412

17 years agoadd a check for brctl in the unbridge() function (fixes #1417)
Felix Fietkau [Tue, 27 Feb 2007 23:34:14 +0000 (23:34 +0000)]
add a check for brctl in the unbridge() function (fixes #1417)

SVN-Revision: 6410

17 years agouse config_get_bool for hide_ssid option in madwifi
Felix Fietkau [Tue, 27 Feb 2007 23:10:53 +0000 (23:10 +0000)]
use config_get_bool for hide_ssid option in madwifi

SVN-Revision: 6408

17 years agomove config_get_bool from /sbin/wifi to /etc/functions.sh
Felix Fietkau [Tue, 27 Feb 2007 23:09:57 +0000 (23:09 +0000)]
move config_get_bool from /sbin/wifi to /etc/functions.sh

SVN-Revision: 6407

17 years agoAdd hidden_ssid option to madwifi script (#1363)
Florian Fainelli [Tue, 27 Feb 2007 23:05:05 +0000 (23:05 +0000)]
Add hidden_ssid option to madwifi script (#1363)

SVN-Revision: 6406

17 years agoMassive speedup in the package/target scanning step
Felix Fietkau [Tue, 27 Feb 2007 21:14:00 +0000 (21:14 +0000)]
Massive speedup in the package/target scanning step
- per package metadata files are now cached.
- timestamp.pl calls have been replaced with make file dependencies
- an extra stamp file ensures that directory listing changes force a rebuild

SVN-Revision: 6404

17 years agoremove compatibility crap from libfuse which seems to break on uClibc, because of...
Felix Fietkau [Tue, 27 Feb 2007 15:13:59 +0000 (15:13 +0000)]
remove compatibility crap from libfuse which seems to break on uClibc, because of problems with versioned symbols

SVN-Revision: 6402

17 years agofix alsa compile
Felix Fietkau [Tue, 27 Feb 2007 12:31:45 +0000 (12:31 +0000)]
fix alsa compile

SVN-Revision: 6401

17 years agoMake cifs depend on kmod-nls-base (#1360)
Florian Fainelli [Tue, 27 Feb 2007 10:27:37 +0000 (10:27 +0000)]
Make cifs depend on kmod-nls-base (#1360)

SVN-Revision: 6400

17 years agofix pam header related compile error in dropbear
Felix Fietkau [Tue, 27 Feb 2007 02:12:15 +0000 (02:12 +0000)]
fix pam header related compile error in dropbear

SVN-Revision: 6397

17 years agoAdd macosx fix from #1407
Florian Fainelli [Mon, 26 Feb 2007 21:54:55 +0000 (21:54 +0000)]
Add macosx fix from #1407

SVN-Revision: 6392

17 years agoIntegrate basic UCI config file validation support
Felix Fietkau [Mon, 26 Feb 2007 20:04:04 +0000 (20:04 +0000)]
Integrate basic UCI config file validation support
Needs more testing and validation is not enforced yet

Code contributed by Fraunhofer Fokus

SVN-Revision: 6391

17 years agocorrect wrong CONFIG_PCMCIA defaults (fixes buildbot errors)
Felix Fietkau [Mon, 26 Feb 2007 14:36:27 +0000 (14:36 +0000)]
correct wrong CONFIG_PCMCIA defaults (fixes buildbot errors)

SVN-Revision: 6390

17 years agoadd missing dependency
Felix Fietkau [Mon, 26 Feb 2007 14:05:43 +0000 (14:05 +0000)]
add missing dependency

SVN-Revision: 6389

17 years agodocument MAKE_FLAGS and MAKE_VARS
Felix Fietkau [Mon, 26 Feb 2007 01:14:18 +0000 (01:14 +0000)]
document MAKE_FLAGS and MAKE_VARS

SVN-Revision: 6385

17 years agoadd information about the tex4ht requirement for the docs
Felix Fietkau [Mon, 26 Feb 2007 01:06:41 +0000 (01:06 +0000)]
add information about the tex4ht requirement for the docs

SVN-Revision: 6384

17 years agoadd missing copyright header
Felix Fietkau [Mon, 26 Feb 2007 01:05:09 +0000 (01:05 +0000)]
add missing copyright header

SVN-Revision: 6383

17 years agoadd x86_64 sitefile
Felix Fietkau [Mon, 26 Feb 2007 01:02:57 +0000 (01:02 +0000)]
add x86_64 sitefile

SVN-Revision: 6382

17 years agominor cleanup
Felix Fietkau [Mon, 26 Feb 2007 00:52:51 +0000 (00:52 +0000)]
minor cleanup

SVN-Revision: 6381

17 years agouse default_subtargets in package/Makefile and target/Makefile
Felix Fietkau [Mon, 26 Feb 2007 00:41:53 +0000 (00:41 +0000)]
use default_subtargets in package/Makefile and target/Makefile

SVN-Revision: 6380

17 years agoremove old variables
Felix Fietkau [Mon, 26 Feb 2007 00:20:39 +0000 (00:20 +0000)]
remove old variables

SVN-Revision: 6379

17 years agomove CXXFLAGS to MAKE_VARS
Felix Fietkau [Mon, 26 Feb 2007 00:13:41 +0000 (00:13 +0000)]
move CXXFLAGS to MAKE_VARS

SVN-Revision: 6378

17 years agoadd MAKE_VARS and MAKE_FLAGS similar to CONFIGURE_*
Felix Fietkau [Mon, 26 Feb 2007 00:10:52 +0000 (00:10 +0000)]
add MAKE_VARS and MAKE_FLAGS similar to CONFIGURE_*

SVN-Revision: 6377

17 years agorename PKG_CONFIGURE_PATH to CONFIGURE_PATH for consistency
Felix Fietkau [Sun, 25 Feb 2007 23:55:53 +0000 (23:55 +0000)]
rename PKG_CONFIGURE_PATH to CONFIGURE_PATH for consistency

SVN-Revision: 6376

17 years agodocument configure related build system changes
Felix Fietkau [Sun, 25 Feb 2007 23:50:35 +0000 (23:50 +0000)]
document configure related build system changes

SVN-Revision: 6375

17 years agouse NO_TRACE_MAKE for docs build
Felix Fietkau [Sun, 25 Feb 2007 23:50:22 +0000 (23:50 +0000)]
use NO_TRACE_MAKE for docs build

SVN-Revision: 6374

17 years agomore cleanup
Felix Fietkau [Sun, 25 Feb 2007 23:38:02 +0000 (23:38 +0000)]
more cleanup

SVN-Revision: 6373

17 years agovarious configure related cleanups
Felix Fietkau [Sun, 25 Feb 2007 23:34:57 +0000 (23:34 +0000)]
various configure related cleanups

SVN-Revision: 6372

17 years agochange path to .prereq stampfile
Felix Fietkau [Sun, 25 Feb 2007 23:27:54 +0000 (23:27 +0000)]
change path to .prereq stampfile

SVN-Revision: 6371

17 years agomove configure args to CONFIGURE_ARGS and configure variable to CONFIGURE_VARS to...
Felix Fietkau [Sun, 25 Feb 2007 23:10:32 +0000 (23:10 +0000)]
move configure args to CONFIGURE_ARGS and configure variable to CONFIGURE_VARS to make it possible to modify the configure command line without overriding the default template

SVN-Revision: 6370

17 years agofix for including host.mk multiple times
Felix Fietkau [Sun, 25 Feb 2007 21:17:57 +0000 (21:17 +0000)]
fix for including host.mk multiple times

SVN-Revision: 6369

17 years agoadd x86_64 config for uClibc
Felix Fietkau [Sun, 25 Feb 2007 21:11:02 +0000 (21:11 +0000)]
add x86_64 config for uClibc

SVN-Revision: 6368

17 years agofix stampfiles for host-builds
Felix Fietkau [Sun, 25 Feb 2007 21:01:21 +0000 (21:01 +0000)]
fix stampfiles for host-builds

SVN-Revision: 6367

17 years agorun indent on ar2313 driver
Felix Fietkau [Sun, 25 Feb 2007 20:06:27 +0000 (20:06 +0000)]
run indent on ar2313 driver

SVN-Revision: 6366

17 years agoadd prereq checks for the documentation (#1400)
Felix Fietkau [Sun, 25 Feb 2007 19:13:49 +0000 (19:13 +0000)]
add prereq checks for the documentation (#1400)

SVN-Revision: 6365

17 years agofix path to usb audio module
Felix Fietkau [Sun, 25 Feb 2007 19:05:46 +0000 (19:05 +0000)]
fix path to usb audio module

SVN-Revision: 6364

17 years agofix KCONFIG for usb-audio package (#1335)
Felix Fietkau [Sun, 25 Feb 2007 19:02:38 +0000 (19:02 +0000)]
fix KCONFIG for usb-audio package (#1335)

SVN-Revision: 6363

17 years agoadd kernel_headers dependency on target/linux/generic-2.*
Felix Fietkau [Sun, 25 Feb 2007 18:54:51 +0000 (18:54 +0000)]
add kernel_headers dependency on target/linux/generic-2.*

SVN-Revision: 6362

17 years agoadd auto-rebuild for host builds (tested with tools/ and toolchain/)
Felix Fietkau [Sun, 25 Feb 2007 18:28:25 +0000 (18:28 +0000)]
add auto-rebuild for host builds (tested with tools/ and toolchain/)

SVN-Revision: 6361

17 years agoclean up a few things in image build makefiles and fix unnecessary grub rebuilds
Felix Fietkau [Sun, 25 Feb 2007 18:20:34 +0000 (18:20 +0000)]
clean up a few things in image build makefiles and fix unnecessary grub rebuilds

SVN-Revision: 6360

17 years agoadd optional padding for x86 grub images (useful for running jffs2 images in qemu)
Felix Fietkau [Sun, 25 Feb 2007 17:59:23 +0000 (17:59 +0000)]
add optional padding for x86 grub images (useful for running jffs2 images in qemu)

SVN-Revision: 6359

17 years agomake ptgen print the end offset of the last partition as well
Felix Fietkau [Sun, 25 Feb 2007 17:58:54 +0000 (17:58 +0000)]
make ptgen print the end offset of the last partition as well

SVN-Revision: 6358

17 years agoclean up stampfile mess for tools/ and toolchain/
Felix Fietkau [Sun, 25 Feb 2007 17:49:25 +0000 (17:49 +0000)]
clean up stampfile mess for tools/ and toolchain/

SVN-Revision: 6357

17 years agomore reliable fix for handling ppp
Felix Fietkau [Sun, 25 Feb 2007 13:45:45 +0000 (13:45 +0000)]
more reliable fix for handling ppp

SVN-Revision: 6356

17 years agointegrate the fix from #1348 and clean up the network scripts a bit...
Felix Fietkau [Sun, 25 Feb 2007 12:52:02 +0000 (12:52 +0000)]
integrate the fix from #1348 and clean up the network scripts a bit...

SVN-Revision: 6355

17 years agofix ppp defaultroute issues (based on patch from #1386, fixes #1181)
Felix Fietkau [Sun, 25 Feb 2007 11:53:50 +0000 (11:53 +0000)]
fix ppp defaultroute issues (based on patch from #1386, fixes #1181)

SVN-Revision: 6354

17 years agoupgrade to uClibc 0.9.28.2
Felix Fietkau [Sat, 24 Feb 2007 20:22:01 +0000 (20:22 +0000)]
upgrade to uClibc 0.9.28.2

SVN-Revision: 6353

17 years agofix cylinder rounding in ptgen
Felix Fietkau [Sat, 24 Feb 2007 20:20:57 +0000 (20:20 +0000)]
fix cylinder rounding in ptgen

SVN-Revision: 6352

17 years agoalways dereference symbolic links when copying kernel modules into the packaging...
Felix Fietkau [Fri, 23 Feb 2007 14:52:50 +0000 (14:52 +0000)]
always dereference symbolic links when copying kernel modules into the packaging directory (fixes alsa build, patch from #1392)

SVN-Revision: 6350