- Timestamp:
- Jul 22, 2006, 5:48:30 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 5bef084
- Parents:
- e13d736
- Location:
- scripts
- Files:
-
- 2 edited
-
gen_busybox_config.pl (modified) (1 diff)
-
scan-pkgs.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scripts/gen_busybox_config.pl
re13d736 rc04ece1 7 7 while (<>) { 8 8 chomp; 9 /^(# ) BR2_LARGEFILE(.+)$/ and do {9 /^(# )FWRT_LARGEFILE(.+)$/ and do { 10 10 $l1 = $1; 11 11 $l2 = $2; -
scripts/scan-pkgs.sh
re13d736 rc04ece1 45 45 #-- start adding dependencies here -- 46 46 47 if [[ -n $ BR2_COMPILE_SABLEVM_CLASSPATH ]]; then47 if [[ -n $FWRT_COMPILE_SABLEVM_CLASSPATH ]]; then 48 48 NEED_JIKES="$NEED_JIKES sablevm-classpath" 49 49 fi
Note:
See TracChangeset
for help on using the changeset viewer.
