|
@@ -29,6 +29,8 @@ define Package/libnl/description
|
|
|
This package contains a library for applications dealing with netlink sockets
|
|
This package contains a library for applications dealing with netlink sockets
|
|
|
endef
|
|
endef
|
|
|
|
|
|
|
|
|
|
+TARGET_CFLAGS += -ffunction-sections
|
|
|
|
|
+
|
|
|
define Build/Compile
|
|
define Build/Compile
|
|
|
$(call Build/Compile/Default)
|
|
$(call Build/Compile/Default)
|
|
|
make -C $(PKG_BUILD_DIR) \
|
|
make -C $(PKG_BUILD_DIR) \
|