diff options
author | Linux User <wbx@linux.(none)> | 2009-10-01 15:48:47 +0200 |
---|---|---|
committer | Linux User <wbx@linux.(none)> | 2009-10-01 15:48:47 +0200 |
commit | 22bb527c786d6631eec13f2328da05437a1e46b5 (patch) | |
tree | 4cc27dacae51429414de8362c66a09f64e35b840 /package | |
parent | 1d2ddabc7b9d0b63887058f6799c281cfa1f1370 (diff) | |
parent | 7f46305c0aa9963be7b87489d52876916c8643e0 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts:
scripts/scan-pkgs.sh
Diffstat (limited to 'package')
5 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/extra/etc/network/if-down.d/.empty b/package/base-files/extra/etc/network/if-down.d/.empty new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/package/base-files/extra/etc/network/if-down.d/.empty diff --git a/package/base-files/extra/etc/network/if-post-down.d/.empty b/package/base-files/extra/etc/network/if-post-down.d/.empty new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/package/base-files/extra/etc/network/if-post-down.d/.empty diff --git a/package/base-files/extra/etc/network/if-pre-up.d/.empty b/package/base-files/extra/etc/network/if-pre-up.d/.empty new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/package/base-files/extra/etc/network/if-pre-up.d/.empty diff --git a/package/base-files/extra/etc/network/if-up.d/.empty b/package/base-files/extra/etc/network/if-up.d/.empty new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/package/base-files/extra/etc/network/if-up.d/.empty diff --git a/package/eglibc/Makefile b/package/eglibc/Makefile index ea271f4b6..3333f85dc 100644 --- a/package/eglibc/Makefile +++ b/package/eglibc/Makefile @@ -61,6 +61,7 @@ endif cd $(IDIR_EGLIBC)/lib && ln -sf libm.so.6 libm.so cd $(IDIR_EGLIBC)/lib && ln -sf libutil.so.1 libutil.so cd $(IDIR_EGLIBC)/lib && ln -sf librt.so.1 librt.so + cd $(IDIR_EGLIBC)/lib && ln -sf libcrypt.so.1 libcrypt.so # header package $(MAKE) -C $(TOOLCHAIN_BUILD_DIR)/linux-$(KERNEL_VERSION) ARCH=$(ARCH) V=1 \ INSTALL_HDR_PATH=$(IDIR_EGLIBC_DEV)/usr \ |