summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-10-24ar7-atm: updated the firmware image (#2532)matteo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9426 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-24The watchdog driver is now a platform device driver and reads its gpio lineflorian
while registering git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9425 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-24Mark 6tunnel as executable, avoids ": /etc/init.d/rcS: line 8: ↵florian
/etc/rc.d/S466tunnel: Permission denied" git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9424 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-24[adm5120] minor cleanupsjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9423 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-24upgrade madwifi to r2756nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9422 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23ar7_gpio: remove unneeded checks and volatilematteo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9419 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23[adm5120] fix flash driver, it should work on RB150 as welljuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9418 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23ar7: fix eva image generationejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9417 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23The RB513 CF driver is now a module, enable it by default for the RB1xx profile.florian
Fix the membase of the CF driver. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9416 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23We are now at .23.1florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9415 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23Add the prism54-mac80211 version from #2560florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9414 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23Add ps3 targetnbd
This patch adds a target for the Sony PlayStation 3. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9413 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23Add udev initilisationnbd
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9412 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23only do hotplug2 init if hotplug2 is presentnbd
The current /init script unconditionally does the initialisation for hotplug2, including mounting a new /dev. If hotplug2 isn't present, we end up with no device nodes. This change only does the hotplug2 init if hotplug2 is present, but always mounts /sys. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9411 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23Allow targets to specify extra initramfs source filesnbd
The CONFIG_INITRAMFS_SOURCE Kconfig variable can be a space-separated list of source files (or directories). This allows a platform to add extra components to the initramfs image, by defining the INITRAMFS_EXTRA_FILES make var. By default, we add a simple initramfs extra file for the generic-2.6 platform, which specifies a few device nodes. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9410 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23Use current UID for initramfs root user:groupnbd
Set the CONFIG_INITRAMFS_ROOT_{U,G}ID kernel variables to the current user, so that all files end up being owned by root in the final initramfs image. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9409 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23don't specify "CC=<nothing>" on kernel build command linenbd
If KERNEL_CC isn't set, we end up with a "CC=" on the kernel build command-line. We don't always need CC, as the CROSS_COMPILE flag does the job instead. In fact, specifying CC messes up the build when we're using a biarch compiler. This change doesn't specify CC= if the KERNEL_CC variable is empty. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9408 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23Add binutils extra configure optionsnbd
Currently, we can specify extra configure options for gcc, but not binutils. This change adds an EXTRA_BINUTILS_CONFIG_OPTIONS config variable, so we can add configure options for binutils. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9407 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23openwrt: honour gcc extra configuration flagsnbd
Although the CONFIG_EXTRA_GCC_OPTIONS flag is available, it isn't used anywhere. This change adds the extra flag to both gcc configure stages. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9406 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23don't replace powerpc arch with ppcnbd
'powerpc' is a valid arch for the LINUX_KARCH variable, but the build system unconditionally replaces LIUNUX_KARCH=powerpc with LINUX_KARCH=ppc. This change only does the replacement if LINUX_KARCH isn't set. This allows us to use the powerpc architecture. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9405 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-22remove madwifi karma patch until it's fixedkaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9404 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-22Add preliminary support for the Routerboard 153 CF slot (#2550)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9403 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-22Resync kernel config, make kernel.{flash,ram}.srec availableflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9402 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-22ar7: add eva image generation (thanks Axel Gembe)ejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9401 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-21fix mac80211 compilenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9391 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-21fix more downloading crapnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9389 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-21remove unnecessary linux config include (it broke 'make download')nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9388 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-21fix b0rked atheros kernelconfigblogic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9386 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-21make aliases for package targets if the package directories are in further ↵nbd
subdirectories example: if there is a package/libs/foo/compile, then package/foo/compile will be an alias for it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9384 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-21remove the dummy profile that was created on targets that have subtargetsnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9383 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20mark ipset as 2.6 onlynbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9382 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20fix the remaining patch reject in 700-libtoolize.patch in linux-atmnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9381 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20refreshed madwifi patchesblogic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9380 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20ignore mconf_checknbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9379 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20reorganize subtargets, sort subtargets below top level targetsnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9378 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20fixed linux-atmblogic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9377 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20refresh linux-atm patchesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9373 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20remove obsolete zd1211-driver, replaced by the in-tree modulenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9372 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20mark shfs as 2.4 only, it is broken on 2.6.23 and unmaintained. 2.6 targets ↵nbd
can use sshfs+fuse git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9371 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20disable driver_devicescape in hostapdnbd
will be enabled again when the mac80211 guys have sorted out the api ;) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9369 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20fix quilt update breakage for kernel related packagesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9368 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20show md5sums on mismatch in download.plnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9367 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20fix update fuse to 2.7.1 - fixes compile breakage with 2.6.23nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9366 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20re-libtoolize linux-atm to fix random libname breakagenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9365 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20fix up a few ide related kernel config issues (related to #2516)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9364 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20make morse LED trigger available as a package, and fix it to compile with 2.6.23juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9363 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20[adm5120] add LEDs trigger for switch port states, thanks to Bernhard Held ↵juhosg
(closes: #2153) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9362 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20[adm5120] fix typos in the switch driver, thanks to Bernhard Held (closes: ↵juhosg
#2573) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9361 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20[adm5120] add patch for gpio-leds to support special brightness values, ↵juhosg
thanks to Bernhard Held (closes: #2572) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9360 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-19Convert the karma changes to be an ioctlflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9358 3c298f89-4303-0410-b956-a3cf2f4a3e73