projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
swconfig: fix up kernel dependencies
[openwrt.git]
/
package
/
swconfig
/
Makefile
diff --git
a/package/swconfig/Makefile
b/package/swconfig/Makefile
index
0d86438
..
058e1e2
100644
(file)
--- a/
package/swconfig/Makefile
+++ b/
package/swconfig/Makefile
@@
-4,7
+4,6
@@
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id$
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
@@
-18,12
+17,11
@@
include $(INCLUDE_DIR)/package.mk
define Package/swconfig
SECTION:=base
CATEGORY:=Base system
define Package/swconfig
SECTION:=base
CATEGORY:=Base system
- DEPENDS:=@LINUX_2_6_26||LINUX_2_6_27
+ DEPENDS:=@LINUX_2_6_26||LINUX_2_6_27
||LINUX_2_6_28||LINUX_2_6_29
TITLE:=Switch configuration utility
endef
TARGET_CPPFLAGS += \
TITLE:=Switch configuration utility
endef
TARGET_CPPFLAGS += \
- -I$(STAGING_DIR)/usr/include \
-I$(LINUX_DIR)/include \
-I$(PKG_BUILD_DIR)
-I$(LINUX_DIR)/include \
-I$(PKG_BUILD_DIR)
This page took
0.022842 seconds
and
4
git commands to generate.