From: Nicolas Thill Date: Sat, 23 Sep 2006 13:34:16 +0000 (+0000) Subject: standardize Makefile, change section from base to net and category to "base system" X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3216a3290a86030a5ae6c56a5b7ba71b0740b949;p=librecmc%2Flibrecmc.git standardize Makefile, change section from base to net and category to "base system" SVN-Revision: 4817 --- diff --git a/openwrt/package/bridge/Makefile b/openwrt/package/bridge/Makefile index e5e7c63f66..6c08dc24d0 100644 --- a/openwrt/package/bridge/Makefile +++ b/openwrt/package/bridge/Makefile @@ -21,18 +21,20 @@ PKG_CAT:=zcat include $(INCLUDE_DIR)/package.mk define Package/bridge -SECTION:=base -CATEGORY:=Network -DEFAULT:=y -TITLE:=Ethernet bridging configuration utility -DESCRIPTION:=Ethernet bridging configuration utility\\\ -Manage ethernet bridging; a way to connect networks together to\\\ -form a larger network. -URL:=http://bridge.sourceforge.net/ + SECTION:=net + CATEGORY:=Base system + DEFAULT:=y + TITLE:=Ethernet bridging configuration utility + DESCRIPTION:=\ + Manage ethernet bridging: a way to connect networks together to \\\ + form a larger network. + URL:=http://bridge.sourceforge.net/ endef define Build/Configure -$(call Build/Configure/Default,--with-linux-headers=$(LINUX_DIR)) + $(call Build/Configure/Default, \ + --with-linux-headers="$(LINUX_DIR)" \ + ) endef define Package/bridge/install