- Oct 24, 2007
-
-
Florian Fainelli authored
SVN-Revision: 9439
-
Florian Fainelli authored
SVN-Revision: 9438
-
Florian Fainelli authored
SVN-Revision: 9437
-
Florian Fainelli authored
SVN-Revision: 9436
-
Florian Fainelli authored
SVN-Revision: 9435
-
Felix Fietkau authored
SVN-Revision: 9434
-
Felix Fietkau authored
revert changes to io access functions done in madwifi trunk (they seem wrong to me, and they break xscale) fixes #2591 SVN-Revision: 9433
-
Felix Fietkau authored
SVN-Revision: 9432
-
Florian Fainelli authored
SVN-Revision: 9430
-
Felix Fietkau authored
SVN-Revision: 9429
-
Felix Fietkau authored
SVN-Revision: 9428
-
Matteo Croce authored
SVN-Revision: 9426
-
Florian Fainelli authored
SVN-Revision: 9425
-
Florian Fainelli authored
Mark 6tunnel as executable, avoids ": /etc/init.d/rcS: line 8: /etc/rc.d/S466tunnel: Permission denied" SVN-Revision: 9424
-
Gabor Juhos authored
SVN-Revision: 9423
-
Felix Fietkau authored
SVN-Revision: 9422
-
- Oct 23, 2007
-
-
Matteo Croce authored
SVN-Revision: 9419
-
Gabor Juhos authored
SVN-Revision: 9418
-
Eugene Konev authored
SVN-Revision: 9417
-
Florian Fainelli authored
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
-
Florian Fainelli authored
SVN-Revision: 9415
-
Florian Fainelli authored
SVN-Revision: 9414
-
Felix Fietkau authored
This patch adds a target for the Sony PlayStation 3. Signed-off-by:
Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9413
-
Felix Fietkau authored
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
-
Felix Fietkau authored
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> SVN-Revision: 9411
-
Felix Fietkau authored
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> SVN-Revision: 9410
-
Felix Fietkau authored
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> SVN-Revision: 9409
-
Felix Fietkau authored
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> SVN-Revision: 9408
-
Felix Fietkau authored
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> SVN-Revision: 9407
-
Felix Fietkau authored
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> SVN-Revision: 9406
-
Felix Fietkau authored
'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> SVN-Revision: 9405
-
- Oct 22, 2007
-
-
Imre Kaloz authored
SVN-Revision: 9404
-
Florian Fainelli authored
SVN-Revision: 9403
-
Florian Fainelli authored
SVN-Revision: 9402
-
Eugene Konev authored
SVN-Revision: 9401
-
- Oct 21, 2007
-
-
Felix Fietkau authored
SVN-Revision: 9391
-
Felix Fietkau authored
SVN-Revision: 9389
-
Felix Fietkau authored
SVN-Revision: 9388
-
John Crispin authored
SVN-Revision: 9386
-
Felix Fietkau authored
make aliases for package targets if the package directories are in further subdirectories example: if there is a package/libs/foo/compile, then package/foo/compile will be an alias for it SVN-Revision: 9384
-