Skip to content

Commit

Permalink
external:
Browse files Browse the repository at this point in the history
 * move kernel modules related external files to the proper directory


git-svn-id: file:///var/svn/freetz/trunk@12018 149334a1-2f27-0410-a3b9-fc62619ac1e6
  • Loading branch information
er13 committed May 11, 2014
1 parent 1ff7436 commit 0baec64
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/gui/external.in
Expand Up @@ -87,6 +87,6 @@ menu "External processing"

source make/external.in.generated
source make/libs/external.in
source kernel/external.in
source make/linux/external.in

endmenu # "External processing" #
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/external
Expand Up @@ -67,7 +67,7 @@ fi

#own files
EXTERNAL_FILES="$EXTERNAL_OWN_FILES $EXTERNAL_DYNAMIC_FILES"
for EXT_FILE in $(find make make/libs -maxdepth 2 -name external.files) kernel/external.files; do
for EXT_FILE in $(find make make/libs -maxdepth 2 -name external.files); do
if [ "$EXTERNAL_DYNAMIC" == "y" ]; then
pkg=$(basename "${EXT_FILE%/external.files}")
echo "$EXTERNAL_SERVICES" | grep -qE "(^| )${pkg}( |$)" && continue
Expand Down

0 comments on commit 0baec64

Please sign in to comment.