Commit Graph

1681 Commits (828ca5b55bc7157d3cde8e347064d735dac3200e)

Author SHA1 Message Date
Florian Fainelli bbf087176a Fix AutoLoad macro typos (#2765)
SVN-Revision: 9615
2007-11-28 13:33:59 +00:00
Felix Fietkau 2b32beba84 package/kernel/modules: Fixed (3)DES crypto kmod, closes #2749 (Thanks jon)
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>

SVN-Revision: 9613
2007-11-28 12:50:20 +00:00
Travis Kemen 031b47be15 use instead of closes #2759
SVN-Revision: 9612
2007-11-28 04:11:36 +00:00
Travis Kemen be9bf2bf40 add txpower patches and add uci configuration file From: Vasilis T. (aka Acinonyx)
SVN-Revision: 9610
2007-11-28 03:44:18 +00:00
Travis Kemen f30263eea0 don't overwrite device default for fast frames closes #2321
SVN-Revision: 9609
2007-11-28 03:07:18 +00:00
Travis Kemen df42216881 add option to turn off dynamic dhcp closes #2694
SVN-Revision: 9608
2007-11-28 03:02:20 +00:00
Felix Fietkau d36374c428 init: check permissions on rc.d files
We try to unconditionally execute /etc/rc.d/* files, even if they're
not executable - an easy way of temproarily disabling a service. When
this happens, we get a permission denied error on boot.

This change only tries to run execulable startup scripts.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9607
2007-11-28 02:36:14 +00:00
Felix Fietkau b443ee0fbb init: don't start hotplug2 if it doesn't exist
The current init script always tries to start hotplug 2, even if
it's not present, so we get an error on boot.

This change checks for the presence of the hotplug2 binary before
trying to start it.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9606
2007-11-28 02:36:10 +00:00
Felix Fietkau 7f052bf047 update to latest madwifi snapshot - fixes some noderef bugs
SVN-Revision: 9602
2007-11-27 22:06:27 +00:00
Felix Fietkau fd68041491 fix remaining netif_rx calls in napi polling patch
SVN-Revision: 9601
2007-11-27 22:05:40 +00:00
Felix Fietkau 679089c6a8 work around kernel config issues with sound modules
SVN-Revision: 9598
2007-11-25 17:15:30 +00:00
Felix Fietkau 4402192ded add missing dependency
SVN-Revision: 9597
2007-11-25 16:26:39 +00:00
Tim Yardley 85b17a4e9e update stripped subset of l7 patterns to 11-03-2007 patterns
SVN-Revision: 9582
2007-11-19 23:07:00 +00:00
Felix Fietkau c439768c9a fix libnl include issues which broke a few packages
SVN-Revision: 9581
2007-11-19 23:03:09 +00:00
Felix Fietkau cbb4e6b5a2 remove madwifi tx locking patch - i don't trust it
SVN-Revision: 9580
2007-11-18 15:40:12 +00:00
Felix Fietkau 55fff87408 fix path to .config (#2722)
SVN-Revision: 9579
2007-11-17 16:01:28 +00:00
Felix Fietkau c147d9d634 prevent mac80211 from accidentally starting to build on older kernel versions because of dependencies (#2718)
SVN-Revision: 9578
2007-11-17 15:54:53 +00:00
Felix Fietkau 9ad0b9e924 comment out dependencies that are not supposed to be used yet (#2723)
SVN-Revision: 9577
2007-11-17 15:50:41 +00:00
Felix Fietkau ca9147efb9 clean up stale stampfiles
SVN-Revision: 9576
2007-11-17 14:21:14 +00:00
Felix Fietkau 4235aee8c2 fix hostapd rebuild check, isolate the common src/ directory for hostapd variants as well to fix compile errors when both variants are selected (#2722)
SVN-Revision: 9575
2007-11-17 14:14:16 +00:00
Felix Fietkau 992e1f5e04 fix hostapd build with openssl
SVN-Revision: 9574
2007-11-16 23:37:24 +00:00
Gabor Juhos 63c05b7e2e kernel: add a kernel module for the usbtest driver
SVN-Revision: 9572
2007-11-16 09:38:18 +00:00
Florian Fainelli d8faf285a8 Allow specifying static IPv6 gateways (#2710)
SVN-Revision: 9569
2007-11-16 07:27:59 +00:00
Felix Fietkau 82c697991a hostapd: turn libnl into a build dependency
SVN-Revision: 9568
2007-11-16 05:08:32 +00:00
Felix Fietkau a8c17898cc fix config change detect for hostapd
SVN-Revision: 9565
2007-11-16 03:47:11 +00:00
Felix Fietkau 42d7efd083 update hostapd patches to the latest from http://johannes.sipsolutions.net/patches/hostap/all/2007-11-14-16:31/
SVN-Revision: 9564
2007-11-16 03:24:01 +00:00
Felix Fietkau 5a543584b8 improve build checks for hostapd (combinations of madwifi and mac80211)
SVN-Revision: 9563
2007-11-16 03:11:42 +00:00
Felix Fietkau 11feaad40a use the static version of libnl for hostapd
SVN-Revision: 9562
2007-11-16 03:11:39 +00:00
Felix Fietkau 3981c55a6a make libnl build a static version as well
SVN-Revision: 9561
2007-11-16 03:11:36 +00:00
Felix Fietkau e3ecefbd23 fix adm switch misdetection, which led to bogus button events that caused the system to shut down
SVN-Revision: 9555
2007-11-16 03:11:09 +00:00
Felix Fietkau 67dd9a73dc fix up hostapd for mac80211
SVN-Revision: 9554
2007-11-16 03:10:56 +00:00
Felix Fietkau 029df8cc2e add libnl
SVN-Revision: 9552
2007-11-16 03:10:33 +00:00
Florian Fainelli 874935fe41 Add detection support for Buffalo WHR-G125 from #2611
SVN-Revision: 9548
2007-11-13 07:39:29 +00:00
Felix Fietkau 391f696e4b add busybox gunzip/ipkg fix from #2691 (thanks, biblbroks)
SVN-Revision: 9546
2007-11-12 21:41:25 +00:00
Felix Fietkau 071a907015 add support for interfaces with ipv6, but no ipv4 (patch from #2695)
SVN-Revision: 9545
2007-11-12 16:29:08 +00:00
Felix Fietkau 1eb35dd1c8 add b43 fixes from #2677
SVN-Revision: 9535
2007-11-11 11:44:59 +00:00
Felix Fietkau f8d965201b disable a totally braindead optimization in busybox that causes various applets to crash on mips
SVN-Revision: 9532
2007-11-10 22:56:55 +00:00
Felix Fietkau 658fcd6cf3 wlcompat: show wet mode as Managed mode as well to avoid confusion
SVN-Revision: 9529
2007-11-10 19:01:00 +00:00
Felix Fietkau 2ab260e917 move wlcompat to the broadcom-wl package
SVN-Revision: 9528
2007-11-10 19:00:53 +00:00
Felix Fietkau 46383c512e fix up ata/scsi core depends
SVN-Revision: 9526
2007-11-10 16:56:51 +00:00
Felix Fietkau f711be8cb7 clean up rt2x00 downloading
SVN-Revision: 9525
2007-11-10 16:51:20 +00:00
Felix Fietkau 8fba43d0f1 upgrade busybox to 1.8.1
SVN-Revision: 9524
2007-11-10 16:51:11 +00:00
Felix Fietkau ddb3d3705d clean up mac80211 related kernel version deps
SVN-Revision: 9522
2007-11-10 15:23:02 +00:00
Felix Fietkau 04ad386f48 turn kmod-crypto-core dep into a select, so that packages like mac80211 are always selectable
SVN-Revision: 9521
2007-11-10 15:22:56 +00:00
Felix Fietkau 1423753198 revert abi changes in uClibc - on hold for 7.11, will be added again with the uclibc upgrade for 8.01
SVN-Revision: 9519
2007-11-09 13:20:21 +00:00
Felix Fietkau 694cbbccb1 disable crt_fini compatibility in uClibc, compile custom ld-uClibc for broadcom utilities allows us to upgrade uClibc without breaking compatibility for nas and wl breaks binary compatibility for packages from earlier kamikaze releases
SVN-Revision: 9518
2007-11-09 03:20:13 +00:00
Felix Fietkau 64e1a619c2 fix acx-mac80211 compile with older kernels
SVN-Revision: 9512
2007-11-07 23:16:37 +00:00
Felix Fietkau 2687c81ab0 fix p54 compile
SVN-Revision: 9511
2007-11-07 21:11:16 +00:00
Felix Fietkau a79df14d21 bump ppp version
SVN-Revision: 9509
2007-11-07 13:24:13 +00:00
Felix Fietkau f77a9849c0 add ppp ipv6 patch by farnz (from #2525)
SVN-Revision: 9508
2007-11-07 13:24:10 +00:00
Felix Fietkau 5bc6d1c39e update madwifi to latest rev - works around some crashiness
SVN-Revision: 9507
2007-11-07 13:02:09 +00:00
Florian Fainelli 9d7192e5fa Add a boolean to allow NAT from LAN or not, default to nat LAN (#2535)
SVN-Revision: 9503
2007-11-05 14:19:16 +00:00
Florian Fainelli 547984d91d Fix missing IP section to properly add static hosts (#2650)
SVN-Revision: 9502
2007-11-05 14:14:06 +00:00
Gabor Juhos 5fb714cca9 base-files: suppress error messages in usb-storage script
SVN-Revision: 9498
2007-11-04 15:12:08 +00:00
Felix Fietkau 9b486d6381 fix wr850g detection (#1936)
SVN-Revision: 9492
2007-11-03 16:17:53 +00:00
Florian Fainelli c8d8f93977 Fix usage (#2613)
SVN-Revision: 9479
2007-11-01 17:38:02 +00:00
Tim Yardley 4b91aa933e forgot to bump up the release version from the patches the other day
SVN-Revision: 9470
2007-10-31 21:14:26 +00:00
Gabor Juhos 79712043cc iptables: update description of the iptables-mod-ipopt
SVN-Revision: 9468
2007-10-31 20:21:58 +00:00
Felix Fietkau 8ebd4ab77b update madwifi to latest version (fixes #2403)
SVN-Revision: 9466
2007-10-31 13:06:27 +00:00
Tim Yardley b8c9855d84 expose an environment variable (IPKG_UPGRADE) to the scripts executed during a package upgrade so that they can intelligently determine what to do inside the ipk
SVN-Revision: 9465
2007-10-30 22:19:35 +00:00
Tim Yardley e80afe04b8 add username/password options to ipkg, note this only works if you have a real wget implementation rather than the busybox limited wget
SVN-Revision: 9464
2007-10-30 20:40:22 +00:00
Tim Yardley a4fbe94c84 refresh busybox patches
SVN-Revision: 9463
2007-10-30 20:36:25 +00:00
Florian Fainelli ada8e5dd95 Only masquerade LAN, other settings need manual tweaking
SVN-Revision: 9461
2007-10-29 11:00:33 +00:00
Florian Fainelli 304d5c8845 Only masquerade non routable addresses (#2535)
SVN-Revision: 9460
2007-10-29 10:31:16 +00:00
Felix Fietkau dd6cef677b oops.... committed an outdated patch
SVN-Revision: 9456
2007-10-27 23:21:40 +00:00
Felix Fietkau ddd93e2b57 madwifi: don't poll the channel noise in a performance critical path
SVN-Revision: 9454
2007-10-27 17:51:52 +00:00
Gabor Juhos 131d358fc3 6tunnel: move init/config files to the right place
SVN-Revision: 9453
2007-10-27 07:12:13 +00:00
Imre Kaloz ee65a02320 nuke util-linux in favor of util-linux-ng, build only what we need
SVN-Revision: 9444
2007-10-25 09:57:57 +00:00
Travis Kemen c526a608f8 remove unneeded config file section fixes #2594
SVN-Revision: 9442
2007-10-25 02:58:35 +00:00
Travis Kemen c4354c4589 convert the rest of /etc/dnsmasq.conf to uci
SVN-Revision: 9440
2007-10-24 21:08:54 +00:00
Florian Fainelli 18c1ffe97c i686 should use the i386 HAL
SVN-Revision: 9438
2007-10-24 19:50:06 +00:00
Florian Fainelli 5447e02115 Provide an i686 wpa_supplicant configuration file
SVN-Revision: 9437
2007-10-24 19:49:39 +00:00
Florian Fainelli 6b70ed8f18 Fix the r8169 kernel module (#2554)
SVN-Revision: 9436
2007-10-24 19:23:47 +00:00
Florian Fainelli b8964159ff Enable IPv6 forwarding by default (#2527)
SVN-Revision: 9435
2007-10-24 18:44:07 +00:00
Felix Fietkau c9e697a355 revert changes to io access functions done in madwifi trunk (they seem wrong to me, and they break xscale) fixes #2591
SVN-Revision: 9433
2007-10-24 17:56:21 +00:00
Felix Fietkau 3c8b5cbf4b disable filterwin2k in dnsmasq (see #2566)
SVN-Revision: 9432
2007-10-24 17:42:08 +00:00
Felix Fietkau 5017d5fc8e fix absolute path to .ko files in insmod
SVN-Revision: 9428
2007-10-24 16:43:25 +00:00
Matteo Croce 3a4b1e95c0 ar7-atm: updated the firmware image (#2532)
SVN-Revision: 9426
2007-10-24 15:21:18 +00:00
Florian Fainelli f038ae8671 Mark 6tunnel as executable, avoids ": /etc/init.d/rcS: line 8: /etc/rc.d/S466tunnel: Permission denied"
SVN-Revision: 9424
2007-10-24 13:42:15 +00:00
Felix Fietkau 479cf96993 upgrade madwifi to r2756
SVN-Revision: 9422
2007-10-24 04:35:02 +00:00
Florian Fainelli 2514d7f799 The RB513 CF driver is now a module, enable it by default for the RB1xx profile. Fix the membase of the CF driver.
SVN-Revision: 9416
2007-10-23 10:46:19 +00:00
Florian Fainelli 2d620947c3 Add the prism54-mac80211 version from #2560
SVN-Revision: 9414
2007-10-23 07:30:13 +00:00
Felix Fietkau a10edd4cee Add udev initilisation
We have a udev package, but no means to start udev at boot.

This change adds the necessary startup in /init, and adds the required
/sbin/udevsettle to the udev installed files

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9412
2007-10-23 06:23:36 +00:00
Imre Kaloz c1f0b1fa3f remove madwifi karma patch until it's fixed
SVN-Revision: 9404
2007-10-22 22:40:23 +00:00
Felix Fietkau 461e17e015 fix mac80211 compile
SVN-Revision: 9391
2007-10-21 13:04:32 +00:00
Felix Fietkau 58035f5e02 fix more downloading crap
SVN-Revision: 9389
2007-10-21 12:17:49 +00:00
Felix Fietkau 467c1a7189 remove unnecessary linux config include (it broke 'make download')
SVN-Revision: 9388
2007-10-21 11:58:23 +00:00
Felix Fietkau f30ff914a6 mark ipset as 2.6 only
SVN-Revision: 9382
2007-10-20 20:03:52 +00:00
Felix Fietkau 999846802f fix the remaining patch reject in 700-libtoolize.patch in linux-atm
SVN-Revision: 9381
2007-10-20 19:46:38 +00:00
John Crispin 9f73ab51f3 refreshed madwifi patches
SVN-Revision: 9380
2007-10-20 19:13:53 +00:00
John Crispin d529f387c4 fixed linux-atm
SVN-Revision: 9377
2007-10-20 19:07:31 +00:00
Felix Fietkau 19613342e2 refresh linux-atm patches
SVN-Revision: 9373
2007-10-20 17:21:13 +00:00
Felix Fietkau 4f23b57817 remove obsolete zd1211-driver, replaced by the in-tree module
SVN-Revision: 9372
2007-10-20 16:59:36 +00:00
Felix Fietkau db76c126d1 mark shfs as 2.4 only, it is broken on 2.6.23 and unmaintained. 2.6 targets can use sshfs+fuse
SVN-Revision: 9371
2007-10-20 16:59:31 +00:00
Felix Fietkau 5460d7854e disable driver_devicescape in hostapd will be enabled again when the mac80211 guys have sorted out the api ;)
SVN-Revision: 9369
2007-10-20 16:07:02 +00:00
Felix Fietkau 67eaa9814d fix update fuse to 2.7.1 - fixes compile breakage with 2.6.23
SVN-Revision: 9366
2007-10-20 15:30:08 +00:00
Felix Fietkau bd3402a740 re-libtoolize linux-atm to fix random libname breakage
SVN-Revision: 9365
2007-10-20 15:06:23 +00:00
Felix Fietkau db9e706f8c fix up a few ide related kernel config issues (related to #2516)
SVN-Revision: 9364
2007-10-20 14:39:17 +00:00
Gabor Juhos ab8a75d73f make morse LED trigger available as a package, and fix it to compile with 2.6.23
SVN-Revision: 9363
2007-10-20 14:32:13 +00:00
Gabor Juhos d2cfb2934f add LEDs trigger for switch port states, thanks to Bernhard Held (closes: #2153)
SVN-Revision: 9362
2007-10-20 07:45:08 +00:00
Florian Fainelli 2eca863b8e Convert the karma changes to be an ioctl
SVN-Revision: 9358
2007-10-19 06:19:00 +00:00
John Crispin 78edb9c7bb fixed wpa2 support for madwifi/wpa_supplicant
SVN-Revision: 9355
2007-10-18 20:51:21 +00:00
John Crispin 450ab0e5fc more package submenus
SVN-Revision: 9351
2007-10-18 19:08:16 +00:00
Florian Fainelli 0d2e9a6539 Turn off stp by default, thanks ejka
SVN-Revision: 9345
2007-10-18 13:20:02 +00:00
Florian Fainelli 0a993680d5 Revert [9176] now that we have network config handling stp [9343]
SVN-Revision: 9344
2007-10-18 13:08:59 +00:00
Florian Fainelli c37f550144 Turn on stp by default for bridges (#2476)
SVN-Revision: 9343
2007-10-18 13:07:28 +00:00
John Crispin dc0a4f8ff8 added rtl8169, from #2554
SVN-Revision: 9339
2007-10-16 21:02:36 +00:00
Florian Fainelli e36f4396f6 Add route6 option to setup IPv6 routes (#2528)
SVN-Revision: 9337
2007-10-16 15:05:19 +00:00
Florian Fainelli 109d5fbca4 Update description, iptables-mod-ipsec includes libipt_policy.so
SVN-Revision: 9336
2007-10-16 14:04:59 +00:00
Florian Fainelli 1878758fa1 Fix typos and add quotes, potentially fix build failures with ccache (#2533)
SVN-Revision: 9335
2007-10-16 13:54:32 +00:00
Eugene Konev bb3ee9d832 clear flags always
SVN-Revision: 9331
2007-10-16 09:26:58 +00:00
Eugene Konev 8c96b88b25 fix acx-mac80211
SVN-Revision: 9326
2007-10-15 13:48:38 +00:00
Matteo Croce 8cdc610404 fix acx-mac80211 build (closes #2534)
SVN-Revision: 9323
2007-10-14 20:29:44 +00:00
Florian Fainelli ccbc635770 Allow kexec to directly use the kernel exposed in a mtd partition and reboot using the right command line
SVN-Revision: 9322
2007-10-14 18:39:20 +00:00
Felix Fietkau 2d7d23885d mark b43 as broken
SVN-Revision: 9321
2007-10-14 18:14:16 +00:00
Florian Fainelli 93c450a043 Build a karma variant of madwifi
SVN-Revision: 9316
2007-10-14 11:42:09 +00:00
John Crispin 58b8ecdf0d fixed 1677
SVN-Revision: 9314
2007-10-14 06:12:29 +00:00
John Crispin 92c40922e9 DESCRIPTION:= is obselete
SVN-Revision: 9306
2007-10-14 04:46:38 +00:00
John Crispin 5e621fdd17 DESCRIPTION:= is obselete
SVN-Revision: 9305
2007-10-14 04:34:07 +00:00
Felix Fietkau bb72b2a38a fix nl80211
SVN-Revision: 9296
2007-10-13 23:01:35 +00:00
Felix Fietkau 55a3969ee1 fix typo
SVN-Revision: 9295
2007-10-13 22:41:50 +00:00
Felix Fietkau e97e09eb5a don't build mac80211 if the kernel version does not match
SVN-Revision: 9294
2007-10-13 22:41:46 +00:00
Felix Fietkau c512b90fd4 add b43
SVN-Revision: 9293
2007-10-13 22:41:37 +00:00
Felix Fietkau 479bafd633 fix include, reduce verbosity
SVN-Revision: 9292
2007-10-13 22:41:31 +00:00
Felix Fietkau f4fe9c2f3d remove old bcm43xx-mac80211... will be replaced by b43
SVN-Revision: 9291
2007-10-13 22:41:23 +00:00
Felix Fietkau 46fd826cb8 add updated mac80211 - this no longer relies on patching includes in the kernel trees, but just uses its own instead
SVN-Revision: 9290
2007-10-13 22:41:08 +00:00
John Crispin bee4cb66ee updated linux-uvc, from #2512
SVN-Revision: 9287
2007-10-13 14:17:37 +00:00
John Crispin 1c9f0acdae updated ipsec-tools from #2510
SVN-Revision: 9286
2007-10-13 14:12:26 +00:00
Gabor Juhos 4857474548 ipset: update to version 2.3.0, probably you need to rebuild your toolchain to compile it successfully
SVN-Revision: 9270
2007-10-12 14:59:17 +00:00
Gabor Juhos 4e05416c39 netfilter/ipset cleanups * rename patches to follow our naming conventions * update ipset patches with revision 7096 of [https://svn.netfilter.org/netfilter/trunk/patch-o-matic-ng pom] * add CONFIG_IP_NF_SET_IPTREEMAP to default kernel configs * add ip_set_iptreemap to include/netfilter.mk * update kmod-ipt-ipset module description
SVN-Revision: 9269
2007-10-12 14:58:35 +00:00
Gabor Juhos 7e54993042 add a kernel module for GPIO LEDs
SVN-Revision: 9262
2007-10-11 11:05:16 +00:00
Florian Fainelli 64734f94c7 Add 6tunnel configuration for tunnel brokers based configuration (not SiXXS), disabled by default
SVN-Revision: 9259
2007-10-11 09:01:38 +00:00
Nicolas Thill c07d990490 split ipip & iptunnel4 and ipv6 & sit into separate packages
SVN-Revision: 9241
2007-10-10 13:27:06 +00:00
Gabor Juhos 6a7a3bfa6a build leds-adm5120 as a module
SVN-Revision: 9219
2007-10-09 19:37:30 +00:00
Gabor Juhos c0fb2f61f4 add custom GPIO-based I2C driver
SVN-Revision: 9218
2007-10-09 19:23:22 +00:00
Felix Fietkau 27baec04a1 move grub menu.lst to the right place
SVN-Revision: 9216
2007-10-09 16:57:12 +00:00
Felix Fietkau 8c97372e0d move grub to package/
SVN-Revision: 9212
2007-10-09 03:19:07 +00:00
Nicolas Thill d75d8c65e1 remove trailing spaces to fix errors at dump time
SVN-Revision: 9209
2007-10-09 01:49:55 +00:00
John Crispin ddfa3be78e fixed linux-uvc, didn't read nicos comment
SVN-Revision: 9203
2007-10-08 22:19:21 +00:00
John Crispin ac1c99f86e updated/fixed linux-uvc, from #2458
SVN-Revision: 9202
2007-10-08 22:18:16 +00:00
John Crispin 6c59772456 added sdparm and scsi-generic module, from #2481
SVN-Revision: 9201
2007-10-08 21:54:13 +00:00
John Crispin 1b072e1568 update dnsmasq to 2.40, from #2479
SVN-Revision: 9200
2007-10-08 21:44:25 +00:00
Felix Fietkau fc5a739fbe fix insmod crash when the module is not found
SVN-Revision: 9194
2007-10-08 20:31:17 +00:00
Eugene Konev 428f141c9f no need to free_irq in remove, done in close
SVN-Revision: 9183
2007-10-08 03:40:51 +00:00
Felix Fietkau 38315565b2 enable nice
SVN-Revision: 9181
2007-10-07 23:01:17 +00:00
Gabor Juhos 8309e3dff2 add TARPIT support to netfilter/iptables * netfilter: add the xt_TARPIT target module required by xt_CHAOS * include/netfilter.mk: reorder, xt_CHAOS depends on xt_TARPIT and xt_DELUDE * iptables: add libipt_TARPIT to the kmod-ipt-extra package, bump release number * original patchset can be found [http://tinyurl.com/2mjk2kx here]
SVN-Revision: 9178
2007-10-07 17:17:04 +00:00
Florian Fainelli ab72460ac6 Turn on stp for br-lan only when doing wds (#2476)
SVN-Revision: 9176
2007-10-07 11:15:22 +00:00
Eugene Konev 597c9beaa1 add missing dependency on linux-atm
SVN-Revision: 9174
2007-10-07 04:27:04 +00:00
John Crispin c3847b8e5d added our own pkg-config wrapper, making the sed foo on *.pc files obselete 1/2
SVN-Revision: 9162
2007-10-06 23:50:47 +00:00
Travis Kemen 1c09c55875 add clientid to udhcpc thanks pjama
SVN-Revision: 9159
2007-10-06 03:12:04 +00:00
Felix Fietkau 21a246d5d6 add option for cleaning all ipkg info before the image build
SVN-Revision: 9151
2007-10-05 21:52:05 +00:00
Felix Fietkau 3b23e91fff fix segfault with insmod on 2.4
SVN-Revision: 9146
2007-10-05 20:09:55 +00:00
Eugene Konev 2e41e02a21 add minimal uci support
SVN-Revision: 9145
2007-10-05 17:56:15 +00:00
Eugene Konev e4db2c1d41 add rough vlynq support
SVN-Revision: 9144
2007-10-05 17:55:15 +00:00
Felix Fietkau 06cc9686a6 fix compile error with 2.4
SVN-Revision: 9137
2007-10-05 13:05:22 +00:00
Felix Fietkau 2e5ae70cc5 add upstream fixes for 1.7.2
SVN-Revision: 9131
2007-10-05 00:38:19 +00:00
Felix Fietkau fe313941ac Upgrade busybox to 1.7.2 - clean up insmod crap - add some lineno/programname fixes for awx - clean up awk getopt stuff - remove unnecessary patches
SVN-Revision: 9130
2007-10-05 00:27:49 +00:00
Matteo Croce bc2dcb8be4 Fix sangam DSL build with 2.6.23 kernel
SVN-Revision: 9119
2007-10-04 14:31:45 +00:00
Matteo Croce f1593e5c28 upgrade acx and acx-mac80211, removed two patches now unneeded
SVN-Revision: 9112
2007-10-03 17:30:27 +00:00
Nicolas Thill d2f3292266 fix busybox configuration submenu
SVN-Revision: 9103
2007-10-03 06:07:28 +00:00
Florian Fainelli cce66b1965 Add support for the network packet generator
SVN-Revision: 9091
2007-10-02 11:10:29 +00:00
Felix Fietkau 1fdd026406 fix path to the snapshot packages (snapshot build/upload needs to be fixed as well)
SVN-Revision: 9083
2007-09-30 21:29:55 +00:00
Florian Fainelli 372f0377bb Fix agmode selection (#2438)
SVN-Revision: 9075
2007-09-29 19:14:42 +00:00
Gabor Juhos 438dfe5c6f get rid of per-profile base-files
SVN-Revision: 9069
2007-09-29 14:27:54 +00:00
Nicolas Thill 2068b8d48d fix kernel config item for 3c95x/vortex network cards (closes: #2441)
SVN-Revision: 9068
2007-09-29 14:18:47 +00:00
Nicolas Thill cba0658b13 disable acx & acx-mac80211 on atheros, renable check for CONFIG_MAC80211 in KCONFIG in acx-mac80211 so that it does not get built on pre 2.6.22
SVN-Revision: 9065
2007-09-29 12:42:34 +00:00
Felix Fietkau 969ac7459e add $(STAGING_DIR) as argument to the InstallDev template and update packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages
SVN-Revision: 9052
2007-09-28 01:45:11 +00:00
Felix Fietkau bb402acf61 remove duplicate include statement
SVN-Revision: 9050
2007-09-28 01:23:17 +00:00
Rod Whitby f6816dd5d3 modules/usb.mk: Fixed the module autoload name for cdc_ether, and removed a typo from usbnet.
SVN-Revision: 9047
2007-09-27 14:20:53 +00:00
Felix Fietkau 64a21dae8f do not fire up the qos-scripts hotplug part if the init script is disabled
SVN-Revision: 9046
2007-09-27 14:06:07 +00:00
Nicolas Thill e598e2e5c1 fix kmod-hostap build on 2.4, add kmod-hostap-cs (closes: #1957)
SVN-Revision: 9030
2007-09-26 02:49:50 +00:00
Travis Kemen 112c359dad include fixes from #2429 Thanks Lubos Stanek
SVN-Revision: 9028
2007-09-25 23:16:31 +00:00
Felix Fietkau f1ecc097d2 dep fix
SVN-Revision: 9006
2007-09-24 00:11:37 +00:00
Nicolas Thill c4049c01ab fix kmod-crypto-core error missing crypto_hash (closes: #2422)
SVN-Revision: 9004
2007-09-23 23:47:08 +00:00
Nicolas Thill 18a31a88bb add LM77 sensors support (closes: #2419)
SVN-Revision: 9002
2007-09-23 21:21:51 +00:00
Matteo Croce f5295a1064 update acx-mac80211
SVN-Revision: 9001
2007-09-23 21:07:53 +00:00
Nicolas Thill 0bf90f2a0d add ipv6 conntrack support (closes: #2192)
SVN-Revision: 8984
2007-09-23 17:22:17 +00:00
Nicolas Thill 3d44871496 move hardware monitoring support in a separate hwmon.mk (before adding other modules)
SVN-Revision: 8983
2007-09-23 17:14:24 +00:00
Nicolas Thill 5f0272d618 move crypto support to a seperate crypto.mk file, split modules into multiple packages and adjust dependencies, sync crypto options in kconfigs.
SVN-Revision: 8980
2007-09-23 15:12:12 +00:00
John Crispin d7502c446b added option to atheros kernel to be able to disable reset button from inside the fon mp3 driver
SVN-Revision: 8969
2007-09-23 00:32:31 +00:00
Felix Fietkau 059b0d3c54 only build linux-atm if it's actually selected
SVN-Revision: 8968
2007-09-22 23:40:41 +00:00
Felix Fietkau c7fb1aaf1d add missing kconfig option for pppoa
SVN-Revision: 8965
2007-09-22 23:34:39 +00:00
Felix Fietkau 12a7f0f292 remove linux-atm from ppp build deps - the internal version seems to be working
SVN-Revision: 8964
2007-09-22 23:32:24 +00:00
Rod Whitby ac8f66b987 base-files: Added support for swap configuration in /etc/config/fstab
SVN-Revision: 8947
2007-09-22 13:47:20 +00:00
Felix Fietkau 9de337e21d enable ps -w by default
SVN-Revision: 8946
2007-09-22 13:41:28 +00:00
Nicolas Thill 295baddb22 add back scx200 gpio i2c module removed in [8825] (too early for generic gpio), rename scx200 access bus i2c module to scx200-acb
SVN-Revision: 8944
2007-09-22 04:27:35 +00:00
Nicolas Thill 0d81bea7e3 remove uneeded flags, fix shared lib install
SVN-Revision: 8943
2007-09-22 04:22:30 +00:00
Nicolas Thill bdd607786e add 2 new kernel modules for USB webcams: ovc511 and ovcamchip
SVN-Revision: 8942
2007-09-22 04:17:24 +00:00
Nicolas Thill 52f8317cc3 install OpenSSL pkgconfig dev files
SVN-Revision: 8941
2007-09-22 04:15:33 +00:00
Eugene Konev dd44ecc578 fix image preconfiguration
SVN-Revision: 8921
2007-09-21 17:01:46 +00:00
Rod Whitby cd95009fc6 Added support for /etc/default/fstab - a means of automatically mounting devices on boot.
SVN-Revision: 8916
2007-09-21 13:20:50 +00:00
Nicolas Thill 46e35b3481 add support for OV51x based USB video devices with in-kernel JPEG decompression (closes: #2315)
SVN-Revision: 8915
2007-09-21 13:10:13 +00:00
Nicolas Thill 90eeef5833 add support for NW8xx based USB video devices (closes: #2319)
SVN-Revision: 8914
2007-09-21 13:06:31 +00:00
Nicolas Thill cd56b5255c add support Konica based USB video devices
SVN-Revision: 8913
2007-09-21 13:05:13 +00:00
Nicolas Thill 0ce1d4773c add a kernel module for usb video devices
SVN-Revision: 8912
2007-09-21 12:58:13 +00:00
Nicolas Thill d725c9b25b revert [8907] and rename kmod-soundcore and kmod-ipip modules in 7.09 as well
SVN-Revision: 8910
2007-09-21 12:01:22 +00:00
Nicolas Thill 3a60e0ca9c add compat 'PROVIDES' for renamed kernel modules
SVN-Revision: 8907
2007-09-21 10:08:01 +00:00
Florian Fainelli fbc7e5e4fc Fix autotools with the arpd directory
SVN-Revision: 8883
2007-09-20 18:15:30 +00:00
Rod Whitby c538ef9899 Add reiserfs module and include it in the FSG-3 profile.
SVN-Revision: 8872
2007-09-20 11:11:41 +00:00
Nicolas Thill e54ed7065d move ntfs-3g to /packages, no need to be in /trunk
SVN-Revision: 8871
2007-09-20 11:05:14 +00:00
Nicolas Thill 22c6c0b076 disable another module on UML
SVN-Revision: 8869
2007-09-20 10:46:23 +00:00
Nicolas Thill b4d3ea5ec2 rename spca5xx to gspcav1 (match upstream name change)
SVN-Revision: 8868
2007-09-20 10:41:53 +00:00
Nicolas Thill 642abec3bc rename uvcvideo to linux-uvc (match source name)
SVN-Revision: 8867
2007-09-20 10:40:17 +00:00
Nicolas Thill cb41569988 oops, forgot a file in [8865]
SVN-Revision: 8866
2007-09-20 10:29:14 +00:00
Nicolas Thill 5d4246a015 move kernel sound support in its own file from other.mk to sound.mk, rename kmod-soundcore to kmod-sound-core to be consistent, cleanup alsa-lib
SVN-Revision: 8865
2007-09-20 10:27:38 +00:00
Felix Fietkau ca32501abe add --no-coldplug to the hotplug2 process started by /etc/init.d/boot - should prevent duplicate ifup actions. thx, ffrrrr.
SVN-Revision: 8864
2007-09-20 10:19:24 +00:00
Nicolas Thill 926e05ef37 build IPsec transports as modules, rename kmod-ipip to kmod-iptunnel4 and add kmod-iptunnel6.
SVN-Revision: 8862
2007-09-20 10:03:41 +00:00
Felix Fietkau 1f000c666c add qos-scripts patch from #2385
SVN-Revision: 8860
2007-09-20 09:19:48 +00:00
Felix Fietkau 1e319bd6b6 fix kmod-sched kconfig value (#2380)
SVN-Revision: 8858
2007-09-20 09:05:08 +00:00
Nicolas Thill ff924a74c7 disable more modules not supported on UML
SVN-Revision: 8857
2007-09-20 07:46:00 +00:00
Nicolas Thill 092021f69b video modules changes: change dependency on kmod-video-core from select to depends, cleanup
SVN-Revision: 8856
2007-09-20 07:31:06 +00:00
Nicolas Thill 7ba4e5c3c0 prevent madwifi from building on UML
SVN-Revision: 8855
2007-09-20 07:11:52 +00:00
John Crispin f3b9e06a14 made HOME=/root global instead of x86 specific
SVN-Revision: 8845
2007-09-19 19:58:07 +00:00
Felix Fietkau ce63393e36 sync awk implementation of config_get_bool with the shell variant
SVN-Revision: 8841
2007-09-19 15:36:30 +00:00
Felix Fietkau 6b882b579f support true and false in config_get_bool
SVN-Revision: 8840
2007-09-19 14:43:29 +00:00
Nicolas Thill aa1c1c4aa3 only build sound-core module on targets supporting USB, since we don't have any PCI sound devices supported atm
SVN-Revision: 8838
2007-09-19 11:56:26 +00:00
Rod Whitby ee80b9c8f3 Added support for generating the cdc-ether kernel module (used to communicate with OpenMoko phone over usb networking).
SVN-Revision: 8833
2007-09-18 13:55:03 +00:00
Nicolas Thill ee57bac535 i2c changes: * split i2c algos in separate packages * remove deprecated i2c-sc2x00 and add i2c-gpio & i2c-sc2x00_acb instead
SVN-Revision: 8825
2007-09-17 14:48:01 +00:00
Nicolas Thill 0d56d48d9a disable package that can't build on atheros target (no pci/usb)
SVN-Revision: 8823
2007-09-17 02:04:38 +00:00
Nicolas Thill b396d629f2 fix wrong submenu for kmod-leds-wrap
SVN-Revision: 8821
2007-09-17 01:48:35 +00:00
Nicolas Thill 7179f0ea98 only build in-kernel bcm43xx on broadcom targets
SVN-Revision: 8820
2007-09-17 01:36:18 +00:00
Nicolas Thill 440f5b1df4 move CAPI/ISDN module from other.mk to network.mk
SVN-Revision: 8819
2007-09-17 01:34:31 +00:00
Matteo Croce 16d7058fac disable powersave, vlynq can't handle this
SVN-Revision: 8818
2007-09-17 00:08:24 +00:00
Matteo Croce f25342dd7f acx: Fix Makefile
SVN-Revision: 8817
2007-09-16 22:49:04 +00:00
Nicolas Thill c8b505560f add kernel module for PCengines WRAP leds
SVN-Revision: 8814
2007-09-16 19:31:37 +00:00
Nicolas Thill 353da29029 rename packages dependecies missed from [8806]
SVN-Revision: 8813
2007-09-16 19:21:23 +00:00
Nicolas Thill 309b0c7817 move kmod-nbd & kmod-loop from other.mk to block.mk, disable cryptoloop since it's not packaged anywhere
SVN-Revision: 8812
2007-09-16 19:16:10 +00:00
Nicolas Thill dbfc77de4c rename kmod-libata to kmod-ata-core, add some missing descriptions, sort and cleanup
SVN-Revision: 8811
2007-09-16 19:09:01 +00:00
Nicolas Thill b2a7210452 usb-atm fixes: * change dependency for usb-atm modules from kmod-atm to kmod-usb-atm * prefix package names with kmod-usb-atm- * title cleanup
SVN-Revision: 8809
2007-09-16 17:48:44 +00:00
Nicolas Thill 39db49a2ac cosmetic changes: rename submenu vars, add missing copyright headers
SVN-Revision: 8808
2007-09-16 17:45:15 +00:00
Nicolas Thill cd2cccd2ff various changes for kernel video support: * move kernel video related modules to a separate "Video Support" submenu and video.mk file * rename kmod-videodev to kmod-video-core * prefix all video modules with kmod-video- * add missing dependencies on USB support * rename kmod-usb-qc to kmod-video-quickcam
SVN-Revision: 8806
2007-09-16 16:39:18 +00:00
Nicolas Thill 16de5a873e change dependency on kmod-atm from depends to select for usb atm modules
SVN-Revision: 8805
2007-09-16 16:32:30 +00:00
Nicolas Thill efb8b66786 don't assume PCI support, cleanup
SVN-Revision: 8803
2007-09-16 16:27:49 +00:00
Nicolas Thill 3a713ff202 move exec permissions fix at Build/Prepare stage
SVN-Revision: 8802
2007-09-16 16:25:53 +00:00
Nicolas Thill 9ad89ea9cb add missing dependencies on PCI/PCMCIA/USB support
SVN-Revision: 8801
2007-09-16 16:21:56 +00:00
Nicolas Thill 6226b53b1b add dependencies on kmod-crypto for kmod-ipsec and kmod-mppe, change kmod-pppoa dependency on kmod-atm from depends to select
SVN-Revision: 8800
2007-09-16 16:16:57 +00:00
Nicolas Thill b262b81027 fix hostap dependencies
SVN-Revision: 8799
2007-09-16 16:12:20 +00:00
Matteo Croce f34b4c6e57 Updated acx (#2394) and fixed acx-mac80211 build
SVN-Revision: 8797
2007-09-16 15:13:50 +00:00
Florian Fainelli ea5e6f6571 Add ipv6 up/down using route (#2372)
SVN-Revision: 8794
2007-09-16 13:35:51 +00:00
Florian Fainelli a65a31d165 Fix macfiltering options (#2397)
SVN-Revision: 8792
2007-09-16 13:17:47 +00:00
Florian Fainelli ff3e813bc5 Update firmware md5sums
SVN-Revision: 8789
2007-09-16 10:52:49 +00:00
Florian Fainelli 5adf170597 Package wpa-passphrase (#1275)
SVN-Revision: 8788
2007-09-16 10:32:42 +00:00
Florian Fainelli 9dfd1faee3 Revert the InstallDev section, was only there testing
SVN-Revision: 8787
2007-09-16 10:24:10 +00:00
Florian Fainelli 776bc05179 Put back ldd and ldconfig (#1543)
SVN-Revision: 8786
2007-09-16 10:21:53 +00:00
Florian Fainelli 22e32fb6f0 Use default values for lcp-echo-failure and lcp-echo-interval (#2373)
SVN-Revision: 8785
2007-09-16 09:58:10 +00:00
Florian Fainelli ea48798b9f Add support for IP over ATM
SVN-Revision: 8782
2007-09-15 21:01:43 +00:00
Florian Fainelli e0d8235b82 Package support for IP over ATM
SVN-Revision: 8775
2007-09-14 08:18:46 +00:00
Felix Fietkau f7ff1d6d0f fix a few issues with dynamically assigned interfaces
SVN-Revision: 8765
2007-09-12 17:02:34 +00:00
Florian Fainelli 49bead58e6 Add macfiltering to broadcom-wl
SVN-Revision: 8763
2007-09-12 15:49:32 +00:00
John Crispin 9bf211bb90 fixes bug that causes mp3 stream to hang is server is not fast enough
SVN-Revision: 8754
2007-09-11 17:34:52 +00:00
John Crispin 6ce13a764f fix a possible dead lock in the fonera-mp3 driver, that can happen, when the buffer runs dry
SVN-Revision: 8753
2007-09-11 16:53:53 +00:00
Nicolas Thill 6b122a681c fix target names in DEPENDS (closes: #2341)
SVN-Revision: 8748
2007-09-11 13:49:28 +00:00
Nicolas Thill c65310746f move package descriptions to separate definitions
SVN-Revision: 8745
2007-09-11 13:29:53 +00:00
John Crispin 9dc06a4c2e added a init.d script to fonera-mp3d
SVN-Revision: 8734
2007-09-10 21:19:21 +00:00
John Crispin c4c29e8b68 fixed fonera mp3 driver sysfs and autoload
SVN-Revision: 8733
2007-09-10 20:59:38 +00:00
Travis Kemen c4fa115e5c add fix from ticket #2290
SVN-Revision: 8732
2007-09-10 20:24:18 +00:00
Felix Fietkau c9784f0836 fix madwifi build on atheros
SVN-Revision: 8725
2007-09-09 22:59:46 +00:00
Nicolas Thill d015eb9e31 oops, 2 typos missed from [8721]
SVN-Revision: 8722
2007-09-09 20:49:21 +00:00
Nicolas Thill 7e4038434b fix KCONFIG in packages: move back all KCONFIG from package variants to the main package since we don't know the kernel version at dump time. keep old KCONFIG lines commented out, so we can switch back easily later.
SVN-Revision: 8721
2007-09-09 20:37:50 +00:00
Felix Fietkau 94f23cf0da fix kmod-ide-core
SVN-Revision: 8719
2007-09-09 19:33:18 +00:00
Florian Fainelli aadbdb185f Allow /dev/ttyUSB2 as wan device for 3g (#2269)
SVN-Revision: 8717
2007-09-09 18:41:49 +00:00
Florian Fainelli 038459c125 Finally fix the usage of limit (#2240)
SVN-Revision: 8712
2007-09-09 16:05:14 +00:00
Felix Fietkau 0c9b23594d fix kmod-crypto, emit warning messages for kmod packages that cannot be built due to missing kernel config options
SVN-Revision: 8697
2007-09-08 23:33:01 +00:00
Felix Fietkau a9d683ca91 major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets
SVN-Revision: 8694
2007-09-08 19:55:42 +00:00
Florian Fainelli 4a2e4920b1 Fix kmod-ppp generation (#2337)
SVN-Revision: 8691
2007-09-08 16:20:02 +00:00
Felix Fietkau 0739784fe8 fix madwifi channel setting (#2073)
SVN-Revision: 8681
2007-09-07 20:42:59 +00:00
Felix Fietkau 4db9556f99 bump package versions after updates
SVN-Revision: 8680
2007-09-07 20:41:57 +00:00
Nicolas Thill 0c3221b939 fix typo
SVN-Revision: 8666
2007-09-07 13:10:05 +00:00
Felix Fietkau 469c658898 fix ppp unit number issues (#2178)
SVN-Revision: 8665
2007-09-07 13:09:17 +00:00
Nicolas Thill e3dc76af1b fix board name for nvram and switch packages on brcm-2.4 after [8653]
SVN-Revision: 8664
2007-09-07 12:54:24 +00:00
Felix Fietkau 77fb42c9cb qos-scripts: add patch for tos and dscp support from #2291
SVN-Revision: 8663
2007-09-07 09:27:22 +00:00
Felix Fietkau b7c5e91e6f remove obsolete dependencies on VIDEO_SUPPORT (#2314)
SVN-Revision: 8662
2007-09-07 09:23:56 +00:00
Nicolas Thill 257b41d25b add missing endef
SVN-Revision: 8661
2007-09-07 08:58:53 +00:00
Nicolas Thill 347d4d2c4a remove remaining description field missed from [8659]
SVN-Revision: 8660
2007-09-07 08:55:53 +00:00
Nicolas Thill 34bb4638e7 move package description to a separate definition, remove it when DESCRIPTION=TITLE
SVN-Revision: 8659
2007-09-07 08:34:51 +00:00
Nicolas Thill 3e2f44481f remove automake prereq not needed anymore since [7011], use a separate description, cleanup
SVN-Revision: 8658
2007-09-07 08:30:26 +00:00
Nicolas Thill cb00fed03c zd1211-firmware: remove uneeded commands in install, use a separate description, cleanup
SVN-Revision: 8657
2007-09-07 08:24:28 +00:00
Felix Fietkau 56231056ea strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles.
SVN-Revision: 8653
2007-09-06 16:27:37 +00:00
Felix Fietkau e1184aaa1a enable start-stop-daemon by default, i want to use this to clean up a few init scripts soon
SVN-Revision: 8652
2007-09-06 15:25:56 +00:00
Florian Fainelli 22282193a9 Package ip6tables-utils as well (#2318)
SVN-Revision: 8636
2007-09-05 21:40:11 +00:00
Nicolas Thill 550f71e70d tweak Makefile
SVN-Revision: 8593
2007-09-03 13:11:58 +00:00
Nicolas Thill 8dc7ced4d4 require all CONFIG_* symbols listed in its KCONFIG to be set to m in order to actually build a kmod package, tweak and fix kernel package definitions.
SVN-Revision: 8591
2007-09-03 08:58:14 +00:00
Nicolas Thill d8174a0398 another cleanup missed from [8587]
SVN-Revision: 8589
2007-09-03 08:23:08 +00:00
Nicolas Thill dd8ceb9f71 rename hostap package to hostap-driver
SVN-Revision: 8588
2007-09-03 08:21:42 +00:00
Nicolas Thill be0de75a3e package Makefile cleanup: remove uneeded vars
SVN-Revision: 8587
2007-09-03 08:20:36 +00:00
Nicolas Thill a8e4960f3d rename bridge package to bridge-utils (to match source name)
SVN-Revision: 8586
2007-09-03 08:12:27 +00:00
Nicolas Thill df226f6d5d rename zd1211_firmware to zd1211-firmware
SVN-Revision: 8585
2007-09-03 08:02:23 +00:00
Nicolas Thill 665dd9813a rename zd1211 package to zd1211-driver
SVN-Revision: 8584
2007-09-03 08:01:31 +00:00
Nicolas Thill c8862d6777 remove duplicate ./include/kernel.mk inclusion
SVN-Revision: 8582
2007-09-03 07:47:33 +00:00
Nicolas Thill 8680e1d07d use $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) instead of full -I... & -L...
SVN-Revision: 8578
2007-09-03 05:00:38 +00:00
Florian Fainelli 3e2b718c4c Do not restart ipsec on hotplug events (#2212)
SVN-Revision: 8577
2007-09-02 19:40:35 +00:00
Nicolas Thill 02cd6d278f use a default VERSION field for kmod packages
SVN-Revision: 8575
2007-09-02 16:39:27 +00:00
John Crispin 18a03ce770 reduce watchdog trigger from 10 to 5 seconds
SVN-Revision: 8571
2007-09-01 21:01:09 +00:00
Felix Fietkau 393c8bff07 allow the user to disable the defaultroute option for ppp
SVN-Revision: 8569
2007-09-01 12:57:15 +00:00
Nicolas Thill 401d8ca98b fix typo left in [8562] (thanks to sn9)
SVN-Revision: 8565
2007-09-01 02:01:03 +00:00
Felix Fietkau 365ad8dec6 oops... typo
SVN-Revision: 8564
2007-08-31 16:20:40 +00:00
Felix Fietkau a391a14e23 fix issues with multiple ppp links (noticed by Stefano Rivera)
SVN-Revision: 8563
2007-08-31 16:19:19 +00:00
Nicolas Thill 4bb9476035 oops, include missing change from [8560]
SVN-Revision: 8562
2007-08-31 10:09:46 +00:00
Felix Fietkau 761dc0a0ae fix a dependency bug
SVN-Revision: 8561
2007-08-30 22:43:25 +00:00
Nicolas Thill 82914583a9 more rt2x00 fixes (thanks to sn9): * pkg: add missing kmod dependencies and autoloads * src: change #warning to #error when checking kconfig * src: remove uneeded config file
SVN-Revision: 8560
2007-08-30 22:24:16 +00:00
Nicolas Thill 939c7224a2 build eeprom_93cx6 as a module, add a KernelPackage for it and for crc-itu-t
SVN-Revision: 8559
2007-08-30 22:19:26 +00:00
Travis Kemen f0cdd3ffdd fix incorrect parameters
SVN-Revision: 8554
2007-08-30 17:18:04 +00:00
Nicolas Thill dc53d28bcd acx-mac80211: another bigendian fix
SVN-Revision: 8553
2007-08-30 16:59:41 +00:00
Felix Fietkau 52a138a953 fix ifname in network state for pppoe and pptp, add a workaround for isps sending wrong netmasks for pptp (thx, moonwatcher)
SVN-Revision: 8552
2007-08-30 16:53:22 +00:00
Nicolas Thill 6550278912 rt2x00 fixes after [8548]: * fix creating defines from kconfig * revert auto-inclusion of rt2x00_compat.h
SVN-Revision: 8551
2007-08-30 16:41:16 +00:00
Travis Kemen 297cf0cb90 fix typo closes #2289
SVN-Revision: 8550
2007-08-30 16:08:44 +00:00
Nicolas Thill 917780b301 rt2x00 fixes (thanks to sn9): * make build depends on in-kernel mac80211 support * rework kconfig handling * download firmware images into $(DL_DIR) * tweak source Makefile
SVN-Revision: 8548
2007-08-30 15:38:15 +00:00
Nicolas Thill 437ad838dd bcm43xx-mac80211 fixes: * make build depends on in-kernel mac80211 support * rework kconfig hack
SVN-Revision: 8544
2007-08-30 14:19:31 +00:00
Nicolas Thill c19dbc7cde acx-mac80211 fixes: * make Build/Compile conditionnal (only if in-kernel mac80211 is available) * add a release number
SVN-Revision: 8543
2007-08-30 14:15:37 +00:00
Nicolas Thill ac3859b9ae use $(INSTALL_BIN) instead of $(CP)
SVN-Revision: 8541
2007-08-30 08:01:51 +00:00
Travis Kemen 3740842c70 dnsmasq: extend the init script thanks Sedky
SVN-Revision: 8540
2007-08-29 18:40:52 +00:00
Nicolas Thill ec70a7a19f add acx-mac80211 (thanks to Matteo Croce)
SVN-Revision: 8531
2007-08-28 16:02:14 +00:00
Nicolas Thill 902db2062e fonera-mp3: fix json-c dependency here as well
SVN-Revision: 8529
2007-08-28 15:11:42 +00:00
Nicolas Thill d06fe5e328 json-c: fix package name, add UninstallDev
SVN-Revision: 8528
2007-08-28 15:09:21 +00:00
Nicolas Thill 9f4bd6483f fix pcmcia submenu (broken by [8520])
SVN-Revision: 8524
2007-08-28 12:51:46 +00:00
Nicolas Thill 3c11423892 more cosmetic fixes missed from [8250]
SVN-Revision: 8521
2007-08-28 12:33:43 +00:00
Nicolas Thill 0f4183c33b cosmetic fixes: rearrange KernelPackage definitions
SVN-Revision: 8520
2007-08-28 11:44:15 +00:00
Nicolas Thill 4d419362c5 remove useless definitions
SVN-Revision: 8519
2007-08-28 11:31:16 +00:00
Nicolas Thill ac09cc6859 fix kmod-hermes-* dependencies
SVN-Revision: 8518
2007-08-28 11:24:49 +00:00
Florian Fainelli a706affb3a Fix the CONFIG_LFS option (#2276)
SVN-Revision: 8512
2007-08-28 08:19:35 +00:00
John Crispin 6c0f55bc68 added libjson-c. added driver, webinterface and userspace daemon for the fonera mp3-hack
SVN-Revision: 8509
2007-08-27 20:10:35 +00:00
Felix Fietkau 79b07af694 allow the user to override the underlying connection method when using pptp (defaults to dhcp)
SVN-Revision: 8508
2007-08-27 16:37:37 +00:00
Nicolas Thill 2d8efd9fc1 package/mac80211 fixes: * mark 2.6 only * only build if in-kernel mac80211 is available (i.e. the kernel is recent enough)
SVN-Revision: 8502
2007-08-27 02:23:59 +00:00
Nicolas Thill 4ede457b11 package/rt2x00 fixes: * mark 2.6 only * add a dependency on in-kernel mac80211
SVN-Revision: 8501
2007-08-27 02:09:02 +00:00
Nicolas Thill 097cf847cc mark package/rt61 as 2.6 only
SVN-Revision: 8500
2007-08-27 02:07:15 +00:00
Nicolas Thill 4979ecc121 package/util-linux fixes: * don't use Build/Configure/Default since it is not an autoconf based package * fix opt flags passed more than once * move DEPENDS:=@!LINUX_2_6_ETRAX in shared Package/util-linux/Default
SVN-Revision: 8498
2007-08-26 23:33:28 +00:00
Nicolas Thill 70c361d175 ifenslave fixes: * use KERNEL_BUILD_DIR for PKG_BUILD_DIR * no need to copy source, can compile from linux source directly
SVN-Revision: 8497
2007-08-26 22:40:09 +00:00
Nicolas Thill 1b226e4de1 add a '@KERNEL' download facility, tweak script
SVN-Revision: 8495
2007-08-26 18:21:24 +00:00
Nicolas Thill bae342971d fix rt61 on big endian arch
SVN-Revision: 8487
2007-08-25 18:52:39 +00:00
Nicolas Thill 68e129691f e2fsprogs fixes: - don't bundle libblkid shared lib in e2fsprogs, add a dependency instead - remove references to host dev files in pkgconfig files - add Build/UninstallDev
SVN-Revision: 8486
2007-08-25 15:52:31 +00:00
Mike Baker c6e6780624 fix wan configuration on wr850g v2/v3
SVN-Revision: 8482
2007-08-25 12:27:01 +00:00
Nicolas Thill fa3d3f6022 fix rt2x00 build
SVN-Revision: 8476
2007-08-24 11:22:57 +00:00
Nicolas Thill b176f181a1 mark pcmcia-cs 2.4 only, fix dependency on kernel .config (closes: #2191)
SVN-Revision: 8475
2007-08-24 11:10:48 +00:00
Florian Fainelli 36fa8ff606 Add kmod-ppp-synctty (#2231)
SVN-Revision: 8459
2007-08-22 08:31:49 +00:00
Felix Fietkau 1e38527a52 add sysupgrade script for config preserving system upgrades. only implemented for x86-2.6 at the moment, but can be ported to other platforms easily
SVN-Revision: 8456
2007-08-21 18:23:57 +00:00
Florian Fainelli f3ad3e47cb Do it the other way 2.4 has no nls-base dependency 2.6 has (#2222)
SVN-Revision: 8452
2007-08-21 15:51:22 +00:00
Florian Fainelli be8bb854f9 Add usb-keyspan modules (#2229)
SVN-Revision: 8450
2007-08-21 09:42:25 +00:00
Florian Fainelli 78ba32a66a Fix rt2x00 dependencies (#2223)
SVN-Revision: 8448
2007-08-21 09:33:46 +00:00
Felix Fietkau ff917433fb oops. forgot one file
SVN-Revision: 8445
2007-08-20 21:27:29 +00:00
Felix Fietkau a91350732c cleanup mtd, implement jffs2write - one step closer to config preserving system upgrades
SVN-Revision: 8444
2007-08-20 16:12:24 +00:00
Felix Fietkau 5307d511aa add 'mtd refresh' command
SVN-Revision: 8439
2007-08-19 21:53:44 +00:00
Florian Fainelli 92cd647b8b Use a more explicit variable name for the number of dhcp leases (#2240)
SVN-Revision: 8437
2007-08-19 20:50:52 +00:00
Nicolas Thill bef466faf6 ipsec-tools update and fixes: * update to 0.6.7 (fixes DoS: CVE-2007-1841) * enable hybrid auth and disable shadow support (closes: #2220) * fix config file (closes: #2219)
SVN-Revision: 8428
2007-08-19 06:32:34 +00:00
Nicolas Thill 60157ca058 update sangam-atm driver to 07.02.01.00 (closes: #2177, thanks to Matteo Croce)
SVN-Revision: 8426
2007-08-18 17:34:50 +00:00
Felix Fietkau 20cd1bc2d6 pcmcia kmod package fixes for au1000
SVN-Revision: 8420
2007-08-16 18:14:34 +00:00
Felix Fietkau 3df35f0b09 revert [8415], seems to be causing problems for the kernel build
SVN-Revision: 8418
2007-08-16 13:44:57 +00:00
Felix Fietkau 70e86380e7 add missing dependency (#2237)
SVN-Revision: 8417
2007-08-16 13:34:29 +00:00
Felix Fietkau 165fb7bb9f fix kmod-hostap compile
SVN-Revision: 8416
2007-08-15 23:33:55 +00:00
Felix Fietkau c2d5c1c0c2 always include kernel config for kernel packages
SVN-Revision: 8415
2007-08-15 23:33:37 +00:00
Florian Fainelli 29720c439c Fix rt2x00 kernel config reading
SVN-Revision: 8413
2007-08-14 09:55:12 +00:00
Florian Fainelli 286a33780b Do not complain when USB is not available in our kernel
SVN-Revision: 8411
2007-08-14 09:01:38 +00:00
Florian Fainelli 207864d39d Add the matrix fix from #2127
SVN-Revision: 8405
2007-08-12 12:10:30 +00:00
Florian Fainelli 01126a88cb Remove these two patcheds that are now in the mainline source
SVN-Revision: 8401
2007-08-12 11:08:40 +00:00
Florian Fainelli e96a64d75e Upgrade dropbear to 0.50 (#2201)
SVN-Revision: 8400
2007-08-11 21:53:15 +00:00
Florian Fainelli da932d9e1a Replace TOOLCHAIN_BUILD_DIR with BUILD_DIR_TOOLCHAIN (the other one is deprecated)
SVN-Revision: 8399
2007-08-11 17:32:45 +00:00
Florian Fainelli 593502e049 Addd kernel modules for NTFS (#2181)
SVN-Revision: 8396
2007-08-11 13:09:27 +00:00
Felix Fietkau d36b18dca4 madwifi: fix 'bad ratekbps' message when running adhoc in .11a
SVN-Revision: 8395
2007-08-11 00:16:10 +00:00
Felix Fietkau 8445b132ce adhoc has issues with bgscan as well
SVN-Revision: 8394
2007-08-10 23:28:05 +00:00
Florian Fainelli 7491848209 Remove empty file
SVN-Revision: 8370
2007-08-07 09:20:52 +00:00
Florian Fainelli cb653c14bf Fix the mac80211 installation, remove the in-kernel mac80211 package, thanks to Daniel Gimpelevich
SVN-Revision: 8369
2007-08-07 09:14:45 +00:00
Florian Fainelli 00274181f7 Upgrade hostapd to 0.5.8, thanks to Daniel Gimpelevich
SVN-Revision: 8368
2007-08-07 09:13:44 +00:00
Florian Fainelli 195c4d9a3d Upgrade rt2x00 to a more recent snapshot, master mode now working, thanks to Daniel Gimpelevich
SVN-Revision: 8367
2007-08-07 09:12:49 +00:00
Felix Fietkau c6bc77ea36 build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html
SVN-Revision: 8362
2007-08-07 00:04:25 +00:00
Florian Fainelli 24c25b071f Allow rdc-2.6 to kexec
SVN-Revision: 8359
2007-08-06 19:43:45 +00:00
Florian Fainelli 560411655b More rdc-2.6 fixes by Daniel Gimpelevich, thanks !
SVN-Revision: 8355
2007-08-06 18:48:58 +00:00
Felix Fietkau 049dc2925b fix a race condition with dynamic interfaces and firewalling
SVN-Revision: 8343
2007-08-04 13:26:41 +00:00
Felix Fietkau 8fd798cb2c add a missing variable assignment
SVN-Revision: 8339
2007-08-04 11:31:40 +00:00
Felix Fietkau b085680b96 tab/whitespace fix
SVN-Revision: 8338
2007-08-04 11:30:40 +00:00
Florian Fainelli b43058582a Fix the typo
SVN-Revision: 8336
2007-08-04 09:28:19 +00:00
Florian Fainelli 4be0c0cda1 Add support for the D-Link DWL-3150
SVN-Revision: 8335
2007-08-04 09:04:55 +00:00
Florian Fainelli 0250efa1ea Make jffs2 images work with rdc, add a sitecom wl-153 profile and kernel config, fix rt61 installation (thanks to Daniel Gimpelevich)
SVN-Revision: 8328
2007-08-03 07:28:43 +00:00
Felix Fietkau 39f63f1d04 add a fix for skb_put_over in beacon handling code
SVN-Revision: 8325
2007-08-03 01:46:47 +00:00
Florian Fainelli 658cfef9bc Add a zyxel prestige profile for the adm5120eb target, build the hcd driver as a module
SVN-Revision: 8317
2007-08-02 13:53:23 +00:00
Felix Fietkau 9b1084b7fc madwifi: bgscan is a bit broken. disable by default
SVN-Revision: 8315
2007-08-02 13:26:24 +00:00
Felix Fietkau 7375c88763 madwifi: bump release version
SVN-Revision: 8311
2007-08-01 18:39:29 +00:00
Felix Fietkau 81bea3c501 madwifi: remove stuck beacon workaround (does not work properly). add a workaround for MIB interrupt flooding
SVN-Revision: 8310
2007-08-01 18:37:20 +00:00
Felix Fietkau a3685c5251 add missing kconfig symbol
SVN-Revision: 8308
2007-08-01 16:09:16 +00:00
Florian Fainelli 30929d5e04 Use the end variable instead of limit (#2142)
SVN-Revision: 8307
2007-08-01 15:24:00 +00:00
Florian Fainelli 7fd8333847 ax25 need to compile mkiss
SVN-Revision: 8306
2007-08-01 15:20:37 +00:00
Florian Fainelli dd587dba88 Remove buggy i2c-gpio driver
SVN-Revision: 8305
2007-08-01 15:13:56 +00:00
Nicolas Thill 54c6b0b975 fix ar7 dsl driver panic (closes: #2140, thanks to Matteo Croce)
SVN-Revision: 8303
2007-08-01 14:44:08 +00:00
Florian Fainelli 1ce3690deb Fix the option kernel driver dependency
SVN-Revision: 8300
2007-08-01 12:42:33 +00:00
Nicolas Thill a596b29f95 fix openssl with zlib-dynamic (closes: #1182), bump release number
SVN-Revision: 8299
2007-08-01 12:32:53 +00:00
Florian Fainelli 37d2c06f8a Put back dso and bump release number
SVN-Revision: 8298
2007-08-01 10:59:37 +00:00
Florian Fainelli dad333d8d7 Put back zlib-dynamic it is breaking more packages than it solves problems
SVN-Revision: 8297
2007-08-01 10:52:19 +00:00
Felix Fietkau 24179e6814 fix package/index
SVN-Revision: 8294
2007-08-01 08:21:15 +00:00
Felix Fietkau cb7605f7ba fix rootfs and init script handling
SVN-Revision: 8293
2007-07-31 22:54:21 +00:00
Tim Yardley 782d02ed1b iptables: refresh patches to 1.3.8
SVN-Revision: 8286
2007-07-31 20:28:55 +00:00
Tim Yardley 6b960df54f address ticket:1182, moving from zlib-dynamic to zlib and adding back in no-dso
SVN-Revision: 8285
2007-07-31 19:59:35 +00:00
Florian Fainelli 2d03bdf60c Fix a bogus line with kmod-softdog
SVN-Revision: 8278
2007-07-31 15:36:21 +00:00
Felix Fietkau 6d6d1f1508 keynote: fix cflags
SVN-Revision: 8265
2007-07-31 10:18:39 +00:00
Felix Fietkau 4ebd9b0e6c ebtables: fix use of cflags
SVN-Revision: 8261
2007-07-31 10:04:25 +00:00
Felix Fietkau 78e84a41bc fix use of cflags
SVN-Revision: 8260
2007-07-31 10:03:20 +00:00
Felix Fietkau a443100197 remove unnecessary deps
SVN-Revision: 8243
2007-07-30 21:22:38 +00:00
Felix Fietkau d7f2cb1642 next round of cleanup, convert target/ - make -j works now ;)
SVN-Revision: 8242
2007-07-30 21:14:08 +00:00
Felix Fietkau a7b635f075 more cleanup
SVN-Revision: 8238
2007-07-30 18:39:20 +00:00
Felix Fietkau 49e628f765 next round of build system cleanup - convert package/ to new structure
SVN-Revision: 8236
2007-07-30 18:22:01 +00:00
Florian Fainelli 4e0563e185 Better x86 generic config, the lzma decompressor is now reliable (thanks to Daniel Gimpelevich)
SVN-Revision: 8233
2007-07-30 15:58:15 +00:00
Felix Fietkau 2b8e0918c9 fix a typo
SVN-Revision: 8220
2007-07-29 19:20:34 +00:00
John Crispin dd0a1806ea Some packages make no sense or do not build for etrax
SVN-Revision: 8216
2007-07-29 15:50:32 +00:00