summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cleopatre/buildroot/package/ebtables/ebtables.mk3
l---------cleopatre/buildroot/project_build_arm/arizona/linux-2.6.25.101
2 files changed, 3 insertions, 1 deletions
diff --git a/cleopatre/buildroot/package/ebtables/ebtables.mk b/cleopatre/buildroot/package/ebtables/ebtables.mk
index 49d098ca4b..5cf08d6904 100644
--- a/cleopatre/buildroot/package/ebtables/ebtables.mk
+++ b/cleopatre/buildroot/package/ebtables/ebtables.mk
@@ -41,7 +41,8 @@ $(TARGET_DIR)/usr/sbin/ebtables: $(EBTABLES_BUILD_DIR)/ebtables
DESTDIR=$(TARGET_DIR) install \
INITDIR=/etc/init.d \
SYSCONFIGDIR=/etc \
- BINDIR=/usr/sbin
+ BINDIR=/usr/sbin \
+ LIBDIR=/usr/lib/ebtables
$(STRIPCMD) $(TARGET_DIR)/usr/sbin/ebtables
$(STRIPCMD) $(TARGET_DIR)/usr/lib/ebtables/*.so
ifneq ($(BR2_HAVE_MANPAGES),y)
diff --git a/cleopatre/buildroot/project_build_arm/arizona/linux-2.6.25.10 b/cleopatre/buildroot/project_build_arm/arizona/linux-2.6.25.10
new file mode 120000
index 0000000000..61aefcf259
--- /dev/null
+++ b/cleopatre/buildroot/project_build_arm/arizona/linux-2.6.25.10
@@ -0,0 +1 @@
+../../../linux-2.6.25.10 \ No newline at end of file