aboutsummaryrefslogtreecommitdiffstats
path: root/package/siit
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2009-09-26 21:23:53 +0000
committerHauke Mehrtens <hauke@openwrt.org>2009-09-26 21:23:53 +0000
commitf8688b5d9016c8b0dfe20ae9af3a1f3f70983b04 (patch)
treeae65eb0cfd084ca35fccc38b9da0397d6ffbcf53 /package/siit
parentbedbad16bcca1d5b05bba71f146cd3582e05cf0e (diff)
downloadupstream-f8688b5d9016c8b0dfe20ae9af3a1f3f70983b04.tar.gz
upstream-f8688b5d9016c8b0dfe20ae9af3a1f3f70983b04.tar.bz2
upstream-f8688b5d9016c8b0dfe20ae9af3a1f3f70983b04.zip
small fixes mostly for kernel 2.6.31
- libsas needs symbols from scsi_transport_sas - autoload line in pppoe was missing - rfkill-input does not exist in kernel 2.6.31 - password for download server of r8101 changed - r8101 and siit do not build with kernel 2.6.31 - fix build of net sched esfq git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17752 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/siit')
-rw-r--r--package/siit/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/siit/Makefile b/package/siit/Makefile
index affe89f104..f73e9584e5 100644
--- a/package/siit/Makefile
+++ b/package/siit/Makefile
@@ -16,6 +16,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/siit
SUBMENU:=Network Devices
TITLE:=Stateless IP ICMP Translation Algorithm
+ DEPENDS:=@!LINUX_2_6_31
FILES:=$(PKG_BUILD_DIR)/siit.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,siit)
endef
3'>153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269