summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* Stop repeated build of libcgiUlf Samuelsson2007-07-161-6/+7
|
* Get rid of repeated rebuild of 'at'Ulf Samuelsson2007-07-161-8/+7
|
* Get rid of repeated copy of 'customize'Ulf Samuelsson2007-07-161-2/+17
|
* Use correct script to init lighttpdUlf Samuelsson2007-07-151-1/+1
|
* Make package/pcmcia depend on 'linux26' (which is defined) instead of 'linux'Ulf Samuelsson2007-07-151-1/+1
|
* Define HOSTLN to allow gzip to build for non-x86 targetUlf Samuelsson2007-07-151-5/+5
|
* Fix acpid version infoUlf Samuelsson2007-07-151-2/+2
|
* Add comment on when to use BUILD_DIR vs PROJECT_BUILD_DIRUlf Samuelsson2007-07-121-0/+3
|
* BSP Patch:Ulf Samuelsson2007-07-122-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ========================================================= The purpose of the BSP patch is to allow building several boards inside the same buildroot tree. For this to work, each board has to have its own "$(TARGET_DIR)" and all *configurable* packages must be rebuilt for each board. They are now built in the "$(PROJECT_BUILD_DIR)" All non configurable packages can and should still be built in the "$(BUILD_DIR)". If a package is built for one board, then when you build for a second board of the same architecture the build becomes a simple copy of the resulting binaries. ----- Define BR2_PROJECT which will be used as the selector between different boards. Note that BR2_PROJECT allow you to build multiple root file systems for a single board, and should not be confused with BR2_BOARD_NAME which relates to the H/W. ----- Define PROJECT_BUILD_DIR as "PROJECT_BUILD_DIR/$(PROJECT)" Define BINARIES_DIR as "binaries/$(PROJECT)" Define TARGET_DIR as "$(PROJECT_BUILD_DIR)/root" (some prefix/postfix may apply) Resulting images are stored in "$(BINARIES_DIR)" ----- Define a few new environment variables in Makefile PROJECT: Stripped BR2_PROJECT DATE: Date of build in YYYY-MM-DD format HOSTNAME: Stripped BR2_HOSTNAME => /etc/hostname BANNER: Stripped BR2_BANNER => /etc/issue Linux and Busybox will be built in $(PROJECT_BUILD_DIR) More patches will be needed later to ensure all configurable packages are built in this directory.
* Define date of build as DATE, use in mtd/mtd.mkUlf Samuelsson2007-07-111-2/+2
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-112-6/+6
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-11110-387/+410
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* - cosmetics: rename _VER to _VERSION and touch atBernhard Reutner-Fischer2007-07-091-5/+5
|
* - pull from upstreamBernhard Reutner-Fischer2007-07-0911-79/+327
|
* - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).Bernhard Reutner-Fischer2007-07-0921-25/+28
| | | | Fixes build breakage as seen by Ulf et al.
* WGET_NOSPIDERS is not defined, use WGET for nowUlf Samuelsson2007-07-091-1/+1
|
* Use hostap release version instead of snapshotUlf Samuelsson2007-07-091-4/+5
|
* - bump versionBernhard Reutner-Fischer2007-07-081-12/+10
| | | | - misc adjustments while at it
* - make it compile.Bernhard Reutner-Fischer2007-07-081-30/+22
|
* - remove cruftBernhard Reutner-Fischer2007-07-081-4/+0
|
* - bump version and make it compileBernhard Reutner-Fischer2007-07-081-13/+27
|
* - add missing dirclean target (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-07-081-4/+10
|
* - fix looking for libexpat.so in wrong place (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-07-081-8/+8
| | | | - bump version
* - CONFIG_FDISK_SUPPORT_LARGE_DISKS depends on LFSBernhard Reutner-Fischer2007-07-081-1/+2
|
* - fdisk was broken in r18727, disable for now.Bernhard Reutner-Fischer2007-07-081-1/+1
|
* - forgot to provide a default config for 1.6.1Bernhard Reutner-Fischer2007-07-081-0/+1
| | | | Thanks to Cristian Ionescu-Idbohrn for noticing this.
* - bump version and uninstall runlevel script. Closes #1366Bernhard Reutner-Fischer2007-07-081-2/+2
|
* - pretty print path for brevityBernhard Reutner-Fischer2007-07-081-4/+3
|
* - silence a cosmetic warning (closes several issues in mantis).Bernhard Reutner-Fischer2007-07-082-5/+77
| | | | This also provides a nice up-to-date filestamp if something got reconfigured (e.g. c++ support got toggled) that can be used in the future to depend accordingly.
* - mention from which version this copy of kconfig comes from (redundant ↵Bernhard Reutner-Fischer2007-07-071-1/+2
| | | | since i noted it already in the checkin message, but ok).
* - using $(STAGING_DIR)/include is inherently wrong. $(STAGING_DIR)/usr/includeBernhard Reutner-Fischer2007-07-071-2/+1
| | | | is the proper path for includes (check your host)
* - bump versionBernhard Reutner-Fischer2007-07-071-1/+1
|
* - account for setups without wchar support.Bernhard Reutner-Fischer2007-07-071-0/+6
|
* Get rid of leading whitespace to silence warnings from config system."Steven J. Hill"2007-07-062-3/+3
|
* Bump versions."Steven J. Hill"2007-07-062-8/+2
|
* Remove more stuff during 'make distclean'."Steven J. Hill"2007-07-061-1/+2
|
* Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵"Steven J. Hill"2007-07-0614-37/+45
| | | | TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next.
* Fix patch filtering and add new patch to disable tests for IPv6 when not ↵"Steven J. Hill"2007-07-062-14/+135
| | | | selected.
* Bump version of tar and add disabling of IPv6 for psmisc if it is not ↵"Steven J. Hill"2007-07-052-1/+2
| | | | selected. Submitted by <buraphalinuxserver@gmail.com>.
* Add building of m4 for host and fix autoconf dependency. Submitted by Julien ↵"Steven J. Hill"2007-07-052-3/+45
| | | | Letessier <julien.letessier@technosens.fr>.
* Update version of ed and remove obsoleted patch. Submitted by ↵"Steven J. Hill"2007-07-052-28/+5
| | | | <buraphalinuxserver@gmail.com>.
* Remove configure cruftPeter Korsgaard2007-07-051-10/+0
|
* - forgot a lineBernhard Reutner-Fischer2007-07-021-0/+1
|
* - forgot to write out the .config.cmdBernhard Reutner-Fischer2007-07-022-12/+12
|
* - bump versionBernhard Reutner-Fischer2007-07-021-0/+5
|
* - udhcp was merged into busybox some years ago; use a recent busybox instead!Bernhard Reutner-Fischer2007-07-021-3/+4
|
* - change download site to sourceforgeBernhard Reutner-Fischer2007-06-291-2/+2
|
* - fix make defconfig (Rick Foos)Bernhard Reutner-Fischer2007-06-282-1/+14
|