1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00
OpenWrt Source Repository https://openwrt.org/
Go to file
Felix Fietkau e7d27627fd the attached patch adds the -a option to the feeds install command. Therefore following command option should work now
./scripts/feeds install -a
./scripts/feeds install -a -p xwrt

To-do:
- The next step should be to replace the current make package/symlinks implementation with ./scripts/feeds install -a .
  ( the locations of the packages within ./packages are different with both methods )
- The current feed script is not able to handle "Provides" statements properly. The dependencies will be installed only if they are real package names and not aliases (provides) .

Note:
This patch also includes the previous patch reg. directory (ClearCase) support from 30.12.07.

br/R

Signed-off-by: ralph <ralph.hempel@infineon.com>

SVN-Revision: 10252
2008-01-25 11:33:20 +00:00
busybox/patches ipkg - free some memory by removing temporary control & data archives after processing 2008-01-25 11:09:10 +00:00
docs Fix docs build from a clean checkout, closes #2975 2008-01-07 07:16:00 +00:00
include bump to 2.6.23.14 on x86, ixp4xx, rb532, adm5120 2008-01-16 09:44:11 +00:00
package missing optional parameters for restart and boot functions 2008-01-25 10:59:40 +00:00
scripts the attached patch adds the -a option to the feeds install command. Therefore following command option should work now 2008-01-25 11:33:20 +00:00
target convert Cellvision board structures 2008-01-25 08:16:40 +00:00
toolchain
tools firmware-utils/mkzynfw: add preliminary support for OEM boards 2008-01-25 08:19:31 +00:00
.gitignore
BSDmakefile
Config.in
feeds.conf
LICENSE
Makefile
README
rules.mk add $(TOOLCHAIN_DIR)/lib to $(TARGET_LDFLAGS) to ensure that all packages process this correctly - fixes build errors with openldap/php5 2008-01-14 12:28:53 +00:00

This is the buildsystem for the OpenWrt Linux distribution

Please use "make menuconfig" to configure your appreciated
configuration for the toolchain and firmware.

You need to have installed gcc, binutils, patch, bzip2, flex, bison,
make, gettext, pkg-config, unzip, libz-dev and libc headers.

Simply running 'make' will build your firmware.
It will download all sources, build the cross-compile toolchain, 
the kernel and all choosen applications.

You can use scripts/flash.sh for remotely updating your embedded system
via tftp.

The OpenWrt system is documented in docs/. You will need a LaTeX distribution
and the tex4ht package to build the documentation. Type make -C docs/ to build it.

Building your own firmware you need to have access to a Linux, BSD or MacOSX system.
Cygwin will not be supported because of the lack of case sensitiveness.

Sunshine!
	Your OpenWrt Project
	http://openwrt.org