Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-21 | - remove old reminder that is already dealt with. | Bernhard Reutner-Fischer | |
2007-01-21 | Patch to remove usage of legacy 'index' function. | "Steven J. Hill" | |
2007-01-20 | - add proposed, non-cleanup version of the compile fix for disabled ↵ | Bernhard Reutner-Fischer | |
getc/putc macros for vapier to look at It even creates smaller code as compared to current svn.. | |||
2007-01-20 | - dmalloc attempted to install itself to / | Bernhard Reutner-Fischer | |
- make certain features dependant on the respective BR2 settings. | |||
2007-01-20 | - pass MAKE in so we can check the correct binary for it's version.. | Bernhard Reutner-Fischer | |
2007-01-20 | - add fix for ARM fake syscall from execve. Closes #626 | Bernhard Reutner-Fischer | |
2007-01-19 | - duh. add missing listentry stop markers | Bernhard Reutner-Fischer | |
2007-01-19 | - remove validator | Bernhard Reutner-Fischer | |
2007-01-19 | - explicitely mention -clean and -dirclean targets so it is easier to search ↵ | Bernhard Reutner-Fischer | |
for them | |||
2007-01-19 | - make it build.. compile-tested only. Closes #970 | Bernhard Reutner-Fischer | |
2007-01-19 | - make sure to pass the target cflags in | Bernhard Reutner-Fischer | |
2007-01-19 | - make distclean didn't clean dialog binaries. Closes #1039 | Bernhard Reutner-Fischer | |
2007-01-19 | - add sanity check to make sure that LD_LIBRARY_PATH doesn't contain CWD | Bernhard Reutner-Fischer | |
2007-01-19 | - remove superfluous intermediate target | Bernhard Reutner-Fischer | |
2007-01-19 | - bump version | Bernhard Reutner-Fischer | |
2007-01-19 | - copy the _CONFIG_FILES back | Bernhard Reutner-Fischer | |
- use the BUSYBOX_CONFIG_FILE if specified by the user | |||
2007-01-19 | - add some more documentation | Bernhard Reutner-Fischer | |
2007-01-19 | - some minor corrections | Bernhard Reutner-Fischer | |
2007-01-19 | - update valid HTML pic and temporarily enable referer checking | Bernhard Reutner-Fischer | |
2007-01-19 | - add missing space | Bernhard Reutner-Fischer | |
2007-01-19 | - add some anchors to the sample makefile to make ease navigation | Bernhard Reutner-Fischer | |
2007-01-19 | - Correct some typos | Bernhard Reutner-Fischer | |
- Add some more explanation to the -clean and -dirclean targets | |||
2007-01-19 | - make sure that URLs are standard conforming | Bernhard Reutner-Fischer | |
Let's see if the date property works.. | |||
2007-01-18 | - bump patch version | Bernhard Reutner-Fischer | |
2007-01-18 | Bump version | Peter Korsgaard | |
2007-01-18 | sqlite installs into /usr/bin | Peter Korsgaard | |
2007-01-18 | Bump version | Peter Korsgaard | |
2007-01-17 | removed leftover debugging stuff | Peter Korsgaard | |
2007-01-17 | rdesktop package | Peter Korsgaard | |
2007-01-17 | - convert to lowercase to match the other sub-arches | Bernhard Reutner-Fischer | |
2007-01-17 | Fixup description (pango cut'n'paste) | Peter Korsgaard | |
2007-01-17 | s/pango/cairo/ | Peter Korsgaard | |
2007-01-17 | - add ARM_IWMMXT variant since uClibc supports it | Bernhard Reutner-Fischer | |
2007-01-17 | - put haserl into the networking section | Bernhard Reutner-Fischer | |
2007-01-17 | - wrap external sysklogd in !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS | Bernhard Reutner-Fischer | |
2007-01-17 | - add a BR2_NETWORK_SUPPORT and move related packages to it | Bernhard Reutner-Fischer | |
2007-01-17 | - make the BR2_X_WINDOW_SYSTEM a menuconfig to make it look nicer | Bernhard Reutner-Fischer | |
2007-01-17 | - add central knob (BR2_PACKAGE_BUSYBOX_HIDE_OTHERS) to hide packages that | Bernhard Reutner-Fischer | |
are potentially provided by busybox. | |||
2007-01-17 | - move the X packages into a separate menu | Bernhard Reutner-Fischer | |
I'll do this for "graphic libraries" and "networking" too unless someone complains.. | |||
2007-01-17 | PNG package is called BR2_PACKAGE_LIBPNG | Peter Korsgaard | |
2007-01-17 | - add short section about offline-builds | Bernhard Reutner-Fischer | |
2007-01-17 | hackup libtool for avahi and libdaemon, as with other packages | Eric Andersen | |
2007-01-17 | select XORG rather than depend on it. | Eric Andersen | |
2007-01-16 | - forgot to mkdir | Bernhard Reutner-Fischer | |
2007-01-16 | - prepare a host-freetype target that could be used to build the build-utils | Bernhard Reutner-Fischer | |
for fontconfig (note that CCexe isn't cached in configure, so just passing it to make later on is enough). | |||
2007-01-16 | - use the correct path to configure | Bernhard Reutner-Fischer | |
2007-01-16 | - pass the freetype-config location to make and disable building docs. | Bernhard Reutner-Fischer | |
This package is broken since it passes TARGET_CFLAGS down to the HOSTCC in e.g. fc-case | |||
2007-01-16 | - provide host-libgmp and host-libmpfr | Bernhard Reutner-Fischer | |
2007-01-16 | - bump version | Bernhard Reutner-Fischer | |
2007-01-16 | - pass the selected arm variant and ABI setting down to uClibc. | Bernhard Reutner-Fischer | |
Now does not prompt for the former entered arch variant and ABI setting anymore, but still does for USE_BX (should this be forced to y if supported?) - TODO: add missing variants that are supported by uClibc to buildroot |