Changeset 18131
- Timestamp:
- 01/10/12 13:14:49 (17 months ago)
- Location:
- src/linux/pb42/linux-3.2
- Files:
-
- 4 edited
-
.config_dir825 (modified) (17 diffs)
-
.config_wrt160nl (modified) (6 diffs)
-
.config_wrt400 (modified) (8 diffs)
-
init/Kconfig (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/linux/pb42/linux-3.2/.config_dir825
r18120 r18131 198 198 # CONFIG_SYSFS_DEPRECATED is not set 199 199 # CONFIG_RELAY is not set 200 CONFIG_CRASHLOG=y 200 # CONFIG_CRASHLOG is not set 201 201 # CONFIG_BLK_DEV_INITRD is not set 202 202 CONFIG_CC_OPTIMIZE_FOR_SIZE=y … … 301 301 # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 302 302 # CONFIG_MUTEX_SPIN_ON_OWNER is not set 303 CONFIG_FREEZER=y 303 # CONFIG_FREEZER is not set 304 304 305 305 # … … 310 310 CONFIG_PCI_DOMAINS=y 311 311 # CONFIG_ARCH_SUPPORTS_MSI is not set 312 # CONFIG_PCI_DEBUG is not set313 312 # CONFIG_PCI_STUB is not set 314 313 CONFIG_PCI_DISABLE_COMMON_QUIRKS=y … … 335 334 CONFIG_ARCH_SUSPEND_POSSIBLE=y 336 335 # CONFIG_SUSPEND is not set 337 # CONFIG_SUSPEND_FREEZER is not set338 336 # CONFIG_HIBERNATION is not set 339 # CONFIG_PM_SLEEP is not set340 337 # CONFIG_PM_RUNTIME is not set 341 # CONFIG_PM is not set342 # CONFIG_PM_DEBUG is not set343 338 CONFIG_NET=y 344 339 … … 403 398 CONFIG_IPV6=m 404 399 CONFIG_IPV6_PRIVACY=y 405 CONFIG_IPV6_ROUTER_PREF=y 406 CONFIG_IPV6_ROUTE_INFO=y 407 CONFIG_IPV6_OPTIMISTIC_DAD=y 400 # CONFIG_IPV6_ROUTER_PREF is not set 401 # CONFIG_IPV6_OPTIMISTIC_DAD is not set 408 402 # CONFIG_INET6_AH is not set 409 403 # CONFIG_INET6_ESP is not set … … 424 418 CONFIG_IPV6_MROUTE=y 425 419 # CONFIG_IPV6_MROUTE_MULTIPLE_TABLES is not set 426 CONFIG_IPV6_PIMSM_V2=y 420 # CONFIG_IPV6_PIMSM_V2 is not set 427 421 # CONFIG_NETWORK_SECMARK is not set 428 422 # CONFIG_NETWORK_PHY_TIMESTAMPING is not set … … 709 703 # 710 704 # CONFIG_WIMAX is not set 711 CONFIG_RFKILL=y 712 CONFIG_RFKILL_LEDS=y 705 # CONFIG_RFKILL is not set 713 706 # CONFIG_NET_9P is not set 714 707 # CONFIG_CAIF is not set … … 728 721 CONFIG_PREVENT_FIRMWARE_BUILD=y 729 722 # CONFIG_FW_LOADER is not set 730 # CONFIG_DEBUG_DRIVER is not set731 # CONFIG_DEBUG_DEVRES is not set732 723 # CONFIG_SYS_HYPERVISOR is not set 733 724 # CONFIG_CONNECTOR is not set … … 857 848 CONFIG_BLK_DEV_SR=m 858 849 # CONFIG_BLK_DEV_SR_VENDOR is not set 859 CONFIG_CHR_DEV_SG=m 850 # CONFIG_CHR_DEV_SG is not set 860 851 # CONFIG_CHR_DEV_SCH is not set 861 852 CONFIG_SCSI_MULTI_LUN=y … … 896 887 CONFIG_MII=y 897 888 # CONFIG_IFB is not set 898 CONFIG_MACVLAN=y 899 # CONFIG_MACVTAP is not set 889 # CONFIG_MACVLAN is not set 900 890 # CONFIG_NETCONSOLE is not set 901 891 # CONFIG_NETPOLL is not set … … 1001 991 # CONFIG_USB_RTL8150 is not set 1002 992 # CONFIG_USB_USBNET is not set 1003 CONFIG_USB_HSO=m1004 993 # CONFIG_USB_IPHETH is not set 1005 994 # CONFIG_WLAN is not set … … 1099 1088 CONFIG_ARCH_REQUIRE_GPIOLIB=y 1100 1089 CONFIG_GPIOLIB=y 1101 # CONFIG_DEBUG_GPIO is not set1102 1090 CONFIG_GPIO_SYSFS=y 1103 1091 … … 1228 1216 # CONFIG_USB_C67X00_HCD is not set 1229 1217 # CONFIG_USB_XHCI_HCD is not set 1230 CONFIG_USB_EHCI_HCD= y1218 CONFIG_USB_EHCI_HCD=m 1231 1219 CONFIG_USB_EHCI_ROOT_HUB_TT=y 1232 1220 # CONFIG_USB_EHCI_TT_NEWSCHED is not set … … 1235 1223 # CONFIG_USB_ISP1760_HCD is not set 1236 1224 # CONFIG_USB_ISP1362_HCD is not set 1237 CONFIG_USB_OHCI_HCD= y1225 CONFIG_USB_OHCI_HCD=m 1238 1226 CONFIG_USB_OHCI_AR7100=y 1239 1227 CONFIG_USB_EHCI_AR7100=y … … 1607 1595 # CONFIG_HEADERS_CHECK is not set 1608 1596 # CONFIG_DEBUG_SECTION_MISMATCH is not set 1609 CONFIG_DEBUG_KERNEL=y 1610 # CONFIG_DEBUG_SHIRQ is not set 1611 # CONFIG_LOCKUP_DETECTOR is not set 1597 # CONFIG_DEBUG_KERNEL is not set 1612 1598 # CONFIG_HARDLOCKUP_DETECTOR is not set 1613 # CONFIG_DETECT_HUNG_TASK is not set1614 CONFIG_SCHED_DEBUG=y1615 # CONFIG_SCHEDSTATS is not set1616 # CONFIG_TIMER_STATS is not set1617 # CONFIG_DEBUG_OBJECTS is not set1618 # CONFIG_DEBUG_SLAB is not set1619 # CONFIG_DEBUG_KMEMLEAK is not set1620 # CONFIG_DEBUG_RT_MUTEXES is not set1621 # CONFIG_RT_MUTEX_TESTER is not set1622 # CONFIG_DEBUG_SPINLOCK is not set1623 # CONFIG_DEBUG_MUTEXES is not set1624 # CONFIG_DEBUG_LOCK_ALLOC is not set1625 # CONFIG_PROVE_LOCKING is not set1626 1599 # CONFIG_SPARSE_RCU_POINTER is not set 1627 # CONFIG_LOCK_STAT is not set1628 # CONFIG_DEBUG_ATOMIC_SLEEP is not set1629 # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set1630 # CONFIG_DEBUG_STACK_USAGE is not set1631 # CONFIG_DEBUG_KOBJECT is not set1632 # CONFIG_DEBUG_INFO is not set1633 # CONFIG_DEBUG_VM is not set1634 # CONFIG_DEBUG_WRITECOUNT is not set1635 1600 # CONFIG_DEBUG_MEMORY_INIT is not set 1636 # CONFIG_DEBUG_LIST is not set1637 # CONFIG_TEST_LIST_SORT is not set1638 # CONFIG_DEBUG_SG is not set1639 # CONFIG_DEBUG_NOTIFIERS is not set1640 # CONFIG_DEBUG_CREDENTIALS is not set1641 # CONFIG_BOOT_PRINTK_DELAY is not set1642 # CONFIG_RCU_TORTURE_TEST is not set1643 # CONFIG_BACKTRACE_SELF_TEST is not set1644 # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set1645 # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set1646 1601 # CONFIG_LKDTM is not set 1647 # CONFIG_FAULT_INJECTION is not set1648 1602 # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1649 # CONFIG_DEBUG_PAGEALLOC is not set1650 1603 CONFIG_HAVE_FUNCTION_TRACER=y 1651 1604 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y … … 1661 1614 # CONFIG_SAMPLES is not set 1662 1615 CONFIG_HAVE_ARCH_KGDB=y 1663 # CONFIG_KGDB is not set1664 1616 # CONFIG_TEST_KSTRTOX is not set 1665 1617 CONFIG_EARLY_PRINTK=y … … 1667 1619 CONFIG_CMDLINE="console=ttyS0,115200 root=1f02 rootfstype=squashfs noinitrd init=/sbin/init" 1668 1620 CONFIG_CMDLINE_OVERRIDE=y 1669 # CONFIG_DEBUG_STACKOVERFLOW is not set1670 # CONFIG_RUNTIME_DEBUG is not set1671 1621 # CONFIG_SPINLOCK_TEST is not set 1672 1622 -
src/linux/pb42/linux-3.2/.config_wrt160nl
r18120 r18131 206 206 # CONFIG_SYSCTL_SYSCALL is not set 207 207 CONFIG_KALLSYMS=y 208 # CONFIG_KALLSYMS_ALL is not set209 208 CONFIG_HOTPLUG=y 210 209 CONFIG_PRINTK=y … … 713 712 CONFIG_PREVENT_FIRMWARE_BUILD=y 714 713 # CONFIG_FW_LOADER is not set 715 # CONFIG_DEBUG_DRIVER is not set716 # CONFIG_DEBUG_DEVRES is not set717 714 # CONFIG_SYS_HYPERVISOR is not set 718 715 # CONFIG_CONNECTOR is not set … … 1037 1034 CONFIG_ARCH_REQUIRE_GPIOLIB=y 1038 1035 CONFIG_GPIOLIB=y 1039 # CONFIG_DEBUG_GPIO is not set1040 1036 CONFIG_GPIO_SYSFS=y 1041 1037 … … 1529 1525 # CONFIG_HEADERS_CHECK is not set 1530 1526 # CONFIG_DEBUG_SECTION_MISMATCH is not set 1531 CONFIG_DEBUG_KERNEL=y 1532 # CONFIG_DEBUG_SHIRQ is not set 1533 # CONFIG_LOCKUP_DETECTOR is not set 1527 # CONFIG_DEBUG_KERNEL is not set 1534 1528 # CONFIG_HARDLOCKUP_DETECTOR is not set 1535 # CONFIG_DETECT_HUNG_TASK is not set1536 CONFIG_SCHED_DEBUG=y1537 # CONFIG_SCHEDSTATS is not set1538 # CONFIG_TIMER_STATS is not set1539 # CONFIG_DEBUG_OBJECTS is not set1540 # CONFIG_DEBUG_SLAB is not set1541 # CONFIG_DEBUG_KMEMLEAK is not set1542 # CONFIG_DEBUG_RT_MUTEXES is not set1543 # CONFIG_RT_MUTEX_TESTER is not set1544 # CONFIG_DEBUG_SPINLOCK is not set1545 # CONFIG_DEBUG_MUTEXES is not set1546 # CONFIG_DEBUG_LOCK_ALLOC is not set1547 # CONFIG_PROVE_LOCKING is not set1548 1529 # CONFIG_SPARSE_RCU_POINTER is not set 1549 # CONFIG_LOCK_STAT is not set1550 # CONFIG_DEBUG_ATOMIC_SLEEP is not set1551 # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set1552 # CONFIG_DEBUG_STACK_USAGE is not set1553 # CONFIG_DEBUG_KOBJECT is not set1554 # CONFIG_DEBUG_INFO is not set1555 # CONFIG_DEBUG_VM is not set1556 # CONFIG_DEBUG_WRITECOUNT is not set1557 1530 # CONFIG_DEBUG_MEMORY_INIT is not set 1558 # CONFIG_DEBUG_LIST is not set1559 # CONFIG_TEST_LIST_SORT is not set1560 # CONFIG_DEBUG_SG is not set1561 # CONFIG_DEBUG_NOTIFIERS is not set1562 # CONFIG_DEBUG_CREDENTIALS is not set1563 # CONFIG_BOOT_PRINTK_DELAY is not set1564 # CONFIG_RCU_TORTURE_TEST is not set1565 # CONFIG_BACKTRACE_SELF_TEST is not set1566 # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set1567 # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set1568 1531 # CONFIG_LKDTM is not set 1569 # CONFIG_FAULT_INJECTION is not set1570 1532 # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1571 # CONFIG_DEBUG_PAGEALLOC is not set1572 1533 CONFIG_HAVE_FUNCTION_TRACER=y 1573 1534 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y … … 1583 1544 # CONFIG_SAMPLES is not set 1584 1545 CONFIG_HAVE_ARCH_KGDB=y 1585 # CONFIG_KGDB is not set1586 1546 # CONFIG_TEST_KSTRTOX is not set 1587 1547 CONFIG_EARLY_PRINTK=y … … 1589 1549 CONFIG_CMDLINE="console=ttyS0,115200 root=1f02 rootfstype=squashfs noinitrd init=/sbin/init" 1590 1550 CONFIG_CMDLINE_OVERRIDE=y 1591 # CONFIG_DEBUG_STACKOVERFLOW is not set1592 # CONFIG_RUNTIME_DEBUG is not set1593 1551 # CONFIG_SPINLOCK_TEST is not set 1594 1552 -
src/linux/pb42/linux-3.2/.config_wrt400
r18129 r18131 205 205 # CONFIG_SYSCTL_SYSCALL is not set 206 206 # CONFIG_KALLSYMS is not set 207 # CONFIG_KALLSYMS_ALL is not set208 207 CONFIG_HOTPLUG=y 209 208 CONFIG_PRINTK=y … … 310 309 CONFIG_PCI_DOMAINS=y 311 310 # CONFIG_ARCH_SUPPORTS_MSI is not set 312 # CONFIG_PCI_DEBUG is not set313 311 # CONFIG_PCI_STUB is not set 314 312 CONFIG_PCI_DISABLE_COMMON_QUIRKS=y … … 723 721 CONFIG_PREVENT_FIRMWARE_BUILD=y 724 722 # CONFIG_FW_LOADER is not set 725 # CONFIG_DEBUG_DRIVER is not set726 # CONFIG_DEBUG_DEVRES is not set727 723 # CONFIG_SYS_HYPERVISOR is not set 728 724 # CONFIG_CONNECTOR is not set … … 1045 1041 CONFIG_ARCH_REQUIRE_GPIOLIB=y 1046 1042 CONFIG_GPIOLIB=y 1047 # CONFIG_DEBUG_GPIO is not set1048 1043 CONFIG_GPIO_SYSFS=y 1049 1044 … … 1229 1224 # DOS/FAT/NT Filesystems 1230 1225 # 1231 # CONFIG_FAT_FS is not set1232 1226 # CONFIG_MSDOS_FS is not set 1233 1227 # CONFIG_VFAT_FS is not set 1234 CONFIG_FAT_DEFAULT_CODEPAGE=4371235 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"1236 1228 # CONFIG_NTFS_FS is not set 1237 1229 … … 1363 1355 # CONFIG_HEADERS_CHECK is not set 1364 1356 # CONFIG_DEBUG_SECTION_MISMATCH is not set 1365 CONFIG_DEBUG_KERNEL=y 1366 # CONFIG_DEBUG_SHIRQ is not set 1367 # CONFIG_LOCKUP_DETECTOR is not set 1357 # CONFIG_DEBUG_KERNEL is not set 1368 1358 # CONFIG_HARDLOCKUP_DETECTOR is not set 1369 # CONFIG_DETECT_HUNG_TASK is not set1370 CONFIG_SCHED_DEBUG=y1371 # CONFIG_SCHEDSTATS is not set1372 # CONFIG_TIMER_STATS is not set1373 # CONFIG_DEBUG_OBJECTS is not set1374 # CONFIG_DEBUG_SLAB is not set1375 # CONFIG_DEBUG_KMEMLEAK is not set1376 # CONFIG_DEBUG_RT_MUTEXES is not set1377 # CONFIG_RT_MUTEX_TESTER is not set1378 # CONFIG_DEBUG_SPINLOCK is not set1379 # CONFIG_DEBUG_MUTEXES is not set1380 # CONFIG_DEBUG_LOCK_ALLOC is not set1381 # CONFIG_PROVE_LOCKING is not set1382 1359 # CONFIG_SPARSE_RCU_POINTER is not set 1383 # CONFIG_LOCK_STAT is not set1384 # CONFIG_DEBUG_ATOMIC_SLEEP is not set1385 # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set1386 # CONFIG_DEBUG_STACK_USAGE is not set1387 # CONFIG_DEBUG_KOBJECT is not set1388 # CONFIG_DEBUG_INFO is not set1389 # CONFIG_DEBUG_VM is not set1390 # CONFIG_DEBUG_WRITECOUNT is not set1391 1360 # CONFIG_DEBUG_MEMORY_INIT is not set 1392 # CONFIG_DEBUG_LIST is not set1393 # CONFIG_TEST_LIST_SORT is not set1394 # CONFIG_DEBUG_SG is not set1395 # CONFIG_DEBUG_NOTIFIERS is not set1396 # CONFIG_DEBUG_CREDENTIALS is not set1397 # CONFIG_BOOT_PRINTK_DELAY is not set1398 # CONFIG_RCU_TORTURE_TEST is not set1399 # CONFIG_BACKTRACE_SELF_TEST is not set1400 # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set1401 # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set1402 1361 # CONFIG_LKDTM is not set 1403 # CONFIG_FAULT_INJECTION is not set1404 1362 # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1405 # CONFIG_DEBUG_PAGEALLOC is not set1406 1363 CONFIG_HAVE_FUNCTION_TRACER=y 1407 1364 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y … … 1417 1374 # CONFIG_SAMPLES is not set 1418 1375 CONFIG_HAVE_ARCH_KGDB=y 1419 # CONFIG_KGDB is not set1420 1376 # CONFIG_TEST_KSTRTOX is not set 1421 1377 CONFIG_EARLY_PRINTK=y … … 1423 1379 CONFIG_CMDLINE="console=ttyS0,115200 root=1f02 rootfstype=squashfs noinitrd init=/sbin/init" 1424 1380 CONFIG_CMDLINE_OVERRIDE=y 1425 # CONFIG_DEBUG_STACKOVERFLOW is not set1426 # CONFIG_RUNTIME_DEBUG is not set1427 1381 # CONFIG_SPINLOCK_TEST is not set 1428 1382 -
src/linux/pb42/linux-3.2/init/Kconfig
r18112 r18131 935 935 bool "Configure standard kernel features (expert users)" 936 936 # Unhide debug options, to make the on-by-default options visible 937 select DEBUG_KERNEL938 937 help 939 938 This option allows certain base kernel options and settings
Note: See TracChangeset
for help on using the changeset viewer.
